暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_user_withdraw_cash_list' \
--form 'appid="10000"' \
--form 'usertoken="df856a2c2faf23f28856f60831da11635d78ee09"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 2,
"withdraw_status": 1,
"withdrawal_note_number": "16864806600257545",
"receivable_account": "15924952513",
"name": "moran",
"withdraw_fee": 100,
"content": "",
"action_at": "2023-06-11 18:52:27",
"create_time": "2023-06-11 18:51:00",
"type": 0,
"remarks": "请从QQ转账"
}
],
"pagecount": 1,
"current_number": "1"
},
"timestamp": 1686480938
}