v11.0.0
This commit is contained in:
@@ -170,6 +170,9 @@ type InfoAccount struct {
|
||||
// Display name
|
||||
DisplayName string `json:"displayname"`
|
||||
|
||||
// Description
|
||||
Description string `json:"desc"`
|
||||
|
||||
// GUID
|
||||
GUID uint64 `json:"guid"`
|
||||
|
||||
@@ -476,6 +479,9 @@ type ItemRG struct {
|
||||
// Deleted time
|
||||
DeletedTime uint64 `json:"deletedTime"`
|
||||
|
||||
// Description
|
||||
Description string `json:"desc"`
|
||||
|
||||
// ID
|
||||
ID uint64 `json:"id"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user