获取门店管理界面信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取门店管理界面信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/store/store/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;">custNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>门店商户号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 600,
"msg": "获取成功",
"result": {
"cust_no": "gl0000001", // 门店商户号
"user_tel": null, // 手机号
"channel_no": "gl000015788", // 上级商户号
"date_sell_amount": "25.00",// 日销售
"month_sell_amount": "25.00",// 月销售
"machine_nums": 1,// 机器数
"machine": [
{
"terminal_num": "PS100001", // 设备终端号
"machine_code": "868926033601029000000000", // 设备机器码
"lottery_value": "5", // 所售面值
"stock": "15",// 库存
"ac_status": "1",// 激活状态 0未激活 1已激活
"online_status": "1", // 在线状态 0 离线 1 在线
"status": "1", // 机器状态 0 禁用 1 启用
"lottery_name": "中国红", // 彩种
"cust_no": "gl0000001", // 门店商户号
"sell_count": "5", // 日销售量
"sell_amount": "25.00" // 日销售金额
"lottery_img":"http://php.javaframework.cn/img/order_img/gl00030109/180129111645_15445_order_img1"//彩种图片
}
]
}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>