| 程序包 | 说明 |
|---|---|
| live.lingting.virtual.currency.core.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
HttpUtils.get(Endpoints endpoints,
String suffix,
HttpHeader... headers)
get
|
static String |
HttpUtils.get(String url,
HttpHeader... headers) |
static String |
HttpUtils.post(Endpoints endpoints,
String suffix,
HttpHeader... headers)
post
|
static String |
HttpUtils.post(Endpoints endpoints,
String suffix,
String body,
HttpHeader... headers) |
static String |
HttpUtils.post(String url,
HttpHeader... headers) |
static String |
HttpUtils.post(String url,
String body,
HttpHeader... headers) |
static String |
HttpUtils.request(String url,
String body,
HttpMethod method,
HttpHeader... headers) |
Copyright © 2021. All rights reserved.