Commit e8ed8a3b by 杨树贤

优化兼容更多的提取逻辑

parent 4f3dd462
Showing with 1 additions and 10 deletions
......@@ -84,14 +84,5 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route::match(['get', 'post'], '/test', function () {
//\App\Http\Services\DataService::exportNameInvalid();
//dd(\App\Model\SupplierReceiptModel::where('account_no', 'like', "%155524553%")->first());
//$redis = new RedisModel();
//dd($redis->hgetall('shop_distribution'));
//$goodsId = request()->input('goods_id');
//if (empty($goodsId)) {
// return 'goods id null';
//}
// $res = curl('http://47.106.60.211:60014/synchronization?goods_id='.$goodsId.'&show_stock=1&show_attr=1,show_sku_detail=1&show_spu_extra');
// dd($res);
\App\Http\Services\DataService::getSpuAttrs();
});
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