查询商品详情
GET
http://localhost:8080/soybean/api/product/info/20/5
请求参数
参数名
类型
描述
必填
customerId
long
用户id
必填
productId
long
商品id
必填
响应参数
参数名
类型
描述
必填
status
int
示例:200
必填
msg
object
示例:null
必填
id
int
仓储地商品关联id,示例:1
必填
storeid
int
仓储地id,示例:3
必填
productId
int
商品id,示例:5
必填
price
int
会员价,示例:98
必填
salesman
int
业务员提成/%,示例:1
必填
store
int
仓储地提成/%,示例:8
必填
customer
int
用户分润示例:1
必填
productType
int
商品分类,示例:1
必填
state
int
0上架,1下架,示例:0
必填
oldPrice
float
原价,示例:98.5
必填
name
string
商品名称,示例:种子1号
必填
type
string
商品分类名称,示例:种子
必填
paths
array
图片列表,数据列表
必填
described
String
描述
必填
unit
String
单位
必填
stock
int
库存
必填