count(); $im = new IMService(); $body = ['num'=>$count, 'type'=>'in_live']; // $result = $im->broadcastMsg($body); // if ($result['code'] != 200) throw new \Exception("发送网易广播消息失败", 1); // return $result; } catch (\Exception $e) { $this->getError($e); return false; } } }