根据地区获取附近门店名字及id
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据地区获取附近门店名字及id</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>localhost:8080/api/app/appCall?jsonParam={"opeType":"getShopByArea","map":{"token":"fdsfdsfhff","sessionId":"fdsfg32ewdsf","customerUuid":"31ca905002394bf28d36302bb9e5a1c1","regionUuid":"2344"}}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<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;">regionUuid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>地区ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {"return_code":"0","shopName":"门店测试1","shopUuid":"e9be3722884643a7afde90e71f307a58"}</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;">shopName</td>
<td style="text-align: left;">string</td>
<td>附近门店名字</td>
</tr>
<tr>
<td style="text-align: left;">shopUuid</td>
<td style="text-align: left;">string</td>
<td>附近门店uuid</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>