add method

This commit is contained in:
Looly
2022-02-22 21:52:07 +08:00
parent 801ce05f1a
commit 4e3f2153c5
3 changed files with 31 additions and 11 deletions

View File

@@ -63,6 +63,7 @@ public class RestTest {
.body(JSONUtil.createObj()
.set("advertiser_ids", new Long[] {1690657248243790L})
.set("fields", new String[] {"id", "name", "status"}).toString());
Console.log(request);
Console.log(request.execute().body());
}
}