kevin_zhangl il y a 2 ans
Parent
commit
bd8a3e05b7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      common/helpers/Logistics.php

+ 2 - 2
common/helpers/Logistics.php

@@ -47,9 +47,9 @@ class Logistics
 
     function __construct()
     {
-        if (!\Yii::$app->redis->get(self::wstLogisticsBearerTokenKey)) {
+        // if (!\Yii::$app->redis->get(self::wstLogisticsBearerTokenKey)) {
             $this->getAuthentication();
-        }
+        // }
     }
 
     function getDomain()