根据状态查询订单列表
GET
/api/mp/order/queryOrderByState
请求头
参数名
类型
描述
必填
token
token
必填
请求参数
参数名
类型
描述
必填
orderState
number
订单状态(0:待支付 1:待收货 2:已完成 3:已取消)
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
payment_money
int
示例:107
必填
image
string
示例:http://luji.jpg
必填
create_time
int
示例:1588216841000
必填
goods_price
int
示例:56
必填
coupon_money
int
示例:5
必填
subtitle
object
示例:null
必填
goods_num
int
示例:2
必填
total_money
int
示例:112
必填
order_state
int
示例:1
必填
id
int
示例:5
必填
name
string
示例:卤鸡
必填
phone
string
站长手机号
必填
deliverer_address
string
自提点地址
必填
out_trade_no
string
订单号
必填
pay_way
number
支付方式(0:余额支付 1 : 微信支付)
必填