Commit 4b752769 by 杨树贤

test

parent 111b4b5f
Showing with 1 additions and 0 deletions
......@@ -31,6 +31,7 @@ class SkuService
$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