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