mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
修复不传参数问题
This commit is contained in:
@@ -36,10 +36,12 @@ import java.util.Map;
|
||||
*/
|
||||
public abstract class BaseRequest<T extends BaseResponse> {
|
||||
|
||||
private static final String EMPTY_JSON = "{}";
|
||||
|
||||
private String method;
|
||||
private String version;
|
||||
|
||||
private String bizContent;
|
||||
private String bizContent = EMPTY_JSON;
|
||||
private Object bizModel;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user