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

订阅消息有单条的,不全都是数组 #63

Closed JiajunDou closed 3 years ago

JiajunDou commented 3 years ago

{ "ToUserName": "gh_123456789abc", "FromUserName": "o7esq5PHRGBQYmeNyfG064wEFVpQ", "CreateTime": "1620963428", "MsgType": "event", "Event": "subscribe_msg_sent_event", "SubscribeMsgSentEvent": { "List": { "TemplateId": "BEwX0BO-T3MqK3Uc5oTU3CGBqzjpndk2jzUf7VfExd8", "MsgID": "1864323726461255680", "ErrorCode": "0", "ErrorStatus": "success" } } }

然后源码里面是绑定一个数组,真的是伤不起

royalrick commented 3 years ago

这个事件还未录入

royalrick commented 3 years ago

已经录入