服务类型列表
<p><strong>简要描述:</strong></p>
<ul>
<li>服务类型列表 通用接口,只是参数值不同</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>chronic/dict/list</code>
<strong>请求方式:</strong></li>
<li>POST</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数key</th>
<th>参数value</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td>service_code</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"dictid": 109,
"dictname": "服务类型",
"code": "service_code",
"keyid": "TWWZ",
"value": "图文问诊",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 110,
"dictname": "服务类型",
"code": "service_code",
"keyid": "GTWWZ",
"value": "多人图文问诊",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 111,
"dictname": "服务类型",
"code": "service_code",
"keyid": "YPWZ",
"value": "音频问诊",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 112,
"dictname": "服务类型",
"code": "service_code",
"keyid": "SPWZ",
"value": "视频问诊",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 113,
"dictname": "服务类型",
"code": "service_code",
"keyid": "YYDZ",
"value": "语音叮嘱",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 114,
"dictname": "服务类型",
"code": "service_code",
"keyid": "DCFW",
"value": "订餐服务",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 117,
"dictname": "服务类型",
"code": "service_code",
"keyid": "DOCTOR",
"value": "医生主页",
"status": "1",
"sort": 0,
"codeArray": null
},
{
"dictid": 118,
"dictname": "服务类型",
"code": "service_code",
"keyid": "RECIPE",
"value": "管理处方",
"status": "1",
"sort": 0,
"codeArray": null
}
]
}</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;">keyid</td>
<td style="text-align: left;">String</td>
<td>服务类型 serviceCode</td>
</tr>
<tr>
<td style="text-align: left;">value</td>
<td style="text-align: left;">String</td>
<td>服务类型 中文</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong></p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>