数据字典
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取数据字典</li>
</ul>
<p><strong>完成情况:</strong> </p>
<ul>
<li>测试</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://cs.ypt.szsti.org/epidemic/sys/dict/dictionaryMap</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>
</tbody>
</table>
<p><strong>请求实例</strong></p>
<pre><code></code></pre>
<p><strong>返回示例</strong></p>
<pre><code>
{
"msg": "获取数据字典",
"code": 0,
"data": {
"personManagerList": [
{
"id": 9,
"dicCode": "1",
"dicName": "项目经理",
"parentCode": "personManagerList",
"dicLevel": 2,
"dicSort": 1,
"isEnable": "1",
"remark": null,
"createUser": null,
"createTime": "2020-02-06 02:50:26"
},..]
}
}
</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!</li>
</ul>