获取集团门店列表接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取集团下所有门店的接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.12.86/s1saas/spos1/third/thirdshop/getshoplist</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>请求类型:</strong></p>
<ul>
<li>
<p>application/json </p>
<p><strong>请求示例</strong></p>
</li>
</ul>
<pre><code> {"centerId":"14254"}</code></pre>
<p><strong>请求参数说明:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">centerId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>新零售集团号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": 0,
"data": [
{
"id": "14254",
"code": "3016",
"name": "5位店铺啊啊0啊5位店铺啊啊0啊5位店铺啊啊0啊5位店铺啊啊0啊",
"enableFlag": true,
"sign": null,
"selfList": [
{
"id": "20813",
"code": "13834",
"name": "ffdm01",
"enableFlag": true,
"sign": "ffdm01"
},
{
"id": "15493",
"code": "8372",
"name": "5位店铺的分店",
"enableFlag": true,
"sign": "5WDPDFD"
},
{
"id": "20808",
"code": "13829",
"name": "(ssdsd)",
"enableFlag": true,
"sign": "ssdsd"
},
{
"id": "14254",
"code": "3016",
"name": "5位店铺啊啊0啊5位店铺啊啊0啊5位店铺啊啊0啊5位店铺啊啊0啊",
"enableFlag": true,
"sign": "5WDP"
}
]
}
]
}</code></pre>
<pre><code>
**返回对象**
|参数名|类型|说明|
|:----- |:-----|-----|
|id |Integer| 门店id|
|code |String| 门店编码|
|name |String| 门店名称|
|enableFlag |Boolean| 是否开启|
|sign |String| 助记符|
**备注**
- 更多返回错误代码请看首页的错误代码描述</code></pre>