文档
测试

查询商品详情信息

GET
http://172.16.16.100:8085/api/web/goods/detail

请求参数

参数名
类型
描述
必填
id
Integer
商品id
必填

响应参数

参数名
类型
描述
必填
retMsg
String
操作成功,服务端异常
必填
retCode
String
0表示操作成功,50010服务端异常
必填
data
Object
返回参数
必填
id
Integer
商品id
必填
name
String
商品名称
必填
intro
String
商品简介
必填
description
String
商品详情
必填
price
double
商品价格
必填
galleryList
商品图片集合
必填
id
Integer
必填
img
String
实际图片
必填
thumb
String
缩略图
必填
original
String
原始图片
必填
description
String
描述
必填