修改重复提交接口时间间隔为1秒

master
Diyu0904 2025-03-17 16:42:00 +08:00
parent 20b74ebdcd
commit 0dcf869ce3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public @interface RepeatSubmit
/**
* (ms)
*/
public int interval() default 5000;
public int interval() default 1000;
/**
*