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