fix(): update

This commit is contained in:
Espoir
2021-08-26 23:32:24 +08:00
parent df7163a78e
commit 32363e78f6
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ type NotifyService struct {
//@description: 钉钉通知测试
//@return: err error
func (e *NotifyService) SendTextMessage(content string) error {
func (e *NotifyService) SendTextMessage(content string) (err error) {
msg := map[string]interface{}{
"msgtype": "text",
"text": map[string]string{