说明
花呗分期记录
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/user/hbfq_query |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| store_id | string | 是 | 门店id | |
| user_id | string | 是 | 用户id | |
| status | string | 否 | 订单状态,1-成功,2-取消或失败,3-已退款,4 -关闭 | |
| sort | string | 否 | 排序默认无,desc-金额由大到小,asc-金额由小到大 | |
| type | string | 否 | alipay-支付宝,mybank | |
| 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": 1, "store\_id": "o20173145000", "merchant\_id": "17", "trade\_no": "20171024015", "out\_trade\_no": "20171024015", "buyer\_user": "赵云", "buyer\_alipay\_id": "208810090203029", "buyer\_alipay\_account": "115_\*_@qq.com", "buyer\_phone": "15715168982", "shop\_name": "苹果8-128G 版本", "shop\_desc": "苹果8-128G 版本-金色", "shop\_imei": "99888213293182", "total\_amount": 8600, "shop\_price": "8000.00", "hb\_fq\_num": 12, "hb\_fq\_seller\_percent": 100, "hb\_fq\_sxf": 600, "status": 1, "status\_desc": "支付成功", "created\_at": "2017-08-28 00:00:00", "updated\_at": "2017-08-28 00:00:00", "store\_name": "有梦想科技" } \] }}
* 返回参数说明
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
| :--- | :--- | :--- | :--- | :--- |
| store\_name | string | 是 | | 店铺名称 |
* 失败请求示例
{
"msg":"无效参数",
"status":0
}
```