Skip to content

Commit 8e67f6f

Browse files
committed
Add DeviceStatus
1 parent 83cf10c commit 8e67f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ type User struct {
1313
Phone string `json:"phone"`
1414
FullName string `json:"full_name"`
1515
AvatarURL string `json:"avatar_url"`
16+
DeviceStatus string `json:"device_status"`
1617
CreatedAt string `json:"created_at"`
1718
}
1819

0 commit comments

Comments
 (0)