说明

结算记录

请求地址

环境 请求地址
测试环境 https://m.umxnt.com/api/merchant/WithdrawalsOrder
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
type int 传1000返回今日记录、传2000返回历史记录、不传为所有记录
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": {
            "user": [
                {
                    "id": 3,
                    "merchant_id": "17",
                    "out_trade_no": "201708240132301503552750",
                    "trade_no": "",
                    "account": "15588883333",
                    "name": "戴明康",
                    "amount": "5.00",
                    "status": 1,
                    "status_desc": "提现成功",
                    "remark": "",
                    "created_at": "2017-08-24 13:32:30",
                    "updated_at": "2017-08-24 13:32:30"
                },
                {
                    "id": 2,
                    "merchant_id": "17",
                    "out_trade_no": "201708240132261503552746",
                    "trade_no": "",
                    "account": "15588883333",
                    "name": "戴明康",
                    "amount": "3.00",
                    "status": 2,
                    "status_desc": "提现申请中",
                    "remark": "",
                    "created_at": "2017-08-24 13:32:26",
                    "updated_at": "2017-08-24 13:32:26"
                }
            ]
        }
    }
    
  • 返回参数说明

      • | 参数 | 类型 | 是否必填 | 最大长度 | 描述 | | :--- | :--- | :--- | :--- | :--- | | desc | string | 是 | | 明细说明 | | name | string | 是 | | 提现支付宝名称 | | account | string | 是 | | 提现支付宝账号 | | updated_at | | | | 到账时间 | | amount | string | 是 | | 到账金额 |
  • 请求示例

    {
        "msg":"无效参数",
        "status":0
    }
    

results matching ""

    No results matching ""