syncRefundApplyStatus(); Log::info('同步返费申请状态成功,请等待下次更新'); $i = 0; //半小时同步一次 while ($i < 600) { sleep(1); $i++; } $this->handle(); } }