Commit adbf7650 by 杨树贤

队列

parent 8846f381
Showing with 10 additions and 1 deletions
......@@ -79,9 +79,18 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
Route::match(['get', 'post'], '/test', function () {
$data = [
'supplier_code' => 'L0015420',
'brand_id' => 0,
'log_id' => 8379,
"down_type" => 1,
];
//改成队列
(new SkuService())->batchOffShelfSkuQueue($data);
// (new \App\Http\Services\SupplierService())->initialCpTimeDays(15307, 5);
(new \App\Http\Services\DataService())->initFuturesCpTime();
// (new \App\Http\Services\DataService())->initFuturesCpTime();
// (new \App\Http\Services\DataService())->initialMainBrandsLimit();
// (new \App\Http\Services\DataService())->initialMainBrandsToSkuRuler();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment