public interface SyncHttp extends Http
| Modifier and Type | Method and Description |
|---|---|
String |
get(String url)
get 请求
|
String |
get(String url,
Map<String,String> params)
get 请求
|
String |
post(String url)
post请求
|
String |
post(String url,
Map<String,String> formdata)
post请求
|
String |
post(String url,
String dataJson)
post请求
|
Copyright © 2021. All rights reserved.