Skip to content

Commit

Permalink
修正work.GetMessage()方法的注释信息
Browse files Browse the repository at this point in the history
  • Loading branch information
just5325 committed May 15, 2023
1 parent f07e8df commit 3dfaf92
Showing 1 changed file with 1 addition and 1 deletion.
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)
}

0 comments on commit 3dfaf92

Please sign in to comment.