update 优化 !pr835 相关代码

This commit is contained in:
疯狂的狮子Li
2026-03-05 17:32:51 +08:00
parent 1452ae9685
commit d89e09b94e
3 changed files with 25 additions and 36 deletions

View File

@@ -8,13 +8,13 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* SaToken 权限测试
* SaToken 权限测试 接口文档输出测试
*
* @author AprilWind
*/
@Slf4j
@RestController
@RequestMapping("/demo/SaToken")
@RequestMapping("/demo/saTokenDoc")
public class SaTokenTestController {
// ====================== 基础场景:单一校验规则 ======================