mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 20:06:51 +08:00
对result不对的直接打印错误日志
This commit is contained in:
@@ -209,7 +209,8 @@ public class OutSideDataServiceImpl implements IOutSideDataService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else {
|
}else {
|
||||||
throw new RuntimeException("通过接口获取用户信息结果result错误:"+responseStr);
|
log.error("通过接口获取用户信息结果result错误:"+responseStr);
|
||||||
|
throw new RuntimeException("通过接口获取用户信息结果result错误");
|
||||||
}
|
}
|
||||||
log.info("用户管理员:"+user.getAdminType());
|
log.info("用户管理员:"+user.getAdminType());
|
||||||
//System.out.println("老师:"+user.getTeacher());
|
//System.out.println("老师:"+user.getTeacher());
|
||||||
|
|||||||
Reference in New Issue
Block a user