TencentCloud / TIMSDK

Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication.
https://trtc.io/products/chat
2.56k stars 2.76k forks source link

修复昵称带特殊字符时,flutter插件ios端toJson生成的字符串非法问题 #1202

Closed ChunPangWong closed 2 years ago

ChunPangWong commented 2 years ago

修复JsonUtil#stringReplace函数中,replacingOccurrences函数无法替换复合字符串中的双引号问题。 Issue链接:https://github.com/TencentCloud/TIMSDK/issues/1057