文档
测试

好物购买商品详情

GET
http://192.168.1.116:8080/api/exclusive/info/43

接口描述

http://localhost:8080/api/exclusive/info/{id}

请求参数

参数名
类型
描述
必填
id
Long
好物专享id
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
id
int
示例:28
必填
parentId
object
父id
必填
category
string
商品分类
必填
waresInfo
string
商品详情
必填
fileThumbPath
string
商品图片
必填
price
int
商品价格
必填
inventoryNumber
int
库存数量
必填
exchangeNumber
int
兑换数量
必填
status
int
1上架,2下架
必填
domains
array
数据列表
必填
bannerImgs
array
轮播图
必填
detailsImg
array
详情图
必填

说明 / 示例

{ "msg": "操作成功", "code": 200, "data": { "id": 31, "parentId": 1, "category": "429", "waresInfo": "5", "fileThumbPath": "https://hululaoshi.oss-cn-hangzhou.aliyuncs.com/image/b765c28a-7339-4c71-929d-dbca2cca28e1.png", "price": 5, "inventoryNumber": 5, "exchangeNumber": 34, "status": 1, "domains": [], "bannerImgs": [], "detailsImg": [] } }