查询提现记录 websocket测试 GET https://xxl.xiazero18.com/xl-mnxxl-api/api/listWithDrawRecords 响应参数 参数名 类型 描述 必填 msg 字符 响应信息 必填 code 数字 响应码 必填 data 对象 必填 records 对象 数组 必填 nickname 字符 昵称 必填 amount 数字 金额(单位:分) 必填 说明 / 示例 { "msg": "success", "code": 0, "data": { "records": [ { "id": "54a914e67dff4e8794651603ec17c5b6", "userid": "1d8fed0a98da4ad0bd4df0c52f853199", "nickname": "木木夕", "type": "T2", "amount": 100, "mobile": null, "mail": null, "audittype": "1", "status": "3", "createtime": "2020-07-11T08:44:47.000+0000", "complettime": "2020-07-11T08:44:48.000+0000" } ] } }
{ "msg": "success", "code": 0, "data": { "records": [ { "id": "54a914e67dff4e8794651603ec17c5b6", "userid": "1d8fed0a98da4ad0bd4df0c52f853199", "nickname": "木木夕", "type": "T2", "amount": 100, "mobile": null, "mail": null, "audittype": "1", "status": "3", "createtime": "2020-07-11T08:44:47.000+0000", "complettime": "2020-07-11T08:44:48.000+0000" } ] } }