数据字典-当前状态
<h2>数据字典-当前状态</h2>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/d96c3af9d226451909cb74529e417480?showdoc=.jpg" alt="" /></p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>数据字典-当前状态</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://2f89250s31.qicp.vip/szsti-officialAccount-web/sys/dict/dictWorkType</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>
<tr>
<td style="text-align: left;">parentCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>父级dicCode,当前状态:currentStatusList</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>
{
"parentCode" : "currentStatusList"
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "success",
"code": 0,
"data": [
{
"remark": null,
"id": 467,
"dicCode": "1",
"parentCode": "currentStatusList",
"dicName": "在项目现场",
"child": []
},
{
"remark": null,
"id": 468,
"dicCode": "2",
"parentCode": "currentStatusList",
"dicName": "不在项目现场",
"child": []
},
{
"remark": null,
"id": 469,
"dicCode": "3",
"parentCode": "currentStatusList",
"dicName": "项目现场观察期",
"child": []
}
]
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<ol>
<li>
<ol>
<li>
</li>
</ol>
</li>
</ol>