文档
测试

我的订单

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
示例:操作成功
必填
result
object
数据字典
必填
data_list
array
数据列表
必填
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
必填
goods_list
array
商品列表
必填
unit_name
string
单位 示例:元
必填
goods_name
string
商品名称 示例:拉卡拉押金版
必填
score
int
购买需要积分 示例:0
必填
goods_price
int
商品价格 示例:100
必填
goods_num
int
购买数量 示例:1
必填
goods_img
string
商品图片 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1640230007453.jpg
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "操作成功", "result": { "data_list": [ { "order_no": "202201071757551641549475668", "order_status": 1, "real_pay_price": 300, "goods_list": [ { "unit_name": "元", "goods_name": "拉卡拉押金版", "score": 0, "goods_price": 100, "goods_num": 1, "goods_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1640230007453.jpg" } ], "total_goods_num": 1, "id": "fd85f86a959043878cf2c03d8c09f39f", "order_time": "2022-01-07 17:57:55", "order_status_desc": "待发货", "real_pay_score": 0 } ] } }