Commit 85bcc3ae by 宋毅

tj

parent 37d0eebc
......@@ -14,7 +14,7 @@ class tmqueryCtl extends CtlBase {
async doPost(pobj, obj, req) {
console.log(req.session.userPinInfo, "req.session.userPinInfo.......................######################################################");
console.log(req.session.userPinId, "req.session.userPinId.......................######################################################");
console.log(obj, "req.session.userPinId..........objobjobj.............######################################################");
var rc = system.getObject("util.execClient");
try {
......@@ -204,7 +204,6 @@ class tmqueryCtl extends CtlBase {
return system.getResult(null, "处理请求失败");
}
req.session.userPinInfo = resultUser.data;
req.session.userPinId = resultUser.data.channelUserId;
return resultUser;
} catch (error) {
console.log(error.stack, "操作error...................");
......
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