说明
未绑定明细列表
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/QrListinfos |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| cno | string | 是 | 生成批次 | |
| code_type | string | 是 | 固定填写0 | |
| code_number | string | 否 | 码编号 搜索使用 |
返回值示例 成功请求示例:
{ "status": 1, "message": "数据返回成功", "data": [ { "id": 1918, "user_id": 1, "code_number": "NO_20190108175431109079990", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:31", "updated_at": "2019-01-08 17:54:31" }, { "id": 1919, "user_id": 1, "code_number": "NO_20190108175431237792286", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:31", "updated_at": "2019-01-08 17:54:31" }, { "id": 1920, "user_id": 1, "code_number": "NO_20190108175431362979508", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:31", "updated_at": "2019-01-08 17:54:31" }, { "id": 1921, "user_id": 1, "code_number": "NO_20190108175431483224654", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:31", "updated_at": "2019-01-08 17:54:31" }, { "id": 1922, "user_id": 1, "code_number": "NO_20190108175431603496173", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:31", "updated_at": "2019-01-08 17:54:31" }, { "id": 1910, "user_id": 1, "code_number": "NO_20190108175430119585961", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:30", "updated_at": "2019-01-08 17:54:30" }, { "id": 1911, "user_id": 1, "code_number": "NO_20190108175430239564584", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:30", "updated_at": "2019-01-08 17:54:30" }, { "id": 1912, "user_id": 1, "code_number": "NO_20190108175430361774258", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:30", "updated_at": "2019-01-08 17:54:30" }, { "id": 1913, "user_id": 1, "code_number": "NO_20190108175430480492659", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:30", "updated_at": "2019-01-08 17:54:30" }, { "id": 1914, "user_id": 1, "code_number": "NO_20190108175430607903481", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:30", "updated_at": "2019-01-08 17:54:30" }, { "id": 1915, "user_id": 1, "code_number": "NO_20190108175430733366775", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:30", "updated_at": "2019-01-08 17:54:30" }, { "id": 1916, "user_id": 1, "code_number": "NO_20190108175430852195395", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:30", "updated_at": "2019-01-08 17:54:30" }, { "id": 1917, "user_id": 1, "code_number": "NO_20190108175430981715888", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:30", "updated_at": "2019-01-08 17:54:30" }, { "id": 1901, "user_id": 1, "code_number": "NO_20190108175428000851757", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:29", "updated_at": "2019-01-08 17:54:29" }, { "id": 1902, "user_id": 1, "code_number": "NO_20190108175429124017894", "code_type": 0, "store_id": null, "cno": "201901080554255826", "created_at": "2019-01-08 17:54:29", "updated_at": "2019-01-08 17:54:29" } ], "l": 15, "p": 1, "t": 1509 }| 参数 | 说明 | | :--- | :--- | | code_number | 码编号 | | cno | 批次号 |
失败请求示例
{ "message":"无效参数", "status":2 }