瀏覽代碼

修改配置文件

Robin 5 年之前
父節點
當前提交
c347ddc365
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      normandcrm/admin/common/config/params-local.php
  2. 3 3
      normandcrm/crm/common/config/params-local.php

+ 2 - 2
normandcrm/admin/common/config/params-local.php

@@ -1,8 +1,8 @@
 <?php
 return [
-    'xcoqServiceBaseUrl' => 'http://service.crm.bergermkt.com',
+    'xcoqServiceBaseUrl' => 'http://service.crm.cutomkt.com',
     'xcoqServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
 
-    'xcrmServiceBaseUrl' => 'http://service.crm.bergermkt.com',    //服务器地址
+    'xcrmServiceBaseUrl' => 'http://service.crm.cutomkt.com',    //服务器地址
     'xcrmServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
 ];

+ 3 - 3
normandcrm/crm/common/config/params-local.php

@@ -1,11 +1,11 @@
 <?php
 return [
-    'xcoqServiceBaseUrl' =>'http://service.crm.bergermkt.com',
+    'xcoqServiceBaseUrl' =>'http://service.crm.cutomkt.com',
     'xcoqServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
 
-    'xcoqAsiaServiceBaseUrl' => 'http://service.crm.bergermkt.com',
+    'xcoqAsiaServiceBaseUrl' => 'http://service.crm.cutomkt.com',
     'xcoqAsiaServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
 
-    'xcrmServiceBaseUrl' => 'http://service.crm.bergermkt.com',
+    'xcrmServiceBaseUrl' => 'http://service.crm.cutomkt.com',
     'xcrmServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
 ];