文档
测试

商品橱窗

POST
http://192.168.1.221/member/api.users/goodsShow

接口描述

John

请求参数

参数名
类型
描述
必填
id
int
文章id
必填
apitoken
string
必填

响应参数

参数名
类型
描述
必填
goods_id
int
商品id
必填
goods_name
string
商品名
必填
market_price
string
市场价
必填
shop_price
string、
零售价
必填
goods_thumb
string
图片
必填

说明 / 示例

``` { "code": 1, "msg": "success", "data": { "list": [ { "goods_id": 101, "goods_name": "爆款产品", "market_price": "39.00", "shop_price": "39.00", "goods_thumb": "/upload/gimg/20190508/5cd23dfcb0746_thumb.png" }, { "goods_id": 102, "goods_name": "会员产品", "market_price": "399.00", "shop_price": "399.00", "goods_thumb": "/upload/gimg/20190316/5c8cb513953f1_thumb.jpg" } ] } } ```