zxhxx 3 years ago
parent
commit
f2d3150f5f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extend/liuniu/UtilService.php

+ 1 - 0
extend/liuniu/UtilService.php

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