卖家红点

This commit is contained in:
litianxiang
2026-06-03 17:23:30 +08:00
parent 6d9ac6f393
commit 552be0036b
5 changed files with 25 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ public class GlobalExceptionHandler {
@ExceptionHandler(Exception.class)
public Response<?> handleException(Exception e) {
log.error("系统异常: ", e);
return Response.error(e.getMessage());
return Response.error("system error");
}
/**
* 处理MinIO异常