fix yd fetch

This commit is contained in:
omair saleh
2022-01-14 15:12:21 +08:00
parent 77690cb607
commit f97fc04a2b
+1 -1
View File
@@ -33,7 +33,7 @@ class Kernel extends ConsoleKernel
->appendOutputTo (storage_path().'/logs/curlvt.log');
$schedule->command('command:curlYdOrderListCommand')
->dailyAt('09:00')
->everyMinute()
->withoutOverlapping()
->appendOutputTo (storage_path().'/logs/curlyd.log');