1.退单锁定时间修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user