Commit a7f71a31 by 宋毅

tj

parent b4627f86
......@@ -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