文档
测试

订单列表

POST
http://192.168.0.23:8066/mall/order/list

请求参数

参数名
类型
描述
必填
orderNo
string
订单编号
必填
phone
string
手机号
必填
status
int
订单状态:0-初始化,1-已完成,2-已取消
必填
createdAt
string
订单创建时间
必填
pageSize
int
页大小
必填
pageNum
int
页码
必填
stopAt
string
订单结束时间
必填

响应参数

参数名
类型
描述
必填
status
int
示例:4
必填
message
string
示例:查询成功
必填
data
object
数据字典
必填
pageContent
array
查询内容
必填
id
int
示例:17
必填
orderNo
int
订单编号
必填
phone
string
手机号
必填
totalPrice
decimal
订单金额(包含运费)
必填
orderStopAt
string
成交时间
必填
status
int
订单状态:0-初始化,1-已完成,2-已取消
必填
createdAt
string
创建时间
必填
updatedAt
string
更新时间
必填
receiver
string
收货人姓名
必填
mobile
string
收货电话
必填
address
string
收货地址
必填
productList
Array
购买商品集合
必填
productName
string
商品名称
必填
productCategoryName
string
商品品类名称
必填
price
decimal
商品单价
必填
amount
int
商品数量
必填
picUrl
int
缩略图
必填
totalNum
int
总个数
必填
totalPages
int
总页数
必填