YouzanMobileSDK-Android
YouzanMobileSDK-Android copied to clipboard
原生版本SDK更新网络库Okhttp3到3.13.1版本问题
public static Charset getContentCharset(ResponseBody body) { MediaType contentType = body.contentType(); return contentType != null ? contentType.charset(UTF_8) : UTF_8; }
这里的引用utf-8是Okhttp3中定义的的,更新版本后,这个静态变量被删除了