🎨 消息处理逻辑优化

This commit is contained in:
李寻欢
2023-12-04 14:17:32 +08:00
parent ce11fd40c4
commit d4fcfda112
4 changed files with 110 additions and 45 deletions

View File

@@ -4,6 +4,7 @@ import "fmt"
type MessageType int
// 微信定义的消息类型
const (
MsgTypeText MessageType = 1 // 文本消息
MsgTypeImage MessageType = 3 // 图片消息