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