说明

结算明细

请求地址

环境 请求地址
测试环境 https://pay.umxnt.com/api/wallet/settlement_list_infos
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
dx string 对象 1 服务商 2商户
settlement_list_id string 结算列表ID
user_id string 代理商户ID
user_name string 用户名称

成功请求示例

{
    "status": 1,
    "message": "数据返回成功",
    "data": [
        {
            "id": 1,
            "settlement_list_id": 1,
            "user_id": 1,
            "source_type": "1000",
            "source_type_desc": "支付宝",
            "dx": 1,
            "user_name": "戴明康",
            "phone": "18851186776",
            "s_time": "2019-01-25 00:00:00",
            "e_time": "2019-01-26 00:00:00",
            "total_amount": "10.00",
            "created_at": "2019-01-26 00:00:00",
            "updated_at": "2019-01-26 00:00:00"
        }
    ],
    "l": 15,
    "p": 1,
    "t": 1
}
  • 返回参数说明
参数 说明
dx 对象 1 服务商 2 商户
source_type_desc 结算来源说明
user_name 用户名称
phone 用户手机号
total_amount 结算金额
s_time 开始时间
e_time 结束时间
  • 失败请求示例

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

results matching ""

    No results matching ""