text() text(string $webhook, string $user, string $content) : boolean 发送文本消息 Parameters string $webhook string $user 发送对象 string $content 消息内容 Returns boolean — 发送结果
sendMsg() sendMsg(string $webhook, array $data) : boolean 组装发送消息 Parameters string $webhook array $data 消息内容数组 Returns boolean — 发送结果