Commit 04a0feb0 by 杨树贤

恢复

parent b3c24182
Showing with 1 additions and 3 deletions
......@@ -28,11 +28,9 @@ class SkuService
$filter = new SkuListFilter();
$map = $filter->listFilter();
$url = env('ES_SKU_URL', '');
// $map['show_status'] = 1;
unset($map['s']);
$map['show_status'] = 1;
$return = curl($url, $map, 1);
$data = json_decode($return, true);
dd($map,$return);
$list = [];
if (isset($data['error_code']) && $data['error_code'] == 0) {
$redis = new RedisModel;
......
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