说明
app 更新
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/appUpdate |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| type | string | 是 | merchant-商户,user-代理商业务员,merchant_pos,user_pos | |
| app_id | string | 是 | app 包名 |
返回值示例 成功请求示例:
{ "data":{}, "status":1 }失败请求示例
{ "msg":"无效参数", "status":0 }