kevin_zhangl 2 жил өмнө
parent
commit
68975e24bb

+ 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调用时的必传参数.