获取商户详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/user/user/get-store-detail</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;">store_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">integer</td>
<td>门店code store_code</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> code:600
msg:&quot;商户详情&quot;
result:{
address:&quot;这么大型设计&quot; // 商户详细地址
area:&quot;东城区&quot; //商户所在区
city:&quot;北京市&quot; // 商户所在市
cust_no: &quot;123456452&quot; // 商户编号
phone_num:&quot;18950475111&quot; // 商户手机号
province:&quot;北京市&quot; // 商户所在省
store_img:&quot;http://osk6t6jhb.bkt.clouddn.com/img/store/store_pic/gl00004278/170713095521-IMG_7967.jpg&quot; // 商户图片
store_name:&quot;xxx小铺&quot; // 门店图片
support_bonus:&quot;2.00&quot; // 代兑奖金
telephone:&quot;1231231212&quot; // 联系电话
user_tel:&quot;1231231212&quot; // 用户电话
&quot;sale_lottery&quot;: &quot;超级大乐透,排列三,排列五,七星彩,竞彩足球,足彩胜负彩,足彩任九场&quot; // 在售彩种</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>