酒吧主页信息*
<p><strong>简要描述:</strong></p>
<ul>
<li>酒吧主页信息</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li>本地环境<code>http://16i128w468.imwork.net/wechat-api/bar/{barCode}</code></li>
<li>
<p>测试环境<code>http://tencentisux.hhhhcu.com/wechat-api/bar/{barCode}</code></p>
</li>
<li>正式环境<code>暂无</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li><code>GET</code></li>
</ul>
<p><strong>参数:</strong></p>
<pre><code>/{barCode}</code></pre>
<p><strong>返回状态码</strong></p>
<pre><code>Responst Code
{
0
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "success",
"data": {
"barAlbumList": [
{
"barAlbumImgUrl": "1驱蚊器无",
"fileType": null
},
{
"barAlbumImgUrl": "1驱蚊器无",
"fileType": null
}
],
"barDetailedAddress": "南山区",
"barLog": "https://krxc.oss-cn-chengdu.aliyuncs.com/20210402/e678a0e080124f868ced28ab69134d1f.jpg",
"barName": "逗你玩222222",
"barDescribe": "啊实打实大师大师大萨达萨达萨达萨达萨达萨达萨达萨达萨达是气温达四大师傅的说法的官方规划法规就如同恶趣味群无",
"businessHoursText": "1231",
"id": 1,
"barAppointPhone": "0851-4441111",
"barCode": "1"
}
}</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;">code</td>
<td style="text-align: left;">int</td>
<td>返回状态码 0-修改成功 500-修改失败</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>返回信息</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">object</td>
<td><code>参考下方酒吧表字段</code></td>
</tr>
</tbody>
</table>
<p><strong>酒吧表</strong>
<strong><code>接口属性值未显示为null!!!!!</code>
<code>接口属性值未显示为null!!!!!</code>
<code>接口属性值未显示为null!!!!!</code>
<code>接口属性值未显示为null!!!!!</code></strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>int</td>
<td>id</td>
</tr>
<tr>
<td>barCode</td>
<td>String</td>
<td>酒吧code</td>
</tr>
<tr>
<td>barName</td>
<td>String</td>
<td>酒吧名称</td>
</tr>
<tr>
<td>barLog</td>
<td>String</td>
<td>logurl</td>
</tr>
<tr>
<td>barDescribe</td>
<td>String</td>
<td>简介</td>
</tr>
<tr>
<td>barRegionCode</td>
<td>String</td>
<td>商家区域code</td>
</tr>
<tr>
<td>barDetailedAddress</td>
<td>String</td>
<td>商家详细地址</td>
</tr>
<tr>
<td>barAppointPhone</td>
<td>String</td>
<td>商家订座联系电话</td>
</tr>
<tr>
<td>barAlbumList</td>
<td>List</td>
<td><code>参考下方主页照片墙</code></td>
</tr>
</tbody>
</table>
<p><strong>主页照片墙</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>barAlbumImgUrl</td>
<td>String</td>
<td>图片路径</td>
</tr>
<tr>
<td>fileType</td>
<td>int</td>
<td>文件类型</td>
</tr>
</tbody>
</table>