采供平台系统

采供平台系统


获取采购分类

<p><strong>简要描述:</strong> </p> <ul> <li>获取采购分类接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://srmplat.tingyun.work/api/app/gettype</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: center;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>0-采供行业分类,1-采购单位,2-采购有效期,默认为0</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;statusCode&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;获取成功&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 1,//分类id &amp;quot;name&amp;quot;: &amp;quot;综合分类&amp;quot;, //分类名称 &amp;quot;category&amp;quot;: 0, &amp;quot;isShow&amp;quot;: true, &amp;quot;sort&amp;quot;: 1, &amp;quot;remarks&amp;quot;: &amp;quot;综合分类&amp;quot;, &amp;quot;parentId&amp;quot;: 0 } ] }</code></pre>

页面列表

ITEM_HTML