Commit bbfc6be4 by 宋毅

tj

parent 9819e7b1
......@@ -157,7 +157,7 @@ module.exports = function (app) {
}
var getUserparams = {
actionProcess: "gsbhome",
channelUserId: userInfo.data.phone + "_" + userInfo.data.id,
channelUserId: userInfo.data.phone,
channelUserMoblie: userInfo.data.phone
};
var userItemResult = await tmqueryCtl.getUserIdEncryptStr(getUserparams, req.query, req);
......@@ -210,7 +210,7 @@ module.exports = function (app) {
}
var reqParams = {
actionProcess: "gsbhome",
channelUserId: userInfo.data.phone + "_" + userInfo.data.id,
channelUserId: userInfo.data.phone,
channelUserMoblie: userInfo.data.phone,
needNoOrderNo: params.order_no
};
......
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