门店绑定URL地址
简要描述:
- 门店绑定URL地址
请求URL:
http://192.168.12.86/s1/openapi/openapi/base/thirdshop/mappingShopUrl
请求方式:
- POST
请求类型:
- application/json
加密类型:
-
RSA
请求示例
{
"ispInfoId": 10008,
"data":
"MffHgjor2AWc0Hh/zZnj2+WdJS/cifz0FIcGyRacdCEQZWM+/QIN5tBYYweRVkE1gSo/dkrNgwilipJcxHf8LvNKS3L6wRFV04Szmc3G9+r+ueZ3SX7L/9Cp1N/oIqwhRTMZkRWjVE3xLTj6b0QdgjWEn1pzDXRK5DPahH+BjGY="
}
data请求参数说明:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
centerId | 是 | Integer | 集团ID |
type | 是 | Integer | 操作类型:1:绑定 2:解绑 |
shopUrlList | 是 | List<ThirdMappingShopUrl> | 门店映射url对象 |
shopUrlList参数说明:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
shopId | 是 | Integer | 门店ID |
imgUrl | 否 | string | url地址 【type为1 必传 type为2 非必传 】 |
remark | 否 | string | 备注 |
返回示例
{
&quot;code&quot;: &quot;0&quot;,
&quot;result&quot;: 0,
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;errorMsg&quot;: &quot;&quot;,
&quot;data&quot;: &quot;true&quot;
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
result | int | 状态(0-成功,1-失败) |
msg | String | 调用成功返回信息) |
code | String | 调用结果Code |
errorMsg | String | 错误信息 |