Commit 4b70f71e by 宋毅

tj

parent d9de148c
......@@ -165,7 +165,13 @@
"quantity":1,// Y 购买数量
"totalSum":699,// Y 订单总金额
"payTotalSum":699, // Y 订单付款总金额
"channelOrder":{},// Y 渠道订单信息,没有则填写{}
"channelOrder":{
"needNo":"",// N 需求单号(即渠道服务单号)
"needNoOrderNo":{},// N 需求订单号(即渠道服务订单号)
"payTime":"",// N 渠道需求单号支付时间
"orderStatus":1,// N 渠道需求单号支付支付状态 1: 待付款, 2: 已付款
"channelParams":""// N 渠道参数(自定义参数)
},// Y 渠道订单信息,没有则填写{}
"deliveryData":null//Y 交付单信息,没有则填写null
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment