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
......
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