think-orm
This commit is contained in:
@@ -720,7 +720,7 @@ function debounce(string $key,int $waitMs = 20)
|
||||
cache($key, 1, $ttl); // 设置一个短暂缓存用于防抖
|
||||
}else{
|
||||
|
||||
throw new SysException("操作过于频繁,请稍后再试");
|
||||
throw new \app\exception\SysException("操作过于频繁,请稍后再试");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user