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