商务服走测试

master
zhangshanxue 2020-03-06 11:16:51 +08:00
parent ace2811d19
commit 41beb2eeb0
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class GetUserController extends HttpServlet {
LOGGER.info("the opendId = {},token={},platform={}",openId,token,platform);
try {
if(!KTSDKConstans.appsecret.equals(admin)){
if(isTestLan==1){
if(isTestLan==1||serverId.equals("10031")||serverId.equals("10032")){
boolean result = loginVerfifyByTestLan(openId, token);
if(!result){
response.sendError(400, "verify fail");