添加注释

youhong
youhong.ai 2023-06-10 16:14:29 +08:00
parent cfe56ff505
commit 00b7d994b6
1 changed files with 10 additions and 0 deletions

View File

@ -323,6 +323,16 @@ public class HttpUtils {
return baseRequest(httpConnection, httpGet);
}
/**
* <h2></h2>
*
* @param url
* @param params
* @param headers
* @return
* @throws IOException
*/
public ResponeVo apiDelete(String url, Map<String, Object> params, Map<String, String> headers) throws IOException {
Map<String, Object> paramsMap = paramsHandle(params);
String getUrl = urlHandle(url, paramsMap);