$appid
$appid : string
当前公众号APPID
微信接口控制器 Class Api
text() : boolean
文件消息处理
event() : boolean|string
事件消息处理
keys(string $rule, boolean $isLastReply = false) : boolean|string
关键字处理
string | $rule | 关键字规则 |
boolean | $isLastReply | 强制结束 |
sendMessage(string $type, array $data) : array|boolean
发送消息到公众号
string | $type | 消息类型(text|image|voice|video|music|news|mpnews|wxcard) |
array | $data | 消息内容 |