|
@@ -174,6 +174,7 @@ class UtilService
|
|
$data['is_expire'] = false;
|
|
$data['is_expire'] = false;
|
|
var_dump($data);
|
|
var_dump($data);
|
|
$res = HttpService::postRequest($url, $data);
|
|
$res = HttpService::postRequest($url, $data);
|
|
|
|
+ var_dump($res);
|
|
cache('link_' . $cid,json_decode($res,true));
|
|
cache('link_' . $cid,json_decode($res,true));
|
|
}
|
|
}
|
|
return cache('link_' . $cid);
|
|
return cache('link_' . $cid);
|