作者 lyh

gx

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