Bys
Results
2
issues of
Bys
` public static Charset getContentCharset(ResponseBody body) { MediaType contentType = body.contentType(); return contentType != null ? contentType.charset(UTF_8) : UTF_8; }` 这里的引用utf-8是Okhttp3中定义的的,更新版本后,这个静态变量被删除了