9.返回所有产品名称和id
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>返回所有产品名称和id</li>
</ul>
<h5>接口维护负责人:周智鸿,陈谦</h5>
<h5>请求URL</h5>
<ul>
<li><code>http://172.17.10.52:8080/pyapi/all_mi</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;ID&quot;: 4668302004919992321,
&quot;Mi&quot;: &quot;20220916000&quot;
},
{
&quot;ID&quot;: 4657537024901775361,
&quot;Mi&quot;: &quot;2208888&quot;
},
{
&quot;ID&quot;: 4662144700663201793,
&quot;Mi&quot;: &quot;3950&quot;
},
{
&quot;ID&quot;: 4662520854687514625,
&quot;Mi&quot;: &quot;AT20220812356&quot;
},
{
&quot;ID&quot;: 4698747948832391169,
&quot;Mi&quot;: &quot;brs&quot;
},
{
&quot;ID&quot;: 4655259495562215425,
&quot;Mi&quot;: &quot;brs345&quot;
},
{
&quot;ID&quot;: 4659684215233708033,
&quot;Mi&quot;: &quot;HC0002&quot;
},
{
&quot;ID&quot;: 4656798936630034433,
&quot;Mi&quot;: &quot;HC20220815&quot;
},
{
&quot;ID&quot;: 4668326038567124993,
&quot;Mi&quot;: &quot;HC2208171&quot;
},
{
&quot;ID&quot;: 4641875218896257025,
&quot;Mi&quot;: &quot;lou&quot;
},
{
&quot;ID&quot;: 4659332256882491393,
&quot;Mi&quot;: &quot;lou1&quot;
},
{
&quot;ID&quot;: 4649464629703999489,
&quot;Mi&quot;: &quot;mest&quot;
},
{
&quot;ID&quot;: 4665889086899224577,
&quot;Mi&quot;: &quot;penghui&quot;
},
{
&quot;ID&quot;: 4657060706217099265,
&quot;Mi&quot;: &quot;RL20220816&quot;
},
{
&quot;ID&quot;: 4657520616054718465,
&quot;Mi&quot;: &quot;RL20220817&quot;
},
{
&quot;ID&quot;: 4658263247504277505,
&quot;Mi&quot;: &quot;RL202208171&quot;
},
{
&quot;ID&quot;: 4662520982513123329,
&quot;Mi&quot;: &quot;RL202208311&quot;
},
{
&quot;ID&quot;: 4657520924008906753,
&quot;Mi&quot;: &quot;RL202208888&quot;
},
{
&quot;ID&quot;: 4657178774553493505,
&quot;Mi&quot;: &quot;TRYTRYT&quot;
},
{
&quot;ID&quot;: 4747026331743551489,
&quot;Mi&quot;: &quot;产品1343&quot;
},
{
&quot;ID&quot;: 4660691708797779969,
&quot;Mi&quot;: &quot;分容1&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;">Mi</td>
<td style="text-align: left;">nvarchar</td>
<td>产品型号</td>
</tr>
</tbody>
</table>
<h5>备注</h5>