增加post内容
This commit is contained in:
@@ -45,6 +45,11 @@ public class HttpProtocol {
|
||||
* http请求携带查询参数 eg: localhost:80/api?paramKey=value
|
||||
*/
|
||||
private Map<String, String> params;
|
||||
/**
|
||||
* http请求携带的请求体
|
||||
*/
|
||||
private String payload;
|
||||
|
||||
/**
|
||||
* 认证信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user