zxhxx 3 年 前
コミット
8eba70e72c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      extend/liuniu/UtilService.php

+ 1 - 1
extend/liuniu/UtilService.php

@@ -172,7 +172,7 @@ class UtilService
             $data['path'] = $param['path'];
             $data['query'] = $param['query'];
             $data['is_expire'] = false;
-            $res = HttpService::postRequest($url, $data,false,10,'json');
+            $res = HttpService::postRequest($url, $data,false,10,true);
             $res = file_get_contents($url);
             cache('link_' . $cid,json_decode($res,true));
         }