feat: #10000 接口请求修改

This commit is contained in:
赵世界 2023-04-11 16:28:09 +08:00
parent d5032d4c0c
commit dd867933c8

View File

@ -50,7 +50,6 @@ class Swoole extends Command
$endTime = DateTimeUtils::getMicroTime();
$beginTime = $endTime - 3000;
$endTime += 3000;
Log::info($beginTime . '--' . $endTime);
foreach ($shops as $shop) {
BusinessFactory::init()->make($shop->plat_id)->setShop($shop)->downloadOrdersAndSave($beginTime, $endTime, 'increment');
}