彩票助手1.1

This commit is contained in:
lihanqi
2025-08-06 13:52:42 +08:00
parent ef8bcb14a3
commit fed8d868b9
15 changed files with 26 additions and 1773 deletions

View File

@@ -3,6 +3,7 @@ package com.xy.xyaicpzs.exception;
import com.xy.xyaicpzs.common.ErrorCode;
import com.xy.xyaicpzs.common.ResultUtils;
import com.xy.xyaicpzs.common.response.ApiResponse;
import io.swagger.v3.oas.annotations.Hidden;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
@@ -10,7 +11,8 @@ import org.springframework.web.bind.annotation.RestControllerAdvice;
/**
* 全局异常处理器
*/
//@RestControllerAdvice
@Hidden
@RestControllerAdvice
@Slf4j
public class GlobalExceptionHandler {