curl --location --request GET '/adminapi/finance/user_withdraw_apply/detail?id=74'
{
"code": 0,
"msg": "ok",
"data": {
"item": {
"status_type": "待处理",
"id": 74,
"user_id": 1,
"amount": "1.00",
"add_time": "2024-05-17 17:19:00",
"finished_time": "",
"postscript": "",
"status": 0,
"account_data": {
"account_type": 1,
"account_no": "6226080010216661",
"account_name": "徐臣文",
"bank_name": ""
}
},
"errcode": 0,
"message": ""
}
}