渠道配置验证接口
简要描述:
- 获取集团CenterId接口
请求URL:
http://192.168.12.86/s1saas/spos1/third/thirdshop/checkcenter
请求方式:
- POST
请求类型:
-
application/json
请求示例
{"centerId":"14254","userName":"0001","password":"aa1234"}
请求参数说明:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
centerId | 是 | Integer | 新零售集团号 |
userName | 是 | String | 账号 |
password | 是 | String | 密码 |
返回示例
{
"result": 0,
"data": {
"centerId": "14254",
"name": "5位店铺啊啊0啊5位店铺啊啊0啊5位店铺啊啊0啊5位店铺啊啊0啊"
}
}
{
"result": -1,
"errorMsg": "验证失败"
}
**返回对象**
|参数名|类型|说明|
|:----- |:-----|-----|
|centerId |Integer| 集团id|
|name |String| 集团名称|
**备注**
- 更多返回错误代码请看首页的错误代码描述