ecshop3

ecshop3


我的关注的店铺

<p><strong>简要描述:</strong> </p> <ul> <li>关注的所有店铺接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/user.php</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST || GET</li> </ul> <p><strong>参数:</strong> </p> <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;">action</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>&quot;my_followed_store&quot;</td> </tr> <tr> <td style="text-align: left;">lang</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>zh_cn:中文;khmer:柬文;en_us:英语</td> </tr> <tr> <td style="text-align: left;">keyword</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>店铺名称搜索</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "code": 0, "msg": "操作成功!", "data": [ { "supplier_name": "Zipomall",//店铺名称 "type": "Zipomall",//类型:Zipomall(自营);Store(店铺); "onsale_number": "1294", "supplier_id":"0",//店铺id "shop_level":"5.00"//店铺评分,默认5分,未实现 "supplier_status": "living",//店铺状态:onsale:上架商品/living:直播 "supplier_desc": "1294 pcs on sheft",//店铺动态:pcs on sheft/living "goods_img": [//商品主图 "https://images.zipomall.com/img/Jewelry_Watches/Fine_Jewelry/JF00032/CP_CN/main400/JF00032_21.jpg", "https://images.zipomall.com/img/Automobiles_Motorcycles/Automobiles_Motorcycles_Accessories/AX00007/CP_CN/main400/AX00007_16.jpg", "https://images.zipomall.com/img/Luggage_Bags_Shoes/Women_flats/ZT00027/CP_CN/main400/ZT00027_22.jpg", "https://images.zipomall.com/img/Computer_Office/Computer_Peripherals/OP00023/CP_CN/main400/OP00023_01.jpg" ], "goods_id": [//商品id,与商品主图对应,点击进入商品详情 "12", "23", "34", "55" ], "discount_desc": "Save $10 money every $100",//优惠 "shop_logo": "http://47.112.103.239:8083//mobile/themesmobile/mo_paleng_moban/images/mine/account_default.png"//店铺logo } ] }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">code</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">10001</td> <td style="text-align: left;">未登录</td> </tr> </tbody> </table> <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;">code</td> <td style="text-align: left;">int</td> <td>0:成功,非0:失败</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">int</td> <td>错误信息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">数组</td> <td>返回数据</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML