mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-11-28 01:06:42 +08:00
fix 去除无用的配置
This commit is contained in:
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@Tag(name = "系统基础接口")
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
public class BaseApiController {
|
||||
public class EchoController {
|
||||
|
||||
@IgnoreAuth
|
||||
@Operation(summary = "回声测试")
|
||||
Reference in New Issue
Block a user