修改重复提交接口时间间隔为1秒
parent
20b74ebdcd
commit
0dcf869ce3
|
@ -22,7 +22,7 @@ public @interface RepeatSubmit
|
||||||
/**
|
/**
|
||||||
* 间隔时间(ms),小于此时间视为重复提交
|
* 间隔时间(ms),小于此时间视为重复提交
|
||||||
*/
|
*/
|
||||||
public int interval() default 5000;
|
public int interval() default 1000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 提示消息
|
* 提示消息
|
||||||
|
|
Loading…
Reference in New Issue