文档
测试

我的订单

GET
{{host}}/api/GoodsOrder/list?page=1&limit=20&order_status=dfh

请求头

参数名
类型
描述
必填
token
string
示例:_lylPenWGw1639379451a9owC395mM397026
必填

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填
limit
int
示例:20
必填
order_status
string
示例:dfh 待发货;dsh待收货;ywc已完成
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
data
object
数据字典
必填
list
array
数据列表
必填
id
int
示例:1
必填
goods_num
int
示例:1
必填
goods_price
string
示例:0.00
必填
shipping_price
string
示例:0.00
必填
order_amount
string
示例:0.00
必填
create_time
string
示例:2021-12-17 17:52:57
必填
image
string
示例:uploads/images/20211207112804fdcbe8316.png
必填
name
string
示例:商品1
必填
remark
string
示例:
必填
order_status
int
1待发货;2待收货;3完成
必填
count
int
示例:1
必填
success
boolean
示例:true
必填
code
int
示例:0
必填