Commit b072c0fb by lixinming

no message

parent e9889974
......@@ -21,5 +21,6 @@ export async function checkAppletToken(req, res, next) {
let partyMemberInfo = await findPartyMemberAll({loginId});
if (!partyMemberInfo) return next(new BizError(ERRORENUM.非法登录, `loginId:${loginId} token:${reqToken}`));
//todo req.headers.userid = 唯一标识 partyMemberInfo.id
next();
}
\ No newline at end of file
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