文档
测试

查询订单中商品列表

GET
http://localhost:8080/soybean/api/order/info/10

请求参数

参数名
类型
描述
必填
orderId
long
订单id
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
object
示例:null
必填
data
array
数据列表
必填
orderId
int
订单id,示例:10
必填
productId
int
商品id,示例:5
必填
productTitle
string
商品名称,示例:种子1号
必填
number
int
商品数量,示例:1
必填
price
float
单价,示例:98.5
必填
totalPrice
float
商品总价,示例:98.5
必填
path
String
商品图片
必填
sign
int
0未签收,1已签收,
必填