作者 lyh

gx

@@ -59,8 +59,6 @@ class SyncProject extends Command @@ -59,8 +59,6 @@ class SyncProject extends Command
59 $this->retry($item); 59 $this->retry($item);
60 } 60 }
61 if($data['data']['order_type'] == '首次'){ 61 if($data['data']['order_type'] == '首次'){
62 - var_dump(11111);  
63 - die();  
64 ProjectLogic::instance()->sync($data['data']); 62 ProjectLogic::instance()->sync($data['data']);
65 } 63 }
66 if($data['data']['order_type'] == '续费'){ 64 if($data['data']['order_type'] == '续费'){
@@ -17,7 +17,7 @@ class OaGlobalsoApi @@ -17,7 +17,7 @@ class OaGlobalsoApi
17 { 17 {
18 18
19 //接口地址 19 //接口地址
20 - protected $url = 'https://oa.cmer.com'; 20 + protected $url = 'https://oa.globalso.com';
21 21
22 protected $token = ''; 22 protected $token = '';
23 23