请告诉我可以做什么。 请在以下两行中查看 StatusResponse json 键的区别。
在build.gradle
文件中更新以下内容之后:
点击API后,我会在日志中收到此消息:
OkHttp: {
"StatusResponse": {
"code": "200",
"message": "Successfully completed"
}
}
但是在下一个日志中:
onResponse: {
"body": {
"StatusResponse": {}
},
"rawResponse": {
"body": {
"contentLength": 88,
...
},
"code": 200,
"message": "OK",
...
}
}
谁能告诉我我想念的东西是什么? 预先感谢。