| Package | Description |
|---|---|
| cn.xinyue365.common.http |
| Modifier and Type | Method and Description |
|---|---|
String |
HttpUtil.getRequest(String url) |
String |
HttpUtil.getRequest(String url,
okhttp3.Headers headers) |
String |
HttpUtil.postRequest(String url,
byte[] body,
okhttp3.Headers headers) |
String |
HttpUtil.postRequest(String url,
String body) |
String |
HttpUtil.postRequest(String url,
String body,
okhttp3.Headers headers) |
Copyright © 2025. All rights reserved.