体检小程序

阿克索健康服务平台


医院详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>医院详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>index/get_hospital_info</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>主键id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 10000, &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;time&amp;quot;: 1726303563, &amp;quot;data&amp;quot;: { &amp;quot;id&amp;quot;: 3, &amp;quot;ward_name&amp;quot;: &amp;quot;爱尔眼科&amp;quot;, &amp;quot;ward_level&amp;quot;: [ &amp;quot;公立三甲&amp;quot; ], &amp;quot;logo_url&amp;quot;: &amp;quot;/storage/202409/07a00cb01d949d468ecf367d7a5cb2d4.jpg&amp;quot;, &amp;quot;company_profile&amp;quot;: &amp;quot;/storage/202409/09c6a1c2e93200b5899502a6b660eada.jpg&amp;quot;, &amp;quot;address&amp;quot;: &amp;quot;afdsadfasfd&amp;quot;, &amp;quot;business_hours&amp;quot;: &amp;quot;周一至周五营业&amp;quot;, &amp;quot;pics&amp;quot;: [ &amp;quot;/storage/202409/507f30179e4e306faf81eed54ba151a3.jpg&amp;quot;, &amp;quot;/storage/202409/2ed4d73844e771c60c92e242dc32b727.jpg&amp;quot; ] } }</code></pre> <h5>返回参数说明</h5> <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</td> </tr> <tr> <td style="text-align: left;">ward_name</td> <td style="text-align: left;">string</td> <td>医院名称</td> </tr> <tr> <td style="text-align: left;">ward_level</td> <td style="text-align: left;">json</td> <td>医院级别</td> </tr> <tr> <td style="text-align: left;">logo_url</td> <td style="text-align: left;">string</td> <td>logo图片</td> </tr> <tr> <td style="text-align: left;">company_profile</td> <td style="text-align: left;">string</td> <td>医院简介</td> </tr> <tr> <td style="text-align: left;">address</td> <td style="text-align: left;">string</td> <td>地址</td> </tr> <tr> <td style="text-align: left;">business_hours</td> <td style="text-align: left;">string</td> <td>营业时间</td> </tr> <tr> <td style="text-align: left;">pics</td> <td style="text-align: left;">json</td> <td>轮播图片</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML