mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-05-08 03:16:39 +08:00
fix:接口选项描述优化
This commit is contained in:
@@ -33,9 +33,9 @@ public enum Options {
|
||||
REQUIRE_LOGIN("该接口需要登录才允许访问", "require_login", "true"),
|
||||
|
||||
/**
|
||||
* 该接口需要不登录也可访问
|
||||
* 该接口不需要登录也可访问
|
||||
*/
|
||||
ANONYMOUS("该接口需要不登录也可访问", "anonymous", "true"),
|
||||
ANONYMOUS("该接口不需要登录也可访问", "anonymous", "true"),
|
||||
|
||||
/**
|
||||
* 不接收未经定义的参数
|
||||
|
||||
Reference in New Issue
Block a user