kevin_zhangl 2 年之前
父节点
当前提交
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
 class Logistics
 {
 {
-    const prodDomain = 'http://warehouse.taoplus.com.my';
+    const prodDomain = 'https://warehouse.taoplus.com.my';
     const testDomain = 'http://warehouse.worldsyntech.com';
     const testDomain = 'http://warehouse.worldsyntech.com';
 
 
     // 1.获取bearer token,此token是其他api调用时的必传参数.
     // 1.获取bearer token,此token是其他api调用时的必传参数.