网赚

超惠省


获取首页品牌列表

<h4>接口说明</h4> <hr /> <p><strong>简要描述:</strong> </p> <ul> <li>获取云货优选banner列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://domain/fy/weeget/getWeegetHoneBrandList</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST • header Content-Type: application/x-www-form-urlencoded</li> </ul> <p><strong>请求参数:</strong> </p> <ul> <li> <p>无</p> <p><strong>请求示例</strong></p> </li> </ul> <pre><code> { }</code></pre> <p><strong>返回示例</strong></p> <pre><code> { "resultCode": 0, "resultMsg": "成功", "resultData": { "weegetHomeBrandList": [...] } }</code></pre> <p><strong>返回参数说明</strong></p> <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;">resultCode</td> <td style="text-align: left;">Integer</td> <td>结果码</td> </tr> <tr> <td style="text-align: left;">resultMsg</td> <td style="text-align: left;">String</td> <td>描述信息</td> </tr> <tr> <td style="text-align: left;">resultData</td> <td style="text-align: left;">String</td> <td>返回数据</td> </tr> </tbody> </table> <p><strong>resultData 参数说明</strong></p> <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;">weegetHomeBrandList</td> <td style="text-align: left;">JsonArray</td> <td>首页品牌列表</td> </tr> </tbody> </table> <p><strong>weegetHomeBrandList 参数说明</strong></p> <table> <thead> <tr> <th style="text-align: left;">类型</th> <th style="text-align: left;">参数名</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <pre><code> Integer homeBrandId; //首页品牌ID String homeBrandName; //首页品牌名称 String homeBrandPic; //首页品牌图片 Long endTime; //结束时间 String tagOne; //标签1 String tagTwo; //标签2 String tagThree; //标签3 Short jumpType; //跳转类型。1:微信小程序,2:手机网页 String jumpUrl; //跳转链接 Short sortOrder; //排序值。值越小越前 String goodsPicOne; //商品图片1 String goodsNameOne; //商品名称1 Long sourcePriceOne; //原价1,单位:分 Long discountPriceOne; //折扣价1,单位:分 String goodsPicTwo; //商品图片2 String goodsNameTwo; //商品名称2 Long sourcePriceTwo; //原价2,单位:分 Long discountPriceTwo; //折扣价2,单位:分 String goodsPicThree; //商品图片3 String goodsNameThree; //商品名称3 Long sourcePriceThree; //原价3,单位:分 Long discountPriceThree; //折扣价3,单位:分 Short brandState; //品牌状态。0:不显示,1:显示 Short state; //状态。1:正常,0:废弃</code></pre> <p><strong>resultCode对应的值</strong></p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">0</td> <td>请求成功</td> </tr> <tr> <td style="text-align: left;">-1</td> <td>请求错误</td> </tr> <tr> <td style="text-align: left;">-2</td> <td>请求参数缺失</td> </tr> <tr> <td style="text-align: left;">-3</td> <td>用户未登录</td> </tr> <tr> <td style="text-align: left;">-5</td> <td>服务器异常</td> </tr> </tbody> </table>

页面列表

ITEM_HTML