说明
开通通道
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/user/openways |
| 正式环境 | https://xy.umxnt.com/api/user/openways |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| type | string | 是 | 通道类型 | |
| code | string | 是 | 商户收到的短信验证码 | |
| store_id | string | 是 | 门店id |
返回值示例 成功请求示例:
{ "data":{}, "status":1 }失败请求示例
{ "msg":"无效参数", "status":0 }