|
请求地址: https://open.dlszywz.cn/open/Order/getOrderList
请求方式: 参数:
参数名 | 必选 | 类型 | 说明 |
---|
token | 是 | string | 授权令牌【通过header参数传值】 | state | 否 | int | 1 待付款 2 配送中 3 已完成 4已取消 5全部有效订单 6已退款订单 | page | 否 | int | 页数(每页100个商品) |
返回示例 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | {
"code" : 200,
"data" : {
"2479110" : {
"id" : 2479110,
"user_user_id" : 17373175,
"input_time" : "2020-05-09 15:38:52" ,
"state" : 2,
"zf_new_state" : 1,
"shops_user_id" : 0,
"is_send" : 1,
"type" : 0,
"is_shouhuo" : 0,
"payment" : "手机微信支付" ,
"pro_info" : [
{
"id" : 4814959,
"name" : "购买送会员等级" ,
"param_info" : "" ,
"pic" : "http://img.ev123.com/pic/nopic/200_200.jpg" ,
"pro_id" : 17661301,
"param_id" : 0,
"num" : 100
}
],
"main_order_id" : 0,
"zf_order_id" : "4200000524202005096666776263" ,
"promotion_info" : null,
"price" : "650.00" ,
"chengjiao_price" : 0,
"peisong_money" : 0,
"invoice_price" : "0.00" ,
"use_payCard_money" : "1.00" ,
"use_redBag_money" : "1.00" ,
"use_balance" : "583.19" ,
"use_jifen_money" : "64.80" ,
"use_mall_integral" : 648,
"fh_time" : "2020-05-09 15:39:49" ,
"cj_time" : "2020-05-09 15:40:42"
},
"2396631" : {
"id" : 2396631,
"user_user_id" : 13925726,
"input_time" : "2020-04-15 17:17:49" ,
"state" : 2,
"zf_new_state" : 1,
"shops_user_id" : 0,
"is_send" : 1,
"type" : 4,
"is_shouhuo" : 0,
"payment" : "在线支付" ,
"pro_info" : [
{
"id" : 4662930,
"name" : "扫码支付" ,
"param_info" : "" ,
"pic" : "" ,
"pro_id" : 0,
"param_id" : 0,
"num" : 1
}
],
"main_order_id" : 0,
"zf_order_id" : "" ,
"promotion_info" : null,
"price" : "2.00" ,
"chengjiao_price" : 2,
"peisong_money" : 0,
"invoice_price" : "0.00" ,
"use_payCard_money" : "0.00" ,
"use_redBag_money" : "0.00" ,
"use_balance" : "2.00" ,
"use_jifen_money" : "0.00" ,
"use_mall_integral" : 0,
"fh_time" : null,
"cj_time" : "2020-04-15 17:17:49"
},
"param" : [
"本数据有约5分钟缓存!"
],
"msg" : "success code: 200"
}
|
返回参数说明
参数名 | 类型 | 说明 |
---|
id | int | 订单总数 | user_user_id | int | 会员ID | input_time | datetime | 提单时间 | state | int | 订单状态 0 未处理 1配送中 2 已完成 | zf_new_state | int | 支付状态 0 未支付 1 已支付 2 管理员手工修改为已支付 | shops_user_id | int | 商铺ID | is_send | int | 是否配送 0不配送 1配送 | type | int | 订单类型 0 产品 1 订餐 2 场地 3 人员预订 4 扫码支付 5 会员卡购买 6 微砍价 7缴费订单 9视频课程 10文件下载 | is_shouhuo | int | 是否已收货 | payment | varchar | 支付方式 | pro_info | varchar | 商品信息(pro_id商品ID name商品信息 param_info规格信息 pic 图片 num 购买数量 param_id规格ID) | main_order_id | int | 主订单ID | zf_order_id | varchar | 第三方支付订单号 | promotion_info | varchar | 满减信息 | price | decimal(10,2) | 订单价格 | chengjiao_price | decimal(10,2) | 约定成交价 | peisong_money | decimal(10,2) | 配送费 | invoice_price | decimal(10,2) | 税费 | use_payCard_money | decimal(10,2) | 支付卡抵扣金额 | use_redBag_money | decimal(10,2) | 红包抵扣金额 | use_balance | decimal(10,2) | 余额支付金额 | use_jifen_money | decimal(10,2) | 积分抵扣金额 | use_mall_integral | int | 所使用积分 | fh_time | datetime | 发货地间 | cj_time | datetime | 成交时间 |
备注
|
|