余额详情

1) 请求地址

http://m.test.azmks.com/user/capital-account/detail

2) 调用方式:HTTP get

3) 接口描述:

  • 余额详情

4) 请求参数:

GET参数:

字段名称 字段说明 类型 必填 备注
id 1 string Y -

5) 请求返回结果:

{
    "code": 0,
    "data":
     {
        "account_sn":"8020210603174225312944",
        "add_time":"2021-06-03 17:42:25",
        "amount":"-24.80",
        "goods_amount":"19.80.",
        "id":2242,
        "note":"备注",
        "order_date":"2021-06-03 17:42:25",
        "order_sn":"20210603173944578880",
        "payment_name":"余额支付",
        "process_type":8,
        "recive_date":"",
        "ys_amount":"0.00"
    },
    "message": "成功!"
}

6) 请求返回结果参数说明:

字段名称 字段说明 类型 必填 备注
process_type 流水类型 string Y (35任务 8余额支出 31 返钱)
recive_date 到账时间 string Y -
order_date 下单时间 string Y -
order_sn 订单号 string Y -
goods_amount 商品金额 string Y -
amount 变动金额 string Y -
add_time 变动时间 string Y -
note 交易类型 string Y -
account_sn 流水号 string Y -
payment_name 支付方式 string Y -
文档更新时间: 2022-04-28 17:26   作者:xieyuhua