订单列表
GET
/shop/order/list
请求参数
Query 参数
id
integer
可选
userId
integer
用户表的用户ID
orderSn
string
订单编号
orderStatus
string
订单状态
aftersaleStatus
string
可选
consignee
string
收货人名称
mobile
string
收货人手机号
address
string
收货具体地址
message
string
用户订单留言
goodsPrice
string
商品总费用
freightPrice
string
配送费用
couponPrice
string
优惠券减免
orderPrice
string
可选
actualPrice
string
可选
payId
string
付款编号
payType
integer
可选
WX_H5 :微信h5
ALI_H5 :支付宝h5
WX_JSAPI :微信jsapi
EPAY_ALI :EPAY_ALI
EPAY_WECHAT :EPAY_WECHAT
TEST :测试支付
payTime
string
付款时间
shipSn
string
发货编号
shipChannel
string
发货快递公司
shipTime
string
发货开始时间
refundStatus
integer
可选
refundAmount
string
可选
refundType
integer
退款方式
refundContent
string
退款备注
refundTime
string
退款时间
confirmTime
string
用户确认收货时间
comments
integer
待评价订单商品数量
orderEndTime
string
订单关闭时间
示例代码
返回响应
修改于 2024-05-06 03:44:54