generated from root/miduo_server
暂时修改测试
parent
2390118f9e
commit
716e5ad604
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue