diff --git a/common/libraries/Qyrobot.php b/common/libraries/Qyrobot.php index 039d2fa6..487595bf 100644 --- a/common/libraries/Qyrobot.php +++ b/common/libraries/Qyrobot.php @@ -245,8 +245,8 @@ class Qyrobot{ 'content' => $content ] ]; - $res = $this->ci->mycurl->httpPost($url,$data,'is_json'); - $result = json_decode($res,true); + //$res = $this->ci->mycurl->httpPost($url,$data,'is_json'); + //$result = json_decode($res,true); //发送飞书 $info = [ 'biz_info' => $biz_info, @@ -259,7 +259,7 @@ class Qyrobot{ 'month_count' => $month_count ]; $send_msg = $this->fbook_formart($info,$type); - $this->send_fb($send_msg); + $result = $this->send_fb($send_msg); return $result; }