mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 06:30:49 +00:00
feat: #10000 接口请求修改
This commit is contained in:
parent
d5032d4c0c
commit
dd867933c8
@ -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');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user