royalrick / weapp

微信小程序服务端 SDK (for Golang)
https://pkg.go.dev/github.com/medivhzhan/weapp/v3
Apache License 2.0
1.47k stars 281 forks source link

模板消息体拼写错误 #4

Closed surethink closed 6 years ago

surethink commented 6 years ago

路径:weapp/message/template/template.go

// Mesage 模版消息体 type Mesage map[string]interface{}

Mesage应为Message

royalrick commented 6 years ago

谢谢🙏,已修复。