edit-common-robot
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user