Commit 37d0eebc by 宋毅

tj

parent 527d9df0
......@@ -13,6 +13,9 @@ 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.......................######################################################");
var rc = system.getObject("util.execClient");
try {
if (!pobj.requrl) {
......@@ -201,6 +204,7 @@ 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