Commit 1348f196 by 刘泽奇

Merge branch 'igirl-channel-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel-web

parents c5d6ae33 a7f71a31
......@@ -530,6 +530,7 @@ class tmqueryCtl extends CtlBase {
return { success: false, code: -200, msg: error.stack };
}
}
async pushJdPayOrder(pushData, req) {//处理京东推送的订单信息
this.info({
optitle: "###处理京东推送的订单信息参数",
......@@ -562,7 +563,7 @@ class tmqueryCtl extends CtlBase {
needNo: pushData.skuId + "_" + pushData.orderNumber,
needNoOrderNo: pushData.orderNumber,//---用此字段查找
buyerMoblie: pushData.mobile,
paySkuId: pushData.skuId
payCode: pushData.skuId
},
isUser: "yes"
};
......
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