暂时修改测试

master
zhangshanxue 2021-02-25 01:12:48 +08:00
parent 2390118f9e
commit 716e5ad604
1 changed files with 8 additions and 7 deletions

View File

@ -189,14 +189,15 @@ public class GetUserController extends HttpServlet {
return false;
}
}
}else {
boolean result = loginVerfifyByTestLan(openId, token);
if (!result) {
response.sendError(400, "verify fail");
LOGGER.error("test verify fail");
return false;
}
}
// else {
// boolean result = loginVerfifyByTestLan(openId, token);
// if (!result) {
// response.sendError(400, "verify fail");
// LOGGER.error("test verify fail");
// return false;
// }
// }
}catch (Exception e){
e.printStackTrace();
}