提现详情
开发中GET
/adminapi/distribution.withdraw/detail请求参数
Query 参数
id
integer
提现id
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
type_desc
string
必需
status_desc
string
必需
handling_fee_ratio
string
必需
id
integer
必需
type
integer
必需
money
string
必需
left_money
string
必需
handling_fee
string
必需
real_name
string
必需
account
string
必需
status
integer
必需
verify_remark
null
必需
verify_time
string
必需
transfer_remark
null
必需
finish_time
string
必需
create_time
string
必需
nickname
string
必需
money_qr_code
string
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"type_desc": "微信收款码",
"status_desc": "待审核",
"handling_fee_ratio": "1%",
"id": 1,
"type": 3,
"money": "10.00",
"left_money": "9.90",
"handling_fee": "0.10",
"real_name": "hahah",
"account": "test",
"status": 1,
"verify_remark": null,
"verify_time": "",
"transfer_remark": null,
"finish_time": "",
"create_time": "2024-03-13 15:42:08",
"nickname": "用户10031527",
"money_qr_code": "http://www.php-ws.localhost/89.png"
}
}
最后修改时间: 8 个月前