1.退单锁定时间修改

This commit is contained in:
2024-07-18 15:10:27 +08:00
parent ce30ddb019
commit cfdb07d8c5

View File

@@ -11,7 +11,7 @@ public @interface LimitSubmit {
/**
* 默认 10s
*/
int limit() default 7200;
int limit() default 10;
/**
* 请求完成后 是否一直等待
@@ -19,4 +19,4 @@ public @interface LimitSubmit {
* @return
*/
boolean needAllWait() default true;
}
}