和利生产管理系统

和利生产管理系统


爬虫获取类路径接口

<p>[toc]</p> <h5>简要描述</h5> <ul> <li>爬虫类路径接口参数</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://192.168.0.56:8888/heli/spider/clazz</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>请求体</h5> <ul> <li>无</li> </ul> <h5>请求示例</h5> <pre><code></code></pre> <h5>返回示例</h5> <pre><code>{ &amp;quot;errno&amp;quot;: 0, &amp;quot;errmsg&amp;quot;: &amp;quot;成功&amp;quot; &amp;quot;data&amp;quot;: [&amp;quot;com.heli.jdpy&amp;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;">errno</td> <td style="text-align: left;">int</td> <td>失败码,0为成功</td> </tr> <tr> <td style="text-align: left;">errmsg</td> <td style="text-align: left;">string</td> <td>返回信息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">json数组</td> <td>返回类列表</td> </tr> </tbody> </table>

页面列表

ITEM_HTML