网赚

超惠省


获取搜索(下拉列表)用的类目列表

<p>说明:获取搜索(下拉列表)用的类目列表,包含id跟名字</p> <p>接口路径 :<strong>/fy/category/getCategoryListForSearch</strong></p> <p><strong>Content-Type</strong>: application/x-www-form-urlencoded </p> <p> </p> <p>请求参数:</p> <table> <thead> <tr> <th>参数</th> <th>参数类型</th> <th>说明</th> <th>备注</th> <th>必填</th> </tr> </thead> <tbody> <tr> <td><strong>startIndex</strong></td> <td>number</td> <td><em>分页开始索引</em></td> <td></td> <td>否</td> </tr> <tr> <td><strong>length</strong></td> <td>number</td> <td><em>分页长度</em></td> <td></td> <td>否</td> </tr> </tbody> </table> <p> </p> <p>示例:</p> <p> </p> <p>响应返回:</p> <table> <thead> <tr> <th>参数</th> <th></th> <th>参数类型</th> <th>备注</th> </tr> </thead> <tbody> <tr> <td>result</td> <td></td> <td>String</td> <td>成功为success</td> </tr> <tr> <td>resultData</td> <td></td> <td>String</td> <td>json数据格式,响应数据。</td> </tr> <tr> <td></td> <td>categories</td> <td>object</td> <td></td> </tr> <tr> <td></td> <td>count</td> <td>number</td> <td>总条数</td> </tr> <tr> <td>resultMsg</td> <td></td> <td>String</td> <td>提示,列如,成功或失败等</td> </tr> <tr> <td>resultCode</td> <td></td> <td>String</td> <td>0成功,其它失败</td> </tr> </tbody> </table> <p>categories说明</p> <table> <thead> <tr> <th>参数</th> <th>参数类型</th> <th>备注</th> </tr> </thead> <tbody> <tr> <td>categoryId</td> <td>number</td> <td>类目主键id</td> </tr> <tr> <td>cName</td> <td>string</td> <td>类目名称</td> </tr> <tr> <td>imgUrl</td> <td>string</td> <td>图片地址</td> </tr> <tr> <td>cId</td> <td>string</td> <td>类目cId,20200103新增</td> </tr> </tbody> </table> <p>示例</p> <p>{&quot;result&quot;:&quot;success&quot;,&quot;resultData&quot;:{&quot;count&quot;:13,&quot;categories&quot;:[{&quot;cName&quot;:&quot;家电&quot;,&quot;categoryId&quot;:13},{&quot;cName&quot;:&quot;数码&quot;,&quot;categoryId&quot;:12},{&quot;cName&quot;:&quot;美食&quot;,&quot;categoryId&quot;:11},{&quot;cName&quot;:&quot;居家&quot;,&quot;categoryId&quot;:10},{&quot;cName&quot;:&quot;母婴&quot;,&quot;categoryId&quot;:9},{&quot;cName&quot;:&quot;儿童&quot;,&quot;categoryId&quot;:8},{&quot;cName&quot;:&quot;箱包&quot;,&quot;categoryId&quot;:7},{&quot;cName&quot;:&quot;鞋品&quot;,&quot;categoryId&quot;:6},{&quot;cName&quot;:&quot;配饰&quot;,&quot;categoryId&quot;:5},{&quot;cName&quot;:&quot;美妆&quot;,&quot;categoryId&quot;:4},{&quot;cName&quot;:&quot;内衣&quot;,&quot;categoryId&quot;:3},{&quot;cName&quot;:&quot;男装&quot;,&quot;categoryId&quot;:2},{&quot;cName&quot;:&quot;女装&quot;,&quot;categoryId&quot;:1}]},&quot;resultCode&quot;:0,&quot;resultMsg&quot;:&quot;成功&quot;}</p>

页面列表

ITEM_HTML