文档
测试

获取订单列表

POST
http://wjym.didizy.com/v1/orderList

请求参数

参数名
类型
描述
必填
token
string
示例:4e148b7202cd52bcf9836ffb76c1a88d
必填
skip
number
必填
limit
number
必填
token
string
必填
order_type
number
订单类型 0新能源 2商城
必填
order_state
订单状态.0待支付,1已支付待发货,2已发货,3已完成,4已评价,5已取消
必填

响应参数

参数名
类型
描述
必填
errorCode
int
示例:1000
必填
msg
string
示例:获取订单信息成功
必填
rows
array
数据列表
必填
id
int
示例:21
必填
order_type
int
示例:0
必填
create_time
string
示例:2020-07-06 20:11:45
必填
order_amount
string
示例:990.00
必填
order_state
int
示例:0
必填
expressno
object
示例:null
必填
goods_orders
array
数据列表
必填
id
int
示例:32
必填
order_id
int
示例:21
必填
goods_id
int
示例:3
必填
goods_name
string
示例:汽车1
必填
goods_price
string
示例:990.00
必填
goods_num
int
示例:1
必填
goods_image
object
示例:null
必填
createtime
string
示例:2020-07-06 20:11:45
必填
attr_id
object
示例:null
必填
totalPrice
string
示例:990.00
必填
total
int
示例:1
必填