我的订单
POST
http://localhost:8080/app/userCenter/order/list
请求参数
参数名
类型
描述
必填
user_id
string
用户id 示例:41840909af844632885424fbc20cae79
必填
order_status
string
订单状态 1支付成功待发货 2已发货 3已完成
必填
order_type
int
订单类型 1:购买机具 2:积分兑换 示例:1
必填
page
int
当前页码 示例:1
必填
limit
int
每页条数 示例:10
必填
sign
string
签名 示例:48662e0c02a1f83626bbfe09e7262f85
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
id
string
订单id 示例:fd85f86a959043878cf2c03d8c09f39f
必填
order_no
string
订单编号 示例:202201071757551641549475668
必填
order_status
int
订单状态 1支付成功待发货 2已发货 3已完成
必填
order_status_desc
string
订单状态描述 示例:待发货
必填
real_pay_price
int
实际付款金额 示例:300
必填
real_pay_score
int
实际支付积分 示例:0
必填
total_goods_num
int
商品总数量 示例:1
必填
order_time
string
下单时间 示例:2022-01-07 17:57:55
必填