|
...
|
...
|
@@ -43,7 +43,9 @@ class SyncInquiryRelay extends Command |
|
|
|
|
|
|
|
public function handle()
|
|
|
|
{
|
|
|
|
$this->output('开始同步表单系统询盘');
|
|
|
|
$this->getInquiryForm();
|
|
|
|
$this->output('开始同步asp采集询盘');
|
|
|
|
$this->getInquirySzcm();
|
|
|
|
}
|
|
|
|
|
|
...
|
...
|
@@ -184,4 +186,9 @@ class SyncInquiryRelay extends Command |
|
|
|
}
|
|
|
|
return $ip;
|
|
|
|
}
|
|
|
|
|
|
|
|
public function output($message)
|
|
|
|
{
|
|
|
|
echo date('Y-m-d H:i:s') . ' | ' . $message . PHP_EOL;
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|