| 程序包 | 说明 |
|---|---|
| com.ptteng.common.esign.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpRequestMethedEnum |
HttpRequestMethedEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HttpRequestMethedEnum[] |
HttpRequestMethedEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.alibaba.fastjson.JSONObject |
HttpHelper.doUploadHttp(HttpRequestMethedEnum reqType,
String url,
byte[] param,
String contentMd5,
String contentType) |
static com.alibaba.fastjson.JSONObject |
HttpCfgHelper.sendHttp(HttpRequestMethedEnum reqType,
String url,
Map<String,String> headers,
Object param) |
static String |
HttpUtils.sendHttp(HttpRequestMethedEnum requestMethod,
String url,
Map<String,String> header,
String params,
int isHttps)
发送http请求
|
static String |
HttpUtils.sendHttp2(HttpRequestMethedEnum requestMethod,
String url,
Map<String,String> header,
Map<String,Object> params,
int isHttps)
发送http请求
|
Copyright © 2021. All rights reserved.