文档
测试

详情页数据

POST
https://www.winree.net/Api/Buyer/goods.htm

请求参数

参数名
类型
描述
必填
wid
String
分配id(32776)
必填
wkey
String
分配key(winreemall)
必填
goods_id
String
商品id
必填
user_id
String
用户id
必填

响应参数

参数名
类型
描述
必填
status
String
返回状态
必填
msg
String
状态信息
必填
data
json
返回数据
必填
goods
Object
商品
必填
id
String
商品id
必填
imgUrl
String
商品图片
必填
store_price
String
会员价格
必填
vip_price
String
金卡价格
必填
cost_price
String
钻卡价格
必填
goods_name
String
商品名称
必填
mian_photo
list
图片集合
必填
goods_count
String
库存
必填
evaluates
list
评价
必填
ev_user_name
String
用户名
必填
ev_user_photo
String
用户头像
必填
evaluate_info
String
评价信息
必填
evaluate_buyer_time
String
评价时间
必填
goods_spec
String
商品规格
必填
Photos
list
评价牌照集合
必填
goodsparam
list
规格参数
必填
param_name
String
名称
必填
param_value
String
必填
spec
list
商品规格
必填
id
String
规格id
必填
name
String
规格名称
必填
ags
Object
规格值
必填
id
String
值id
必填
value
String
值名称
必填
wtmobile
String
管家电话
必填
fav
String
用户是否收藏(0:未收藏,1:已收藏)
必填
cartcount
String
用户购物车数量
必填
url
String
详情页H5地址
必填

说明 / 示例

data={ wtmobile=""; fav=""; cartcount=""; goods=({ id=""; goods_name=""; imgUrl=""; store_price=""; vip_price=""; cost_price=""; }) evaluates=({ ev_user_name=""; ev_user_photo=""; imgUrl=""; store_price=""; vip_price=""; cost_price=""; }) spec=({ id=""; goods_name=""; imgUrl=""; store_price=""; vip_price=""; cost_price=""; }) goodsparam=({ id=""; goods_name=""; imgUrl=""; store_price=""; vip_price=""; cost_price=""; }) mian_photos=({ id=""; goods_name=""; imgUrl=""; store_price=""; vip_price=""; cost_price=""; }) }