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