zxhxx 3 年之前
父节点
当前提交
f2d3150f5f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);