2. 下拉框接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>下拉框接口</li>
</ul>
<h5>接口维护负责人:周智鸿,陈谦</h5>
<h5>请求URL</h5>
<ul>
<li><code>http://172.17.10.52:8080/pyapi/source</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>请求参数</h5>
<p>无</p>
<h5>请求示例</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;CheckStatus&quot;: [
{
&quot;name&quot;: &quot;已通过&quot;,
&quot;value&quot;: &quot;1&quot;
},
{
&quot;name&quot;: &quot;已拒绝&quot;,
&quot;value&quot;: &quot;0&quot;
},
{
&quot;name&quot;: &quot;申请中&quot;,
&quot;value&quot;: &quot;2&quot;
}
],
&quot;Type&quot;: [
{
&quot;name&quot;: &quot;按产品型号和生产拉线查询&quot;,
&quot;value&quot;: &quot;1&quot;
},
{
&quot;name&quot;: &quot;按产品型号查询&quot;,
&quot;value&quot;: &quot;2&quot;
},
{
&quot;name&quot;: &quot;按生产拉线查询&quot;,
&quot;value&quot;: &quot;3&quot;
}
],
&quot;Unit&quot;: [
{
&quot;name&quot;: &quot;无单位&quot;,
&quot;value&quot;: &quot;0&quot;
},
{
&quot;name&quot;: &quot;mAh&quot;,
&quot;value&quot;: &quot;1&quot;
},
{
&quot;name&quot;: &quot;Ah&quot;,
&quot;value&quot;: &quot;2&quot;
},
{
&quot;name&quot;: &quot;A&quot;,
&quot;value&quot;: &quot;3&quot;
},
{
&quot;name&quot;: &quot;mA&quot;,
&quot;value&quot;: &quot;4&quot;
},
{
&quot;name&quot;: &quot;V&quot;,
&quot;value&quot;: &quot;5&quot;
},
{
&quot;name&quot;: &quot;mV&quot;,
&quot;value&quot;: &quot;6&quot;
},
{
&quot;name&quot;: &quot;Ω&quot;,
&quot;value&quot;: &quot;7&quot;
},
{
&quot;name&quot;: &quot;mΩ&quot;,
&quot;value&quot;: &quot;8&quot;
},
{
&quot;name&quot;: &quot;℃&quot;,
&quot;value&quot;: &quot;9&quot;
}
]
},
&quot;msg&quot;: &quot;success&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;">CheckStatus</td>
<td style="text-align: left;">nvarchar</td>
<td>模型的审核状态</td>
</tr>
<tr>
<td style="text-align: left;">Type</td>
<td style="text-align: left;">nvarchar</td>
<td>查询类型</td>
</tr>
</tbody>
</table>
<h5>备注</h5>