微商城 100boot 支持HTTPS

微商城一款简洁的微信小程序电商平台,提供源码下载和全案例API服务支持

每日免费100次
免费
立即申请 版本历史 源码下载 已下载100

API文档

示例说明

错误码参照

联系我们

查询首页轮播图

查询首页导航

查询首页菜单

查询首页新品特卖

查询首页福利专场

商品点击数量统计

根据商品ID获取商品详情

加入购物车

商品收藏

福利专场商品列表

接口地址: https://100boot.cn/wxShop/home/banners
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/home/banners?key=开发者key

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "查询成功",
  "result": [
    {
      "id": 1,
      "bannerName": "全新上市",
      "imgUrl": "http://mz.djmall.xmisp.cn/files/banner/20161222/14823895573.png",
      "clickUrl": "",
      "seq": 1
    },
    {
      "id": 2,
      "bannerName": "全球优选团",
      "imgUrl": "http://pic1.ymatou.com/G02/M07/7C/CE/CgvUBFrNzZaAMSW8AAFEr6p5z9M050_75_52_o.jpg",
      "clickUrl": "",
      "seq": 2
    },
    {
      "id": 3,
      "bannerName": "新会员满减",
      "imgUrl": "http://m.360buyimg.com/babel/s1120x448_jfs/t16888/181/1508937864/193227/98374bc0/5acdd4c3N8e1f4ba1.jpg",
      "clickUrl": null,
      "seq": 3
    },
    {
      "id": 4,
      "bannerName": "口红",
      "imgUrl": "http://mz.djmall.xmisp.cn/files/banner/20161222/148238831285.png",
      "clickUrl": null,
      "seq": 4
    }
  ]
}
接口地址: https://100boot.cn/wxShop/home/navBar
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/home/navBar?key=开发者key

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "查询成功",
  "result": [
    {
      "id": 1,
      "navbarName": "推荐",
      "clickUrl": null,
      "seq": 1
    },
    {
      "id": 2,
      "navbarName": "护肤",
      "clickUrl": null,
      "seq": 2
    },
    {
      "id": 3,
      "navbarName": "母婴",
      "clickUrl": null,
      "seq": 3
    },
    {
      "id": 4,
      "navbarName": "家居",
      "clickUrl": null,
      "seq": 4
    },
    {
      "id": 5,
      "navbarName": "电子数码",
      "clickUrl": null,
      "seq": 5
    }
  ]
}
接口地址: https://100boot.cn/wxShop/home/menus
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/home/menus?key=开发者key

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "查询成功",
  "result": [
    {
      "id": 1,
      "menuName": "自营",
      "imgUrl": "https://m.360buyimg.com/mobilecms/jfs/t7930/307/1143783545/25656/a167df62/599aa7feN91f03e0b.png",
      "clickUrl": null,
      "seq": 1
    },
    {
      "id": 2,
      "menuName": "新人专享",
      "imgUrl": "https://m.360buyimg.com/babel/s132x132_jfs/t10762/151/321904602/14728/4c836625/59cc69f9Na24dd977.png",
      "clickUrl": null,
      "seq": 2
    },
    {
      "id": 3,
      "menuName": "全球购",
      "imgUrl": "https://m.360buyimg.com/mobilecms/jfs/t5965/339/3633548361/13799/cd4d0416/5954cf81N3294a71c.png",
      "clickUrl": null,
      "seq": 3
    },
    {
      "id": 4,
      "menuName": "物流查询",
      "imgUrl": "https://m.360buyimg.com/mobilecms/jfs/t5842/205/151189300/13247/a6de2d/591d94edNc42fb94d.png",
      "clickUrl": null,
      "seq": 4
    },
    {
      "id": 5,
      "menuName": "领券",
      "imgUrl": "https://m.360buyimg.com/mobilecms/jfs/t5872/340/146804759/11154/f4ae1409/591d94c4N79a488cc.png",
      "clickUrl": null,
      "seq": 5
    },
    {
      "id": 6,
      "menuName": "拼团",
      "imgUrl": "https://m.360buyimg.com/mobilecms/jfs/t17509/324/1413437865/15080/f7029302/5ac98982Nf9710996.png",
      "clickUrl": null,
      "seq": 6
    },
    {
      "id": 7,
      "menuName": "家居",
      "imgUrl": "https://m.360buyimg.com/mobilecms/jfs/t5656/351/153181074/12227/e35aa8d/591d9456Naa85e195.png",
      "clickUrl": null,
      "seq": 7
    }
  ]
}
接口地址: https://100boot.cn/wxShop/activity/brands
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/activity/brands?key=开发者key&type=temai&page=1&size=10

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key
  type Y string temai(活动类型)
  page Y string 当前页(例如1:当前第一页)
  size Y string 每页数据条数(例如10:每页获取10条数据)

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "查询成功",
  "result": {
    "pageNum": 1,
    "pageSize": 10,
    "size": 1,
    "orderBy": null,
    "startRow": 1,
    "endRow": 1,
    "total": 1,
    "pages": 1,
    "list": [
      {
        "id": 3,
        "name": "雅诗兰黛EsteeLauder化妆品专场",
        "imgUrl": "https://a.vimage1.com/upcb/2018/04/20/175/ias_152423133788119_604x290_80.jpg",
        "type": "temai",
        "remark": "跨品牌满498减100,上不封顶。"
      }
    ],
    "firstPage": 1,
    "prePage": 0,
    "nextPage": 0,
    "lastPage": 1,
    "isFirstPage": true,
    "isLastPage": true,
    "hasPreviousPage": false,
    "hasNextPage": false,
    "navigatePages": 8,
    "navigatepageNums": [
      1
    ]
  }
}
接口地址: https://100boot.cn/wxShop/goods/getHotGoodsList
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/goods/getHotGoodsList?key=开发者key&page=1&size=10

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key
  page Y string 当前页(例如1:当前第一页)
  size Y string 每页数据条数(例如10:每页获取10条数据)

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "查询成功",
  "result": {
    "pageNum": 1,
    "pageSize": 5,
    "size": 5,
    "orderBy": null,
    "startRow": 1,
    "endRow": 5,
    "total": 23,
    "pages": 5,
    "list": [
      {
        "id": 23,
        "name": "日本 资生堂CPB肌肤之钥保湿露化妆水保湿润肤滋润型170ml",
        "price": 775,
        "privilegePrice": 827,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t10657/4/2676826589/85281/7ccbca40/59fbffcbN08c35916.jpg!q70.jpg",
        "details": "https://img10.360buyimg.com/imgzone/jfs/t11212/112/941452233/317511/554cf0a3/59fc0359N981364c3.png;https://img10.360buyimg.com/imgzone/jfs/t11647/345/955084931/93629/ac02571e/59fc0359N5a8a5ef7.png;https://img10.360buyimg.com/imgzone/jfs/t11674/332/928667938/228303/83c3286e/59fc0359Nd92eeb15.png;https://img10.360buyimg.com/imgzone/jfs/t11458/30/928297559/130827/4b21b5a3/59fc035aNbd2055e1.jpg;https://img10.360buyimg.com/imgzone/jfs/t9742/289/2649914887/115539/c6797f63/59fc0341Ndfefedf1.jpg;https://img10.360buyimg.com/imgzone/jfs/t11725/313/977472497/140168/9c47a6b4/59fc0342N83e3f807.jpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 0,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 22,
        "name": "韩国进口 A.by Bom艾柏梵超能婴儿冰凝叶子面膜10片",
        "price": 129,
        "privilegePrice": 138,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t16969/88/1564110409/175802/5a26675e/5acf2422N76c30469.png!q70.jpg",
        "details": "https://img10.360buyimg.com/imgzone/jfs/t15079/250/1378141301/90210/c5411bbb/5a4ce51aNda84dc5a.jpg;https://img10.360buyimg.com/imgzone/jfs/t14554/230/1355421978/43906/d1b2e3d/5a4ce518N95b58aa5.jpg;https://img10.360buyimg.com/imgzone/jfs/t16174/26/1128731260/160481/c88be136/5a4ce512N58d61b46.jpg;https://img10.360buyimg.com/imgzone/jfs/t14737/209/1338124278/63666/481bb308/5a4ce520Nb26519d4.jpg;https:////img30.360buyimg.com/sku/jfs/t19075/243/1609006120/266561/710d3aa3/5ad06f17N4f7f152b.jpg;https://img10.360buyimg.com/imgzone/jfs/t15916/327/1199031650/68490/b0082cc/5a4ce521N64d24657.jpg\n",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 0,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 21,
        "name": "韩国进口 A.by Bom艾柏梵超能婴儿基因再生桃花面膜5片",
        "price": 89,
        "privilegePrice": 101,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t17983/118/1563399958/139443/efd76f63/5acf23d7Nd76e0a77.png!q70.jpg",
        "details": "https://img10.360buyimg.com/imgzone/jfs/t15802/158/1316273396/120942/2d01b87d/5a4efea2N8cc2fbe3.jpg;https://img10.360buyimg.com/imgzone/jfs/t14800/333/1703088600/38534/80f023c7/5a55855fNd5ef51de.jpg;https://img10.360buyimg.com/imgzone/jfs/t16276/276/1177227900/150449/af90e7d4/5a4efea2N0318e978.jpg;https://img10.360buyimg.com/imgzone/jfs/t14197/175/1423119730/94268/fc1265f1/5a4efe9bNc80c86d0.jpg;https://img10.360buyimg.com/imgzone/jfs/t14506/328/1440386772/118215/43d5e0b6/5a4efea2Ncef088fa.jpg;https://img10.360buyimg.com/imgzone/jfs/t14611/174/1709964950/130347/76ddd87d/5a558557N1873ca8e.jpg;https://img10.360buyimg.com/imgzone/jfs/t15082/240/1448420653/68120/a4cfb8f7/5a4efe8eNdd413c20.jpg;https://img10.360buyimg.com/imgzone/jfs/t14605/306/1440959264/63911/a25b2d3b/5a4efea2N2abb2c5e.jpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 0,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 20,
        "name": "品牌直采 捷俊(JAYJUN)防雾霾透白修护面膜27ml 10片/盒",
        "price": 170,
        "privilegePrice": 189,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t8449/52/2392309676/452472/94321a74/59cca5d0Nce6b2c02.jpg!q70.jpg",
        "details": "https://img13.360buyimg.com/cms/jfs/t17965/171/354796120/303498/7f82de87/5a6eb0a8N578f2343.jpg;https://img13.360buyimg.com/cms/jfs/t17947/171/361108889/190428/dda759b/5a6eb0afN8ea3ec36.jpg;https://img12.360buyimg.com/cms/jfs/t16561/339/1923038925/133524/1143567d/5a6eb0b6N2b31e442.jpg;https://img20.360buyimg.com/cms/jfs/t16711/196/352610166/148325/6dde9ab7/5a6eb0cfN2c4746af.jpg;https://img30.360buyimg.com/cms/jfs/t19267/208/346999378/156410/1c807d8c/5a6eb0d2N7dbac4b3.jpg;https://img30.360buyimg.com/cms/jfs/t15454/106/2105960102/124164/d99166ef/5a6eb12eN19dcc83a.jpg;https://img11.360buyimg.com/cms/jfs/t16606/208/349833968/155296/6d8db454/5a6eb147Nf8344ead.jpg;https://img20.360buyimg.com/cms/jfs/t15748/64/2000451802/89546/7fedc0f7/5a6eb153Neee61999.jpg;https://img10.360buyimg.com/cms/jfs/t17749/303/356150240/232440/52fed16a/5a6eb169N778e8c12.jpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 0,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 19,
        "name": "品牌直采 捷俊(JAYJUN)玫瑰精华面膜25ml*10 补水保湿",
        "price": 135,
        "privilegePrice": 168,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t3085/190/8770910845/187674/11f0949d/58c89972N2e5c175a.jpg!q70.jpg",
        "details": "https://img20.360buyimg.com/vc/jfs/t5140/134/330610343/294446/9e31bdf4/58fdcd46N6419e6f3.jpg;http://img20.360buyimg.com/vc/jfs/t4684/19/4035557253/114995/7d35afc3/59092f1dN6860e95d.jpg;https://img20.360buyimg.com/vc/jfs/t4438/148/4036236532/135006/14271bef/59092f1cNbffc9a5f.jpg;https://img10.360buyimg.com/cms/jfs/t11683/102/133142231/306297/f0da95c6/59e8606aNbefec256.jpg;https://img20.360buyimg.com/vc/jfs/t5131/283/899507858/141629/75e93696/59092f21N58eba3d9.jpg;https://img13.360buyimg.com/cms/jfs/t11245/200/139867059/59473/256356fc/59e8608fNdb60d364.jpg;https://img11.360buyimg.com/cms/jfs/t7873/161/2797699140/225589/d34008c6/59e855a5N6539c5a5.jpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 0,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "shopGoodsImageList": null,
        "desc": null
      }
    ],
    "firstPage": 1,
    "prePage": 0,
    "nextPage": 2,
    "lastPage": 5,
    "isFirstPage": true,
    "isLastPage": false,
    "hasPreviousPage": false,
    "hasNextPage": true,
    "navigatePages": 8,
    "navigatepageNums": [
      1,
      2,
      3,
      4,
      5
    ]
  }
}
接口地址: https://100boot.cn/wxShop/goods/addGoodsClickRate
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/goods/addGoodsClickRate?key=开发者key&goodsId=商品ID

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key
  goodsId Y string 当前用户点击的商品id

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "商品点击数量增加成功!",
  "result": null
}
接口地址: https://100boot.cn/wxShop/goods/getGoodsInfo
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/goods/getGoodsInfo?key=开发者key&goodsId=商品ID

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key
  goodsId Y string 当前用户选择的商品id

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明
  result string 商品信息详情

