Commit 35ae9ef1 by 杨树贤

临时修改

parent 821d21b5
Showing with 4 additions and 1 deletions
...@@ -67,5 +67,8 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function () ...@@ -67,5 +67,8 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
}); });
Route::match(['get', 'post'], '/test', function () { Route::match(['get', 'post'], '/test', function () {
// (new \App\Http\Services\DataService())->exportNotUploadSkuSupplier(); \App\Model\SupplierChannelModel::where('supplier_id', 7000)->update([
'status' => 2,
'update_time' => time(),
]);
}); });
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