mirror of
https://gitee.com/farsunset/cim.git
synced 2025-06-17 15:45:24 +08:00
修改json序列化ReplyBody 丢失data字段的问题
This commit is contained in:
parent
461be0fab1
commit
cba314151d
Binary file not shown.
@ -111,6 +111,10 @@ public class ReplyBody implements Serializable, Transportable {
|
||||
this.code = code.toString();
|
||||
}
|
||||
|
||||
public Map<String, String> getData() {
|
||||
return data;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
|
Loading…
x
Reference in New Issue
Block a user