@@ -71,7 +71,7 @@ type FriendList struct {
|
||||
}
|
||||
|
||||
type ListData struct {
|
||||
ItemCount int `json:"item_count"`
|
||||
ItemCount int64 `json:"item_count"`
|
||||
FriendList []FriendList `json:"friend_list"`
|
||||
NewFriendList []any `json:"new_friend_list"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
|
||||
@@ -17,7 +17,7 @@ type SearchUserInfo struct {
|
||||
UnitMax int `json:"unit_max"`
|
||||
EnergyMax int `json:"energy_max"`
|
||||
FriendMax int `json:"friend_max"`
|
||||
UnitCnt int `json:"unit_cnt"`
|
||||
UnitCnt int64 `json:"unit_cnt"`
|
||||
ElapsedTimeFromLogin string `json:"elapsed_time_from_login"`
|
||||
Comment string `json:"comment"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user