文档
测试

订单列表

GET
http://192.168.0.91:8070/ipss/app/mall/order/list

请求参数

参数名
类型
描述
必填
pageSize
每页条数
必填
pageNum
页码
必填

响应参数

参数名
类型
描述
必填
status
int
示例:4
必填
message
string
示例:查询成功
必填
data
object
数据字典
必填
pageContent
Array
订单集合
必填
productList
Array
购买商品集合
必填
productId
int
商品ID
必填
productName
string
商品名称
必填
productCategoryName
string
商品品类名称
必填
price
decimal
商品单价
必填
amount
int
商品数量
必填
picUrl
int
缩略图
必填
totalPrice
decimal
实付款(包含运费)
必填
orderStatus
int
订单状态:1-已完成,2-已取消
必填
id
int
订单id
必填