|
...
|
...
|
@@ -66,7 +66,6 @@ class SyncProject extends Command |
|
|
|
ProjectLogic::instance()->sync($data['data']);
|
|
|
|
}
|
|
|
|
if($data['data']['order_type'] == '续费'){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($data['data'], true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$this->renewSync($data['data']);
|
|
|
|
}
|
|
|
|
$item->status = NoticeLog::STATUS_SUCCESS;
|
|
...
|
...
|
@@ -120,8 +119,6 @@ class SyncProject extends Command |
|
|
|
if($rs === false){
|
|
|
|
errorLog('项目续费单同步失败');
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($rs, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|