ChunPangWong

Results 6 comments of ChunPangWong

`{ "nickName":"\"҉昵称" }` 用户昵称带特殊字符时,获取用户信息等,JsonUtil.toJson拼接出来的字符串无法通过flutter端的jsondecode

`result = result.unicodeScalars.map { scalars in if(scalars == "\""){ return "\\\(scalars)" } return "\(scalars)" }.joined()` 目前暂时通过unicode替换,重组字符串

when the text is too long , it will be happen

> > 同样的情况,有解决吗 > > 没 去年的项目使用一直没问题,今年就不行了;改成使用3.0版本了 似乎是stringfog里packagename配置问题,直接copy过来了,应该要改成自己的包名。 fogPackages也是