-
Notifications
You must be signed in to change notification settings - Fork 8
Open
@704480904
Description
formUrlEncode 提交post 请求 返回json 在哪儿解析 用Gson 解析是在
.build().request(new JsonRequestCallable<HttpResult>() {
@Override
public void onFailed(int errorCode, String errorMsg) {
}
@Override
public void onSuccess(HttpResult<LongTokenResponse> responseInfo) {
Toast.makeText(MainActivity.this, getId() + "请求成功" + responseInfo.toString(), Toast.LENGTH_SHORT).show();
}
});
解析报错,需要自定义Intercepter 还是自定义JsonRequestCallable
Metadata
Metadata
Assignees
Labels
No labels