Commit 3f38a741 by 宋毅

tj

parent bc958ef5
...@@ -85,9 +85,13 @@ module.exports = function (app) { ...@@ -85,9 +85,13 @@ module.exports = function (app) {
content: "req.query=" + JSON.stringify(req.query) + ",req.body=" + JSON.stringify(req.body), content: "req.query=" + JSON.stringify(req.query) + ",req.body=" + JSON.stringify(req.body),
clientIp: "" clientIp: ""
}); });
var channelUserId = req.query.channelUserId;
if (channelUserId && channelUserId.indexOf('?') >= 0) {
channelUserId = channelUserId.split("?")[0];
}
var getUserparams = { var getUserparams = {
actionProcess: "jd", actionProcess: "jd",
channelUserId: req.query.channelUserId channelUserId: channelUserId
}; };
var userItemResult = await tmqueryCtl.getUserIdEncryptStr(getUserparams, req.query, req); var userItemResult = await tmqueryCtl.getUserIdEncryptStr(getUserparams, req.query, req);
if (userItemResult.status != 0) { if (userItemResult.status != 0) {
......
...@@ -1280,9 +1280,9 @@ ...@@ -1280,9 +1280,9 @@
this.form.tmName = this.form.tmFormType == 5 ? this.form.tmName + '及图' : this.form.tmName; this.form.tmName = this.form.tmFormType == 5 ? this.form.tmName + '及图' : this.form.tmName;
this.savehistory(); this.savehistory();
console.log(this.$root.channelName, "///////////////"); console.log(this.$root.channelName, "///////////////");
if (this.$root.channelName == "jd" ||this.$root.channelName == "gsb") { if (this.$roo返回数据为空!t.channelName == "jd" ||this.$root.channelName == "gsb") {
/**提报接口 */ /**提报接口返回数据为空! */
var obj = { var obj = {返回数据为空!
tm: that.form, tm: that.form,
apply: that.apply, apply: that.apply,
nclones: that.nclOne, nclones: that.nclOne,
......
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