feat:优化信息
This commit is contained in:
@ -20,7 +20,7 @@ func (this *Session) MarshalBinary() ([]byte, error) {
|
||||
}
|
||||
|
||||
func (this *Session) UnmarshalBinary(data []byte) error {
|
||||
return utils.FromJSONBytes(data, this)
|
||||
return json.Unmarshal(data, this)
|
||||
}
|
||||
|
||||
func (this *Session) UIDToString() string {
|
||||
|
Reference in New Issue
Block a user