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));
         }