安眼平台获取用户信息失败提示

This commit is contained in:
feng
2026-01-22 13:35:02 +08:00
parent 4f8ca1b97b
commit 3a8252e81d
2 changed files with 4 additions and 4 deletions
@@ -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调用失败");
}
}