mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-24 08:41:46 +08:00
SentBody新增参数默认值
This commit is contained in:
parent
eadac1b887
commit
bf7b6e79ae
Binary file not shown.
@ -55,6 +55,10 @@ public class SentBody implements Serializable {
|
||||
return data.get(key);
|
||||
}
|
||||
|
||||
public String get(String key,String defaultValue) {
|
||||
return data.getOrDefault(key,defaultValue);
|
||||
}
|
||||
|
||||
public long getTimestamp() {
|
||||
return timestamp;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user