Commit 3f267b93 by 宋毅

tj

parent 30cc3b21
...@@ -474,7 +474,7 @@ class tmqueryCtl extends CtlBase { ...@@ -474,7 +474,7 @@ class tmqueryCtl extends CtlBase {
actionBody: { actionBody: {
channelUserId: pushData.jdPin, channelUserId: pushData.jdPin,
payStatus: "yfk", payStatus: "yfk",
channelItemCode: pushData.serviceCode, channelItemCode: pushData.skuId,
needNoOrderNo: pushData.orderId, needNoOrderNo: pushData.orderId,
buyerMoblie: pushData.mobile buyerMoblie: pushData.mobile
}, },
...@@ -489,7 +489,7 @@ class tmqueryCtl extends CtlBase { ...@@ -489,7 +489,7 @@ class tmqueryCtl extends CtlBase {
actionBody: { actionBody: {
channelUserId: pushData.jdPin, channelUserId: pushData.jdPin,
payStatus: "yfk", payStatus: "yfk",
channelItemCode: pushData.serviceCode, channelItemCode: pushData.skuId,
needNo: pushData.skuId + "_" + pushData.orderId, needNo: pushData.skuId + "_" + pushData.orderId,
needNoOrderNo: pushData.orderId, needNoOrderNo: pushData.orderId,
buyerMoblie: pushData.mobile buyerMoblie: pushData.mobile
...@@ -500,7 +500,7 @@ class tmqueryCtl extends CtlBase { ...@@ -500,7 +500,7 @@ class tmqueryCtl extends CtlBase {
var reqUrl = this.channelApiUrl + "/action/tmOrder/springBoard"; var reqUrl = this.channelApiUrl + "/action/tmOrder/springBoard";
this.logClient.error("jd", "req---->pushJdPayOrder---->params:" + JSON.stringify(param) + ",reqUrl:" + reqUrl); this.logClient.error("jd", "req---->pushJdPayOrder---->params:" + JSON.stringify(param) + ",reqUrl:" + reqUrl);
var resultUser = await this.execClient.execPostTK(param, reqUrl, tokenInfo.data.token); var resultUser = await this.execClient.execPostTK(param, reqUrl, tokenInfo.data.token);
......
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