类说明
获取门店静态二维码
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/qr_pay |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
store_id | string | 是 | 门店ID | |
notify_url | string | 否 | 异步通知地址 | |
other_no | string | 否 | 外部订单号 |
返回值示例 成功请求示例:
{ "status": 1, "data": { "code_url": "https://qr.alipay.com/bax08668jw96ytts9mdg20cf", "out_trade_no": "qr201806141252441789500955611186", "store_name": "有梦想科技" } }
失败请求示例
{ "message":"无效参数", "status":2 }