This commit is contained in:
cdle
2021-09-28 11:22:51 +08:00
parent 8ff1a94080
commit 6d39923d63
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func init() {
return nil
}
// {
// wechat.AddMaterial(message.MsgTypeText, filename string)
// wechat.AddMaterial(message.MsgTypeText, "xxx")
// }
// return &message.Reply{MsgType: message.MsgTypeImage, MsgData: message.NewText(end)}
return &message.Reply{MsgType: message.MsgTypeText, MsgData: message.NewText(end)}