门店查看
<p><strong>简要描述:</strong> </p>
<ul>
<li>门店查看</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>测试环境 ` /aggplat_mvc/wfAgentController/queryStore.do</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>权限:</strong></p>
<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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"respCode":"success",
"respMsg":"通讯成功",
"data":null,
"dataObject":[
{
"storeName":"开张吉祥测试",
"storeId":"000000100538324"
},
{
"storeName":"美人美洗浴323231",
"storeId":"000000100538314"
},
{
"storeName":"胡辣汤第一店",
"storeId":"000000100538313"
},
{
"storeName":"胡辣汤总店",
"storeId":"000000100538312"
},
{
"storeName":"包子铺",
"storeId":"000000100538310"
},
{
"storeName":"胡辣汤小店",
"storeId":"000000100538309"
},
{
"storeName":"美人美洗浴323231",
"storeId":"000000100538306"
},
{
"storeName":"美人美洗浴323231",
"storeId":"000000100538305"
},
{
"storeName":"美人美洗浴323231",
"storeId":"000000100538304"
},
{
"storeName":"北京中怡同创商务有限公司",
"storeId":"000000100538295"
},
{
"storeName":"北京中怡同创商务有限公司",
"storeId":"000000100538298"
},
{
"storeName":"天通苑北一小卖部",
"storeId":"000000100538287"
},
{
"storeName":"天通苑北一小卖部",
"storeId":"000000100538286"
},
{
"storeName":"美人美洗浴323231",
"storeId":"000000100538132"
},
{
"storeName":"美人美洗浴323231",
"storeId":"000000100538128"
},
{
"storeName":"美人美洗浴",
"storeId":"000000100537945"
},
{
"storeName":"美人美洗浴3123213",
"storeId":"000000100537918"
},
{
"storeName":"美人美001",
"storeId":"000000100537901"
},
{
"storeName":"美人美",
"storeId":"000000100537900"
},
{
"storeName":"美人美",
"storeId":"000000100537899"
}
]
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">storeId</td>
<td style="text-align: left;">String</td>
<td>门店编号</td>
</tr>
<tr>
<td style="text-align: left;">storeName</td>
<td style="text-align: left;">String</td>
<td>门店名称</td>
</tr>
</tbody>
</table>