多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 提现申请列表 **请求URL:** - `/shopapi/withdraw/lists` **请求方式:** - GET **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 114, "type": 5, "type_desc": "支付宝收款码", "money": "5.00", "create_time": "2021-08-06 18:09:13", "status": 1, "status_desc": "待提现", "audit_remark": null }, { "id": 113, "type": 4, "type_desc": "微信收款码", "money": "4.00", "create_time": "2021-08-06 18:07:44", "status": 1, "status_desc": "待提现", "audit_remark": null }, { "id": 112, "type": 3, "type_desc": "银行卡", "money": "3.00", "create_time": "2021-08-06 18:05:31", "status": 1, "status_desc": "待提现", "audit_remark": null }, { "id": 111, "type": 2, "type_desc": "微信零钱", "money": "2.00", "create_time": "2021-08-06 18:01:57", "status": 1, "status_desc": "待提现", "audit_remark": null }, { "id": 110, "type": 1, "type_desc": "余额", "money": "1.00", "create_time": "2021-08-06 17:55:18", "status": 1, "status_desc": "待提现", "audit_remark": null } ], "count": 5, "page_no": 1, "page_size": 25, "extend": [] } } ``` **返回参数:** |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |id |integer |提现申请id| |type |integer |提现类型| |type_desc |string |提现类型描述| |status |integer |提现状态| |status_desc |string |提现状态描述| |money |decimal |提现金额| |create_time |string |提现申请时间| |audit_remark |string |审核备注|