@@ -12,5 +12,4 @@ public @interface AccessLimit {
int seconds();//时间
int maxCount();//最大次数
boolean needLogin()default true;//是否需要登录
-
}