mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
add methods
This commit is contained in:
parent
d84da327f1
commit
854f3dcce6
@ -57,6 +57,7 @@ public class RestTest {
|
||||
@Ignore
|
||||
public void getWithBodyTest2() {
|
||||
HttpRequest request = HttpRequest.get("https://ad.oceanengine.com/open_api/2/advertiser/info/")//
|
||||
// Charles代理
|
||||
.setHttpProxy("localhost", 8888)
|
||||
.header("Access-Token","")
|
||||
.body(JSONUtil.createObj()
|
||||
|
Loading…
Reference in New Issue
Block a user