Commit 6c3fbd4c by 宋毅

tj

parent 5b9fbb39
......@@ -120,6 +120,13 @@ class tmqueryCtl extends CtlBase {
var opGsbPayPageInfoResult = await this.opGsbPayPageInfo(pobj, result, req);
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;
} catch (e) {
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