From d84da327f1c00efdae924cd4ddb5fa129076516e Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 2 Aug 2021 20:17:31 +0800 Subject: [PATCH] add methods --- hutool-http/src/test/java/cn/hutool/http/RestTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hutool-http/src/test/java/cn/hutool/http/RestTest.java b/hutool-http/src/test/java/cn/hutool/http/RestTest.java index 18e13ac4f..bb4ff9264 100644 --- a/hutool-http/src/test/java/cn/hutool/http/RestTest.java +++ b/hutool-http/src/test/java/cn/hutool/http/RestTest.java @@ -58,7 +58,7 @@ public class RestTest { public void getWithBodyTest2() { HttpRequest request = HttpRequest.get("https://ad.oceanengine.com/open_api/2/advertiser/info/")// .setHttpProxy("localhost", 8888) - .header("Access-Token","b91e44f37ff2544079ceabcfafaf02bd3db9b769") + .header("Access-Token","") .body(JSONUtil.createObj() .set("advertiser_ids", new Long[] {1690657248243790L}) .set("fields", new String[] {"id", "name", "status"}).toString());