作者 赵彬吉

update

... ... @@ -53,6 +53,7 @@ class SyncInquiry extends Command
{
while (true) {
$result = $this->getInquiry();
$this->output('新的询盘:' . count($result));
if (!$result){
//5分钟同步一次
sleep(300);
... ...