You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.setBodyParameter("players[]", String.valueOf(listid)) // When I set the parameter as a array, the application crashes and I need to enter the data in the bank, my php is already working.
.asJsonObject()
.setCallback(new FutureCallback<JsonObject>() {
}
The text was updated successfully, but these errors were encountered:
int[] listid = {21, 22, 23};
Ion.with(CadastrarTime.this)
.load(url2)
}
The text was updated successfully, but these errors were encountered: