文档
测试

商品详情接口

POST
https://shanghefu.qinganweb.com/api/food/detail

接口描述

上传视频 订单列表界面

请求参数

参数名
类型
描述
必填
userAccessToken
string
用户身份
必填
token
string
随机字符串
必填
signature
string
签名
必填
shopid
int
门店id
必填
id
商品id
必填

响应参数

参数名
类型
描述
必填
status
int
0=失败,1=成功
必填
data
数组
数据
必填
info
数组
商品基本信息
必填
specArr
数组
规格
必填
spec
数组
规格值
必填

说明 / 示例

{ "status": 1, "code": 1, "data": { "info": { "id": 2, "name": "【此拾精选】此拾浴袍", "shopId": 1, "img": "https://shanghefu.qinganweb.com/uploads/images/20201123/f299c4a492651e6c433c9fc27eb0c3d3.jpg", "price": 100, "price_o": 0, "price_t": 0, "stock": 100, "sale": 0, "detail": "123", "cprice": 0, "mz": null, "integral": 0, "brandName": null, "supplierName": null, "is_limit": 0, "imgs": [ "https://shanghefu.qinganweb.com/uploads/images/20201123/27b41f508b0648cfb5f7381ee8f3c5fe.jpg", "https://shanghefu.qinganweb.com/uploads/images/20201123/60d6a436e4ce27ce081f52c13a1d3445.jpg", "https://shanghefu.qinganweb.com/uploads/images/20201123/b8fab0aeb889810c271930d463bb839f.jpg" ], "specArr": [ { "specName": "尺寸", "items": [ { "item_id": 1, "item": "6寸" }, { "item_id": 2, "item": "8寸" } ] }, { "specName": "口味", "items": [ { "item_id": 3, "item": "水果" }, { "item_id": 4, "item": "酸奶" }, { "item_id": 5, "item": "鸡肉" } ] } ], "spec": [ { "id": 1, "key": "1_3", "key_name": "尺寸:6寸 口味:水果", "price": 100, "cprice": 0, "price_o": 0, "price_t": 0, "stock": 100, "sale": 0 }, { "id": 2, "key": "1_4", "key_name": "尺寸:6寸 口味:酸奶", "price": 100, "cprice": 0, "price_o": 0, "price_t": 0, "stock": 100, "sale": 0 }, { "id": 3, "key": "1_5", "key_name": "尺寸:6寸 口味:鸡肉", "price": 100, "cprice": 0, "price_o": 0, "price_t": 0, "stock": 100, "sale": 0 }, { "id": 4, "key": "2_3", "key_name": "尺寸:8寸 口味:水果", "price": 100, "cprice": 0, "price_o": 0, "price_t": 0, "stock": 100, "sale": 0 }, { "id": 5, "key": "2_4", "key_name": "尺寸:8寸 口味:酸奶", "price": 100, "cprice": 0, "price_o": 0, "price_t": 0, "stock": 100, "sale": 0 }, { "id": 6, "key": "2_5", "key_name": "尺寸:8寸 口味:鸡肉", "price": 100, "cprice": 0, "price_o": 0, "price_t": 0, "stock": 100, "sale": 0 } ] } }, "msg": "" }