安眼平台获取用户信息失败提示
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ public class RestTemplateUtil {
|
||||
if (HttpStatus.OK.equals(entity.getStatusCode()) && ObjectUtils.isNotEmpty(entity.getBody())) {
|
||||
return entity.getBody();
|
||||
} else {
|
||||
return AnYanResult.error("天眼系统API调用失败");
|
||||
return AnYanResult.error("外部平台API调用失败");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user