Commit bf13b755 authored by 鹿朋's avatar 鹿朋

添加http新方法

parent fcb16a16
......@@ -45,6 +45,14 @@ public interface IHttpService {
* @return
*/
String get(String uri, Map<String, String> headers, Map<String, ?> parameters);
/**
* Http Get 获取byte[]
* @param uri
* @param headers
* @param parameters
* @return
*/
byte[] getByte(String uri, Map<String, String> headers, Map<String, ?> parameters);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment