# Functions
使用接口回复消息 param url string 待请求的接口地址 param wxid string 消息接收人,如果 roomid 存在则为 at 此人 param roomid string 消息接收群,空则为私聊 return string 成功返回空,失败返回错误信息或结果.
获取群管理信息.
查找消息数据库 return string 消息数据库.
No description provided by the author
注册客户端(单例模式).
No description provided by the author
发送弹性消息(文本、卡片、网络图片或文件) 网络文件格式:以 http:// 或 https:// 开头 卡片消息格式:card\n{name}\n{account}\n{title}\n{digest}\n{url}\n{thumburl} param msg string 要发送的消息 param wxid string 消息接收人,如果 roomid 存在则为 at 此人 param roomid string 消息接收群,空则为私聊 return int32 0 为成功,其他失败.
No description provided by the author
No description provided by the author
# Structs
接口响应结果.
No description provided by the author
No description provided by the author