AsyncHttpClient
不能调用补丁android。
怎么称呼谢谢!
RequestParams params = new RequestParams();
String URL = "xxxxxx;
params.put("aaa", aaa);
params.put("bbb", bbb);
AsyncHttpClient client = new AsyncHttpClient();
client.patch(URL, params, new JsonHttpResponseHandler() {
@Override
public void onSuccess(int statusCode, Header[] headers, JSONObject response) {
}
@Override
public void onFailure(int statusCode, Header[] headers, Throwable throwable, JSONObject errorResponse) {
super.onFailure(statusCode, headers, throwable, errorResponse);
}
});
在线client.patch
是不能调用补丁
怎么称呼它?