说明
门店收款码
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/store_pay_qr |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| store_id | string | 是 | 门店ID | |
| ways_type | string | 否 | 通道类型,默认可不传 |
返回值示例 成功请求示例:
{ "status": 1, "message": "数据返回成功", "data": { "store_pay_qr": "https://www.baidu.com", "store_id": "", "ways_type": "" } }失败请求示例
{ "message":"无效参数", "status":2 }