说明
收入记录明细
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/MerchantWallets |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| page | int | 否 | 第几页默认 第一页 | |
| number | int | 否 | 返回数量模式10条 | |
| time_start | string | 否 | 开始时间:2017-08-24 13:32:30 | |
| time_end | string | 否 | 结束时间:2017-08-24 13:32:30 |
返回值示例 成功请求示例:
{ "status": 1, "data": { "merchant": [ { "id": 2, "merchant_id": "5", "money": "2.00", "out_trade_no": "231312312", "trade_no": "12312312", "type": 5000, "desc": "红包", "created_at": "2017-09-20 13:29:44", "updated_at": "2017-09-20 04:00:00" }, { "id": 1, "merchant_id": "5", "money": "1.00", "out_trade_no": "231312312", "trade_no": "12312312", "type": 5000, "desc": "红包", "created_at": "2017-09-20 13:29:34", "updated_at": "2017-09-20 04:00:00" } ] } }返回参数说明
- | 参数 | 类型 | 是否必填 | 最大长度 | 描述 | | :--- | :--- | :--- | :--- | :--- | | desc | string | 是 | | 明细说明 | | created_at | | | | 到账时间 | | money | string | 是 | | 到账金额 |
失败请求示例
{ "msg":"无效参数", "status":0 }