质量管理查询
<h5>简要描述</h5>
<ul>
<li>质量管理查询</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.iimake.com/mains/fast/findAllBaseQualityTypes</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">无</td>
<td style="text-align: left;">无</td>
<td style="text-align: left;">无</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"msg": "查询成功!",
"status": 1,
"data": null,
"dataList": [
{
"id": "ac9c006e68154a8a969f6c6bb91c9ac2",
"names": null,
"title": "测量设备",
"titleBuc": null,
"images": "/image/111图片1.jpg",
"content": "适合多行业、多场景的完善技术组合",
"urls": null,
"number": null,
"createTime": "2020-11-14 15:10:07",
"createUser": null,
"lastUpdateUser": null,
"lastUpdateTime": "2020-11-16 16:43:31",
"delFlg": 1,
"orders": 1000
},
{
"id": "bc22a59c8bf54f8f8e3d1ed211b0437d",
"names": null,
"title": "测量软件",
"titleBuc": null,
"images": "/image/11111.jpg",
"content": "功能强大的几何量评价与分析工具",
"urls": null,
"number": null,
"createTime": "2020-11-14 15:09:39",
"createUser": null,
"lastUpdateUser": null,
"lastUpdateTime": "2020-11-16 16:43:33",
"delFlg": 1,
"orders": 1000
},
{
"id": "e6057b409ceb44d58f09950bc04e7b13",
"names": null,
"title": "质量管理系统",
"titleBuc": null,
"images": "/image/图片2111.png",
"content": "贯穿产品全生命周期的质量管理与分析\n",
"urls": null,
"number": null,
"createTime": "2020-11-12 10:47:26",
"createUser": null,
"lastUpdateUser": null,
"lastUpdateTime": "2020-11-14 10:07:25",
"delFlg": 1,
"orders": 1000
}
],
"object": null
}</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;">id</td>
<td style="text-align: left;">string</td>
<td>质量管理类型id,点击了解更多传递id,通过id查类型</td>
</tr>
<tr>
<td style="text-align: left;">images</td>
<td style="text-align: left;">string</td>
<td>图片的名称,图片的前缀 <a href="https://images.iimake.com:9000/">https://images.iimake.com:9000/</a></td>
</tr>
<tr>
<td style="text-align: left;">title</td>
<td style="text-align: left;">string</td>
<td>标题</td>
</tr>
<tr>
<td style="text-align: left;">content</td>
<td style="text-align: left;">string</td>
<td>内容</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<p>图片地址前缀:<a href="https://images.iimake.com:9000/">https://images.iimake.com:9000/</a>
例如:图片地址前缀+后端返回的images字段中返回的字符串即可得出图片链接地址:<a href="https://images.iimake.com:9000/image/9CLFT).png">https://images.iimake.com:9000/image/9CLFT).png</a></p>