frank 3 lat temu
rodzic
commit
a3085771ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      common/config/params.php

+ 1 - 1
common/config/params.php

@@ -9,7 +9,7 @@ return [
     'frontAccessTokenExpiresIn' => 3000 * 60,
     'frontRefreshTokenExpiresIn' => 3000 * 60 * 60,
     'user.passwordResetTokenExpire' => 3600,
-    'operationTimeOut' => 2 * 60,     // 这里设置的15分钟超时
+    'operationTimeOut' => 15 * 60,     // 这里设置的15分钟超时
     'pageSize' => 20,
     'http' => [
         'shopApi' => [