Browse Source

正式提交

frank 3 years ago
parent
commit
a3085771ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/config/params.php

+ 1 - 1
common/config/params.php

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