fix:接口选项描述优化

This commit is contained in:
taogang
2023-09-11 20:51:39 +08:00
parent 1435e0d268
commit b82fa1f2cc

View File

@@ -33,9 +33,9 @@ public enum Options {
REQUIRE_LOGIN("该接口需要登录才允许访问", "require_login", "true"),
/**
* 该接口需要登录也可访问
* 该接口需要登录也可访问
*/
ANONYMOUS("该接口需要登录也可访问", "anonymous", "true"),
ANONYMOUS("该接口需要登录也可访问", "anonymous", "true"),
/**
* 不接收未经定义的参数