This commit is contained in:
2024-05-07 11:30:07 +08:00
parent 11921ac352
commit bed019df0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1000,7 +1000,7 @@ class OrderServicePackageService extends BaseService
$time = 1000 * 60 * 60 * 2;
if (\Hyperf\Config\config('app_env') == "dev"){
$time = 1000 * 30;
$time = 1000 * 60 * 5;
}
}