作者 赵彬吉

update

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