ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
* 店铺列表页 ~~~[api] get:/index.php?ctl=Shop_Index&met=index&typ=json&ua=wap&sub_site_id=0&rows=10&page=1&firstRow=0&or=&keywords=&district=&plat= ua=wap#说明文字 sub_site_id#分站id rows#说明文字 page#说明文字 firstRow#说明文字 or#筛选条件 keywords#搜索词 district#说明文字 plat#说明文字 <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 10, "totalsize": "99", "records": "99", "items": [ { "shop_id": "176", "user_id": "10740", "user_name": "test7", "shop_name": "test7", "shop_grade_id": "0", "shop_class_id": "0", "shop_all_class": "1", "shop_self_support": "true", "shop_business": "1", "shop_create_time": "2017-11-14 05:04:39", "shop_end_time": "0000-00-00 00:00:00", .... "goods_barcode": "", "goods_is_recommend": "2", "goods_click": "2", "goods_salenum": "2", "goods_collect": "0", "goods_image": "***/20171114/1510650531780250.jpg", "color_id": "0", "goods_evaluation_good_star": "5", "goods_evaluation_count": "1", "goods_max_sale": "0", "goods_is_shelves": "1", "goods_recommended_price": "0.00", "goods_recommended_min_price": "0.00", "goods_recommended_max_price": "0.00", "goods_parent_id": "0", "id": "1692" } ], "shop_owner": 0, "dist_owner": 0, "is_favorite": 0 } ] }, "goods_num": 1 }, ... ] } } <<< error ~~~ * 店铺详情页 ~~~[api] get:/index.php?ctl=Shop&met=getStoreInfo&typ=json string:k#key int:u#用户id int:shop_id#店铺id <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "rec_goods_list": [ { "common_id": "2029", "common_name": "新测试", "common_promotion_tips": "123", "cat_id": "120", "cat_name": "服装鞋帽 &gt; ceshi10 &gt; ceshi1 &gt; ceshi1_1", "shop_id": "176", "shop_name": "test7", "shop_cat_id": ",0,", "shop_goods_cat_id": [ "0" ], "goods_id": "1692", "shop_self_support": "1", "shop_status": "3", "common_property": null, "common_spec_name": null, "common_spec_value": null, "brand_id": "0", "brand_name": "", "type_id": "0", "common_image": "***/1510650531780250.jpg", ........ "is_favorate": false, "is_own_shop": "true", "mb_sliders": [ { "link": "", "imgUrl": "" } ], "mb_title_img": "", "member_id": "10014", "store_avatar": "", "user_name": "test7", "store_collect": "0", "store_credit_text": "描述: 5.00, 服务: 100.00, 物流: 5.00", "shop_id": "176", "store_name": "test7", "user_id": "10740", "store_tel": "", "is_open_im": 1 }, "voucher_list": [] } } <<< error ~~~ * 销量排行/收藏排行 ~~~[api] get:/index.php?ctl=Shop&met=goodsList&sort=desc&typ=json int:id#店铺id order#排行条件common_collect:收藏排行common_salenum:销量排行 num#卖出数量 sort=desc#排序方式 <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 1, "totalsize": "1", "records": "1", "items": [ { "common_id": "2029", "common_name": "新测试", "common_promotion_tips": "123", "cat_id": "120", "cat_name": "服装鞋帽 &gt; ceshi10 &gt; ceshi1 &gt; ceshi1_1", "shop_id": "176", "shop_name": "test7", "shop_cat_id": ",0,", "shop_goods_cat_id": [ "0" ], "goods_id": [ { "goods_id": "1692", "color_id": 0 } ], ...... "goods_image": "***/20171114/1510650531780250.jpg", "color_id": "0", "goods_evaluation_good_star": "5", "goods_evaluation_count": "1", "goods_max_sale": "0", "goods_is_shelves": "1", "goods_recommended_price": "0.00", "goods_recommended_min_price": "0.00", "goods_recommended_max_price": "0.00", "goods_parent_id": "0", "id": "1692" } ], "shop_owner": 0, "dist_owner": 0, "is_favorite": 0 } ] } } <<< error ~~~ * 全部商品 ~~~[api] get:/index.php?ctl=Shop&met=goodsList&typ=json int:shop_id#店铺id pagesize#说明文字 curpage#说明文字 firstRow#说明文字 int:id#店铺id <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 1, "totalsize": "1", "records": "1", "items": [ { "common_id": "2029", "common_name": "新测试", "common_promotion_tips": "123", "cat_id": "120", "cat_name": "服装鞋帽 &gt; ceshi10 &gt; ceshi1 &gt; ceshi1_1", "shop_id": "176", "shop_name": "test7", "shop_cat_id": ",0,", "shop_goods_cat_id": [ "0" ], ...... "goods_salenum": "2", "goods_collect": "0", "goods_image": "***/1510650531780250.jpg", "color_id": "0", "goods_evaluation_good_star": "5", "goods_evaluation_count": "1", "goods_max_sale": "0", "goods_is_shelves": "1", "goods_recommended_price": "0.00", "goods_recommended_min_price": "0.00", "goods_recommended_max_price": "0.00", "goods_parent_id": "0", "id": "1692" } ], "shop_owner": 0, "dist_owner": 0, "is_favorite": 0 } ] } } <<< error ~~~ * 商品上新 ~~~[api] get:/index.php?ctl=Shop&met=goodsList&order=common_sell_time&sort=desc&typ=json&id=160&curpage=1&page=10 int:id#店铺id curpage#说明文字 page#说明文字 <<< success { "cmd_id": -140, "status": 200, "msg": "success", "data": { "page": 1, "total": 1, "totalsize": "2", "records": "2", "items": [ { "common_id": "954", "common_name": "6611aa普通商品1", "common_promotion_tips": "", "cat_id": "11", "cat_name": "服装鞋帽 &gt; 服饰衣帽 &gt; 女装服饰 &gt; 连衣裙", "shop_id": "160", "shop_name": "6611个人分销", "shop_cat_id": ",0,", "shop_goods_cat_id": [ "0" ], ...... "goods_recommended_price": "0.00", "goods_recommended_min_price": "0.00", "goods_recommended_max_price": "0.00", "goods_parent_id": "0", "id": "1550" } ], "shop_owner": 0, "dist_owner": 0, "is_favorite": 0 } ] } } <<< error ~~~