根据患者关注医院的网点信息
<p><strong>迭代版本:</strong>2.9.15(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>根据患者关注医院的网点信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><a href="http://aky.mynatapp.cc/chronic/shopItem/getShopWebsite">http://aky.mynatapp.cc/chronic/shopItem/getShopWebsite</a></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
<li>Content-Type:application/form</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;">patientId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>缺省从jwt获取</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": {
"area": "西塞山区",
"business_hours": "",
"image": [
"https://img.yzcdn.cn/upload_files/2019/06/05/FjgncT1TyCAZ69LGjWQaLJEY5I5p.jpeg",
"https://img.yzcdn.cn/upload_files/2019/06/05/FhZ5y6ALstxVn5uBJzSIAqA9baPT.jpeg"
],
"updated_time": "2019-11-19 17:35:13",
"address": "黄石爱康医院六号楼(手术大楼)1楼院外健康管理中心(收费处结账窗口斜对面)",
"is_store": 1,
"lng": "115.08303",
"business_hours_advanced": [
{
"weekdays": [
"周一",
"周二",
"周三",
"周四",
"周五"
],
"closeTime": "17:00",
"openTime": "09:00"
}
],
"city": "黄石市",
"phone2": "17771182186",
"description": "",
"phone1": "",
"sid": 42975919,
"county_id": "420203",
"kdt_id": 42975919,
"province": "湖北省",
"is_self_fetch": 1,
"name": "黄石爱康医院健康管理中心",
"id": 58815858,
"lat": "30.208621"
}
}
</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;">id</td>
<td style="text-align: left;">int</td>
<td>网点ID,网点连接https://shop43168087.m.youzan.com/wscshop/showcase/homepage?kdt_id=42975919&oid=%id%</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>