YouzanMobileSDK-Android icon indicating copy to clipboard operation
YouzanMobileSDK-Android copied to clipboard

原生版本SDK更新网络库Okhttp3到3.13.1版本问题

Open baiyinshi opened this issue 5 years ago • 0 comments

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

baiyinshi avatar Apr 25 '19 03:04 baiyinshi