edit-common-robot

This commit is contained in:
lccsw
2022-07-06 15:14:31 +08:00
parent 1a56b782b3
commit 67690e4162
+3 -3
View File
@@ -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;
}