文档
测试

订单列表

POST
/api/store/orderList?status=1&page=1&limit=10

请求头

参数名
类型
描述
必填
token
登录令牌
必填

请求参数

参数名
类型
描述
必填
status
all 全部 0代发货 1待收货 2已完成 3已取消 4待支付
必填
page
页码
必填
limit
每页个数
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:请求成功
必填
time
string
示例:1669772416
必填
data
object
数据字典
必填
total
int
示例:3
必填
per_page
string
示例:10
必填
current_page
int
示例:1
必填
last_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:189
必填
order_id
string
示例:KB29843019013441
必填
total_price
string
示例:10.00
必填
pay_type
string
示例:1
必填
paid
int
示例:1
必填
status
int
示例:1
必填
infos
array
数据列表
必填
id
int
示例:26
必填
oid
int
示例:189
必填
product_id
int
示例:1
必填
cart_info
string
示例:
必填
pay_time_text
string
示例:
必填
add_time_text
string
示例: 创建时间
必填
refund_reason_time_text
string
示例:
必填