Commit 48fef486 by 杨树贤

条件

parent 4b752769
Showing with 1 additions and 0 deletions
......@@ -29,6 +29,7 @@ class SkuService
$map = $filter->listFilter();
$url = env('ES_SKU_URL', '');
$map['show_status'] = 1;
unset($map['s']);
$return = curl($url, $map, 1);
$data = json_decode($return, true);
dd($map,$return);
......
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