3 Star 0 Fork 0

商城项目 / doc.weecot.com

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

猜你喜欢

接口描述:

  • 猜你喜欢(goods/goodsguess)

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 wanganlin 2017-03-20 2017-03-25

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type String 请求类型: application/json
token String 请求内容签名

请求参数:

参数名 是否必须 默认值 类型 说明
page 1 Number 页数
size 12 Number 每页数

返回示例:

正确时返回:

{
    "status": "success",
    "data": [
        {
            "goods_id": 797,
            "goods_name": "17年春夏新款百搭半身裙蛋糕裙 a字裙 裤裙伞裙大码裙子超短裙女 松紧腰围 带裤边打底衬 涤针织面料",
            "goods_thumb": "https://vshop.weecot.com/storage/images/201703/thumb_img/0_thumb_G_1490174791219.jpg",
            "sales_volume": 131,
            "applause_rate": "99.99%",
            "show_price": "¥49.00"
        },
        {
            "goods_id": 900,
            "goods_name": "润穗苏北软香稻米5kg 香软弹滑 苏北大米 苏软香 口感上层 洁白纤长 香糯可口",
            "goods_thumb": "https://vshop.weecot.com/storage/images/201703/thumb_img/0_thumb_G_1490234264758.jpg",
            "sales_volume": 63,
            "applause_rate": "99.99%",
            "show_price": "¥10.00"
        },
        ...
    ]
}

错误时返回:

{
    "status": 'failed',
    "errors": {
        "code": 404,
        "message": "message"
    },
    "time": 1553515084
}

返回参数说明:

参数名 类型 说明
goods_id Number 商品id
goods_name String 商品名
goods_thumb String 商品图
sales_volume Number 已售个数
applause_rate String 好评
show_price String 价格

备注:

  • 更多返回错误代码请看首页的错误代码描述
其他
1
https://gitee.com/dscmall_test/doc.weecot.com.git
git@gitee.com:dscmall_test/doc.weecot.com.git
dscmall_test
doc.weecot.com
doc.weecot.com
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891