-
-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新版本3.3.0http返回xml就回调到onFailure 里面了 但是xml是正常数据正常返回的 #511
Comments
RxHttp.postBody()
.setBody(wfsBody, Param.HTTP_CONTENT_TYPE.toMediaType())
.toAwaitString()
.awaitResult {
}
.onFailure {
} |
贴出返回数据及日志 |
返回数据
|
贴上日志,看看啥异常 |
看了下,是有问题,3.3.0版本改一个需求引起的,这样看来,应该是要还原回去 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: