weapp
weapp copied to clipboard
订阅消息
订阅消息SubscribeMessage.Data应该是传一个map,不是string。 V2版本定义的SubscribeMessage.Data是SubscribeMessageData V3版本改成了string 求修正
意思是 V3 版本应该是 map 吗?麻烦截个图呢,之前就是因为返回的字符串才改过来的。
SendSubscribeMessage的data应该有问题,用json对象传入能正常发送。
用string 发送失败
https://github.com/royalrick/weapp/compare/v3.8.1...v3.8.2 已经修复