mirror of
https://gitee.com/farsunset/cim.git
synced 2025-06-28 13:21:32 +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();
|
this.code = code.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Map<String, String> getData() {
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
StringBuilder builder = new StringBuilder();
|
StringBuilder builder = new StringBuilder();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user