kevin_zhangl 2 лет назад
Родитель
Сommit
68975e24bb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      common/helpers/Logistics.php

+ 1 - 1
common/helpers/Logistics.php

@@ -7,7 +7,7 @@ use Yii;
 
 class Logistics
 {
-    const prodDomain = 'http://warehouse.taoplus.com.my';
+    const prodDomain = 'https://warehouse.taoplus.com.my';
     const testDomain = 'http://warehouse.worldsyntech.com';
 
     // 1.获取bearer token,此token是其他api调用时的必传参数.