A problem encountered in the recent project is that there is suddenly an interface data that cannot be parsed. If you look at it, the returned json data is missing, but what you can see with the network packet grabbing tool is complete. The lower layer of the network framework is based on okhttp3, and the returned data is obtained from the body of its Response, but no matter which way I use, I can not get it completely from the input stream of body, or directly body.string (), or body.bytes (). It is suspected that there are special encoded characters in the json data, which leads to a problem in parsing the whole length, but I can"t see it. If there is a child shoe god who has encountered similar problems, please help to answer, thank you.