测试充值验证

master
zhangshanxue 2020-08-25 13:08:33 +08:00
parent 0ce681baa2
commit 083ab36f35
1 changed files with 7 additions and 0 deletions

View File

@ -165,6 +165,13 @@ public class GetUserController extends HttpServlet {
return false; 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){ }catch (Exception e){
e.printStackTrace(); e.printStackTrace();