JSON返回示例:

{
  "code": 100,
  "message": "查询成功",
  "result": {
    "id": 1,
    "name": "日本资生堂(Shiseido)洗颜专科洗面奶洁面乳120ml",
    "price": 49,
    "privilegePrice": 56,
    "imgUrl": "https://m.360buyimg.com/n12/jfs/t18736/261/941932619/72745/c6e929e3/5ab05c6fN30744488.jpg!q70.jpg",
    "details": "https://img14.360buyimg.com/cms/jfs/t12343/316/887057782/88519/4f284e41/5a150e8aN196a8ddf.jpg;https://img30.360buyimg.com/popWareDetail/jfs/t7519/163/2579412574/2717557/15183116/59b25453N4b18df13.png;https://img30.360buyimg.com/popWaterMark/jfs/t7903/192/2911505409/810278/276f63e/59e019a5N44f1daa3.jpg;https://img30.360buyimg.com/popWaterMark/jfs/t7903/192/2911505409/810278/276f63e/59e019a5N44f1daa3.jpg",
    "remark": null,
    "createDate": 1528441826000,
    "updateDate": 1523950589000,
    "clickRate": 10,
    "buyRate": 0,
    "stock": 0,
    "isHot": "0",
    "isNew": "1",
    "classifyId": null,
    "discount": "8.8",
    "shopGoodsImageList": [
      {
        "id": null,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t8953/14/2583745315/108121/ba97042d/59e030cdN100ae84c.jpg!q70.jpg;",
        "remark": null,
        "goodsId": null,
        "status": null
      },
      {
        "id": null,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t10060/45/1380498890/33200/1cde8ad0/59e030cdN83c59a5c.jpg!q70.jpg;",
        "remark": null,
        "goodsId": null,
        "status": null
      },
      {
        "id": null,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t10033/214/1379094826/67310/16c6f60f/59e030c0N02b3633d.jpg!q70.jpg;",
        "remark": null,
        "goodsId": null,
        "status": null
      },
      {
        "id": null,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t9625/26/1392870668/73745/50dd231d/59e030cdN6865fb78.jpg!q70.jpg",
        "remark": null,
        "goodsId": null,
        "status": null
      },
      {
        "id": null,
        "imgUrl": "https://m.360buyimg.com/n12/jfs/t18736/261/941932619/72745/c6e929e3/5ab05c6fN30744488.jpg!q70.jpg;",
        "remark": null,
        "goodsId": null,
        "status": null
      }
    ],
    "desc": null
  }
}
接口地址: https://100boot.cn/wxShop/carts/addShopCarts
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/carts/addShopCarts?key=开发者key&goodsId=商品ID&num=数量

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key
  goodsId Y string 当前用户点击的商品id
  num Y string 商品数量

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "添加购物车成功!",
  "result": null
}
接口地址: https://100boot.cn/wxShop/collection/addShopCollection
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/collection/addShopCollection?key=开发者key&goodsId=商品ID

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key
  goodsId Y string 当前用户点击的商品id

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "添加收藏成功!",
  "result": null
}

