Commit 89ec2edc by 宋毅

tj

parent 1e116783
...@@ -71,6 +71,8 @@ class TmOrderAPI extends APIBase { ...@@ -71,6 +71,8 @@ class TmOrderAPI extends APIBase {
pobj.actionBody.channelOrder.payTime = new Date(); pobj.actionBody.channelOrder.payTime = new Date();
pobj.actionBody.channelOrder.orderStatus = 2;//订单状态dfk: 1: 待付款, 2: 已付款, 4: 待服务, 8: 已完成 pobj.actionBody.channelOrder.orderStatus = 2;//订单状态dfk: 1: 待付款, 2: 已付款, 4: 待服务, 8: 已完成
pobj.actionBody.channelOrder.buyerMoblie = pobj.actionBody.buyerMoblie; pobj.actionBody.channelOrder.buyerMoblie = pobj.actionBody.buyerMoblie;
pobj.actionBody.channelOrder.email = pobj.actionBody.email;
opResult = await this.orderSve.addQifuOrder(pobj, pobj.actionBody, req); opResult = await this.orderSve.addQifuOrder(pobj, pobj.actionBody, req);
break; break;
case "getOrderInfo": case "getOrderInfo":
......
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