1 Star 0 Fork 3.4K

leafre / zscat-me

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
接口.md 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
mallplus 提交于 2017-10-24 11:52 . app接口

1.主页

接口名称

  • small/default/index

请求参数

  • name string 空间名称
  • slevel string 隐私级别 0/1 对公/私密

返回参数

{
    errno: 0,
    errmsg: "sucess",
    data:
    {
        hitList:{}热门商品
	xinpinList{}新品商品
	commList{}推荐商品
	goodsTypeList{}商品类型
	nav_icon_list:{ "title": "全部商品","summary": "/pages/list/list?cat_id=","img": "http://2bb5c.png",} 导航
	bannerList:{}banner列表
	couponList:{}优惠劵
	topicList:{}专题
	
          
    }
}

错误码

2.商品详情

接口名称

  • small/default/goods

请求参数

  • id string 商品id
  • userid string 用户id

返回参数

{
    errno: 0,
    errmsg: "sucess",
    data:
    {
          
        "id": 54,
        "title": "华迪智能灯泡",
	"delFlag": "0",
        "replyhit": 0,
        "sellhit": 0,
        "iscom": 2,
        "storeid": 7,
        "storename": "zscat智能家居",
        "brandid": 3,
        "imgs": [
            "https://zscat.tunnel.qydev.com/upload/project/6智能.png",
            "https://img.alicdn.com/imgextra/i2/2591435385/TB2Tb_woFXXXXcxXXXXXXXXXXXX_!!2591435385.png",
            "https://img.alicdn.com/imgextra/i3/2591435385/TB28PHAoFXXXXaGXXXXXXXXXXXX_!!2591435385.png"
        ],
        "is_favorite": 2  ---- 1为已收藏  2未微收藏
          
    }
}

错误码

  • 0 成功
  • 1 失败
  • 3 参数为空
Java
1
https://gitee.com/leafre/zscat_sw.git
git@gitee.com:leafre/zscat_sw.git
leafre
zscat_sw
zscat-me
master

搜索帮助