接口地址: https://100boot.cn/wxShop/goods/getActivityGoodsList
返回格式: json/xml
请求方式: get
请求示例: https://100boot.cn/wxShop/goods/getActivityGoodsList?key=开发者key&activityId=1&page=1&size=10

请求参数说明:

名称 必填 类型 说明
  key Y string 您申请的key
  activityId Y string 活动ID
  page Y string 当前页(例如1:当前第一页)
  size Y string 每页数据条数(例如10:每页获取10条数据)

返回参数说明:

名称 类型 说明
  code string 返回码
  message string 返回说明

JSON返回示例:

{
  "code": 100,
  "message": "查询成功",
  "result": {
    "pageNum": 1,
    "pageSize": 100,
    "size": 6,
    "orderBy": null,
    "startRow": 1,
    "endRow": 6,
    "total": 6,
    "pages": 1,
    "list": [
      {
        "id": 50,
        "name": "欧莱雅 LOREAL 男士水能保湿酷爽水凝露120ml(保湿露 保湿乳 渗透补水 滋润肌肤)",
        "price": 80,
        "privilegePrice": 96,
        "imgUrl": "https://m.360buyimg.com/mobilecms/s750x750_jfs/t22201/339/1217350058/162352/f610e014/5b222b93N1c5d5504.jpg!q80.jpg",
        "details": "https://img30.360buyimg.com/sku/jfs/t18790/311/1703785993/130517/ead29478/5ad41d19Ne24533d7.jpg;https://img30.360buyimg.com/sku/jfs/t18430/119/1674078028/243123/89b96b5f/5ad41d19Nd11f1e72.jpg;https://img30.360buyimg.com/sku/jfs/t18262/107/1621910801/273269/d67a0d81/5ad41d19N37fea36e.jpg;https://img30.360buyimg.com/sku/jfs/t18265/330/1683439864/181669/633b783b/5ad41d19N3a546bfc.jpg;https://img30.360buyimg.com/sku/jfs/t17032/281/1674652732/133031/1447ac31/5ad41d19Ne58feb49.jpg;https://img30.360buyimg.com/sku/jfs/t19780/104/1710555938/196959/cf308621/5ad41d19Nb79580da.jpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 3,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "discount": "8.3",
        "activityId": 2,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 49,
        "name": "欧莱雅(LOREAL)复颜玻尿酸化妆品护肤套装(晶露130ml+乳液110ml+晶露65ml+乳液50ml+导入霜15ml(赠品随机发))",
        "price": 129,
        "privilegePrice": 134,
        "imgUrl": "https://m.360buyimg.com/mobilecms/s750x750_jfs/t22810/353/38342798/288040/e9176109/5b23694aNa9ee4d01.jpg!q80.jpg",
        "details": "https://img30.360buyimg.com/sku/jfs/t19681/25/2211634922/224287/191b4eab/5aec3acbN626f89d4.jpg;https://img30.360buyimg.com/sku/jfs/t2467/315/1479078334/2361/4757d7d6/566010f4N01f5d17a.png;https://img30.360buyimg.com/sku/jfs/t16642/306/2220348263/237236/7a8104c9/5aec3af5N9813656b.jpg;https://img30.360buyimg.com/sku/jfs/t9727/247/1192461728/260447/b2a56938/59dddb16Ne97d12c9.jpg;https://img30.360buyimg.com/sku/jfs/t10876/185/1189988925/237051/caeaf09f/59dddb23N88df21ff.jpg;https://img30.360buyimg.com/sku/jfs/t14422/331/2526414129/205527/11b1b27b/5aa5f151Nf20af9d3.jpg;https://img30.360buyimg.com/sku/jfs/t2467/315/1479078334/2361/4757d7d6/566010f4N01f5d17a.png",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 1,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "discount": "9.6",
        "activityId": 2,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 48,
        "name": "欧莱雅(LOREAL)三合一卸妆洁颜水深层清洁魔力水套装(倍润型400ml+95mlx3(随机发))",
        "price": 129,
        "privilegePrice": 134,
        "imgUrl": "https://m.360buyimg.com/mobilecms/s750x750_jfs/t24211/305/35040125/302095/6d37baf/5b23701dNbff389b8.jpg!q80.jpg",
        "details": "https://img30.360buyimg.com/sku/jfs/t14401/144/2085783970/231641/69229849/5a7ab846N8f9106b2.jpg;https://img30.360buyimg.com/sku/jfs/t2467/315/1479078334/2361/4757d7d6/566010f4N01f5d17a.png;https://img30.360buyimg.com/sku/jfs/t20563/281/1399665309/202489/eda62271/5b27aabaNd42e4aa1.jpg;https://img30.360buyimg.com/sku/jfs/t21274/261/1374564555/286328/3c29ac9c/5b27ab05Nc91ab167.jpg;https://img30.360buyimg.com/sku/jfs/t23767/308/172580340/208361/fef0db6/5b27aabfNa0b1602c.jpg;https://img30.360buyimg.com/sku/jfs/t7525/166/1132029644/187066/d63ee227/599aaa3eN99d283ae.jpg;https://img30.360buyimg.com/sku/jfs/t7882/103/1148017296/231718/90bd1c2d/599aaa3eNda158c72.jpg;https://img30.360buyimg.com/sku/jfs/t7636/202/1167823696/378127/73068b16/599aaa3eNefe16087.jpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 2,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "discount": "9.6",
        "activityId": 2,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 47,
        "name": "欧莱雅(LOREAL)金致臻颜化妆品护肤套装(洁面+活肤水+乳液+眼霜;赠活源液*3+日霜+眼霜旅行装)",
        "price": 899,
        "privilegePrice": 912,
        "imgUrl": "https://m.360buyimg.com/mobilecms/s750x750_jfs/t19819/317/1645053249/421701/ff805ece/5b227c31Nbb45a0d3.jpg!q80.jpg",
        "details": "https://img30.360buyimg.com/sku/jfs/t20773/174/189321095/124383/34d408e5/5b027095N114edd30.jpg;https://img30.360buyimg.com/sku/jfs/t22054/195/194589200/113441/6d7cc199/5b027096N5250a046.jpg;https://img30.360buyimg.com/sku/jfs/t21415/23/192126494/138668/126bd835/5b027095N41797db2.jpg;https://img30.360buyimg.com/sku/jfs/t18187/26/2640598371/206476/b9bd39a9/5b027096Nfb2fe414.jpg;https://img30.360buyimg.com/sku/jfs/t19744/242/2669201655/117277/503ff0db/5b027095Na8564fbc.jpg;https://img30.360buyimg.com/sku/jfs/t19675/281/2657017683/76454/6ee7c792/5b027094N2cff2eab.jpg;https://img30.360buyimg.com/sku/jfs/t21412/25/192896743/80548/558c9d21/5b027095Na7af23f1.jpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 1,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "discount": "9.9",
        "activityId": 2,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 46,
        "name": "欧莱雅(LOREAL)男士劲能醒肤露8重功效50ml(持久滋润保湿抗肌肤疲劳护肤霜)(雷神版随机发货)",
        "price": 110,
        "privilegePrice": 132,
        "imgUrl": "https://m.360buyimg.com/mobilecms/s750x750_jfs/t21772/213/1168774044/142096/e95db661/5b222a66N2f3ca924.jpg!q80.jpg",
        "details": "https://img30.360buyimg.com/sku/jfs/t18538/233/1344003468/105227/98998097/5ac490dcN0bf620a1.jpg; https://img30.360buyimg.com/sku/jfs/t19288/276/1334216833/136017/5b819810/5ac490dcN25b14019.jpg;https://img30.360buyimg.com/sku/jfs/t18481/154/1503488414/345954/58182c52/5acc5b4eN2da3fd68.jpg;https://img30.360buyimg.com/sku/jfs/t17365/132/1523000228/102696/bd368f34/5acc5b82Ne6494a6c.jpg;https://img30.360buyimg.com/sku/jfs/t18109/162/1631357177/314771/e69f8165/5ad06a24N8f0515f6.jpg;https://img30.360buyimg.com/sku/jfs/t19624/27/1250909160/294007/ba1d3fc0/5ac3330aNe5d8326d.jpg;https://img30.360buyimg.com/sku/jfs/t18655/17/1315441024/114547/43f24fd0/5ac490dcN409d46af.jpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 1,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "discount": "8.3",
        "activityId": 2,
        "shopGoodsImageList": null,
        "desc": null
      },
      {
        "id": 45,
        "name": "欧莱雅(LOREAL)复颜抗皱紧致滋润眼霜15ml (欧莱雅女士 抗皱 紧致 淡化黑眼圈 眼袋)",
        "price": 240,
        "privilegePrice": 297,
        "imgUrl": "https://m.360buyimg.com/mobilecms/s750x750_jfs/t20002/176/1677889020/266507/ad547b7e/5b236e01N24ae8021.jpg!q80.jpg",
        "details": "https://img30.360buyimg.com/cms/jfs/t3265/156/5618045534/354226/ece91dee/5875ab5dN359c4194.jpg.dpg;https://img13.360buyimg.com/cms/jfs/t3937/115/1437846119/206722/4575f112/5875ab5cNf4dfdd59.jpg.dpg;https://img12.360buyimg.com/cms/jfs/t3229/137/5609962983/209345/79fb4818/5875ab5dN291da545.jpg.dpg;https://img11.360buyimg.com/cms/jfs/t3934/147/1393534393/89660/a4a27d26/58761158N043f484c.jpg.dpg;https://img12.360buyimg.com/cms/jfs/t3952/106/1379861376/237979/f94ac718/5875ab5dN2c5ad596.jpg.dpg",
        "remark": null,
        "createDate": null,
        "updateDate": null,
        "clickRate": 0,
        "buyRate": 0,
        "stock": 0,
        "isHot": "0",
        "isNew": "1",
        "classifyId": null,
        "discount": "8.1",
        "activityId": 2,
        "shopGoodsImageList": null,
        "desc": null
      }
    ],
    "firstPage": 1,
    "prePage": 0,
    "nextPage": 0,
    "lastPage": 1,
    "isFirstPage": true,
    "isLastPage": true,
    "hasPreviousPage": false,
    "hasNextPage": false,
    "navigatePages": 8,
    "navigatepageNums": [
      1
    ]
  }
}
}

服务级错误码参照(code):

错误码 说明
  101 数据请求失败

系统级错误码参照:

错误码 说明
  5001 开发者key不能为空
  5002 开发者key长度不正确
  5003 开发者key不存在
  5004 开发者key调用次数已用完
  5005 请先设置AppID(小程序ID)和AppSecret(小程序密钥)

联系我们:

内容 详细
  技术社区 扫描下方“二维码” 关注【IT实战联盟】公众号
  技术支持 1、关注公众号留言
2、发送问题至 rz_zhushou@163.com 邮箱
3、QQ 讨论群: 346025167
工作人员会尽快回复!
  开发者key获取 关注【IT实战联盟】公众号,打开微信小程序免费获得开发者key