Commit 0af37616 by 刘泽奇

Merge branch 'igirl-channel-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel-web

parents 1c5d1ca2 8968153a
...@@ -120,6 +120,13 @@ class tmqueryCtl extends CtlBase { ...@@ -120,6 +120,13 @@ class tmqueryCtl extends CtlBase {
var opGsbPayPageInfoResult = await this.opGsbPayPageInfo(pobj, result, req); var opGsbPayPageInfoResult = await this.opGsbPayPageInfo(pobj, result, req);
return opGsbPayPageInfoResult; return opGsbPayPageInfoResult;
} }
if (["userPinByLgoin", "userPinByLgoinVcode", "userPinByRegister"].indexOf(pobj.actionType) >= 0) {
req.session.userPinInfo = {
encryptChannelUserId: result.data.channelUserId,
userpin: result.data.userpin,
userName: result.data.userName
};
}//login
return result; return result;
} catch (e) { } catch (e) {
console.log(e.stack, "操作error..................."); console.log(e.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