Commit 87c98ee2 by linboxuan

update pushOrderBusinessByProductCode2Fq

parent 08472982
......@@ -11,7 +11,7 @@ class UtilsFqAliyunService extends AppServiceBase {
async pushOrderBusinessByProductCode2Fq(pobj) {//推送自定义产品码的订单商机到峰擎(订单已经支付成功才推送)
var verifyResult = await this.verifyParam(pobj);
var orderInfo = pobj.actionBody.order_info;
var orderContact = pobj.actionBody.order_contact;
var orderContact = pobj.actionBody.order_contact ? pobj.actionBody.order_contact : pobj.actionBody.delivery_content.orderContact;
var productInfo = pobj.actionBody.product_info;
if (!orderInfo) {
verifyResult = system.getResult(null, "orderInfo can not be empty,100420");
......
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