多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 提现详情 **请求URL:** - `/adminapi/withdraw.withdraw/detail` **请求方式:** - GET **返回参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |id |是|integer |提现申请id| **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "id": 110, "money": "1.00", "handling_fee": "0.00", "left_money": "1.00", "type": 1, "type_desc": "余额", "create_time": "2021-08-06 17:55:18", "status": 1, "status_desc": "待提现", "transfer_voucher": "", "transfer_time": null, "transfer_remark": "", "account": "", "real_name": "", "bank": "", "subbank": "", "money_qr_code": "", "sn": "100002", "nickname": "测试2", "mobile": "13800000002" } } ``` **返回参数:** |参数名 |类型 |说明 | |:--| |id |integer |提现申请id| |money |decimal |提现金额| |handling_fee |decimal |手续费| |left_money |decimal |实际到账金额| |type |integer |提现类型| |type_desc |string |提现类型描述| |status |integer |提现状态| |status_desc |string |提现状态描述| |create_time |string |提现申请时间| |transfer_voucher |string |转账凭证| |transfer_time |string |转账时间| |transfer_remark |string |转账说明| |account |string |账号| |real_name |string |真实姓名| |bank |string |提现银行| |subbank |string |提现支行| |money_qr_code |string |收款码| |mobile |string |用户手机号| |nickname |string |用户昵称|