简要描述:
- 用户登录接口
请求域名:
- http://xx.com
请求URL:
POST/route=goods.goods.get-search-goods-json(获取数据)
传参数说明:
参数名 | 类型 | 说明 |
---|---|---|
keyword | str | 商品名称 |
备注:
返回示例:
正确时返回:
{
result: 1,
msg: "ok",
data: {
goods: [{
id: 202,
title: "共享链1",
thumb: "http://www.wq.com/attachment/images/2/2017/08/zZzf0V1SHDf39z9qBZTus91tGr22Hg.png",
status_name: null
},
{
id: 416,
title: "2018新款滇红茶宝塔 滇红功夫茶 滇红宝塔 手工红茶小红塔宝塔",
thumb: "http://www.wq.com/attachment/images/2/2020/05/0e061a51a406a0c346552cc1b61fb011.png",
status_name: null
}
],
exchange: null
}
}
错误时返回:
data 返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 商品id |
title | str | 商品名称 |
thumb | str | 商品图片 |
status_name | str | 商品状态名称 |
备注:
- 更多返回错误代码请看首页的错误代码描述