Jmessage-react-plugin 发送消息问题
sendMessage
ios版本发送消息没问题
Android发送消息就报错,TypeError: dynamic type 'string' bur have type 'int64'
sendMessage
ios版本发送消息没问题
Android发送消息就报错,TypeError: dynamic type 'string' bur have type 'int64'
Extra 里键值对都是 string,有数字就报错了. JMessage SDK 不支持值为 String 以外的类型。
将你的参数和完整的报错提供出来。
参考类似的错误
http://blog.csdn.net/snoopygotoberlin/article/details/75145047