Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增应用推送消息模块,实现部分常用消息推送:SendText 发送文本消息、SendImage 发送图片消息、SendVoice 发送语音消息 企业微信应用推送消息接口:https://qyapi.weixin.qq.com/cgi-bin/appchat/send #678

Merged
merged 2 commits into from
May 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
修正work.GetMessage()方法的注释信息
(cherry picked from commit 3dfaf92)
  • Loading branch information
just5325 committed May 16, 2023
commit fcc9bd58594660ff7a098d3fda3620c85af4bdb7
2 changes: 1 addition & 1 deletion work/work.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (wk *Work) GetRobot() *robot.Client {
return robot.NewClient(wk.ctx)
}

// GetMessage get robot
// GetMessage 获取发送应用消息接口实例
func (wk *Work) GetMessage() *message.Client {
return message.NewClient(wk.ctx)
}