test
This commit is contained in:
parent
8ab75b21bd
commit
1eaabcbb4a
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class PostRequest {
|
||||||
Call call = client.newCall(request);
|
Call call = client.newCall(request);
|
||||||
call.enqueue(new Callback() {
|
call.enqueue(new Callback() {
|
||||||
public void onResponse(@NonNull Call call, @NonNull Response response) throws IOException {
|
public void onResponse(@NonNull Call call, @NonNull Response response) throws IOException {
|
||||||
|
Log.i("RESP", response.toString()); // STATIC
|
||||||
onPostExecute(response.body() != null ? response.body().string() : "");
|
onPostExecute(response.body() != null ? response.body().string() : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue