Rayo

Results 1 comments of Rayo

不是, 只是这是一个bug. 你没启动protobuf的时候, 网络json解析你使用了JsonArray类型来存json中的数组. 而你protobuf中的转换代码却使用了List. 这导致前后的json操作API不一致. 所有代码都受影响.