feat: update
This commit is contained in:
@@ -18,7 +18,7 @@ type UserInfo struct {
|
|||||||
CreatedAt time.Time `json:"created_at,omitempty"`
|
CreatedAt time.Time `json:"created_at,omitempty"`
|
||||||
Username string `json:"username,omitempty"`
|
Username string `json:"username,omitempty"`
|
||||||
Avatar string `json:"avatar,omitempty"`
|
Avatar string `json:"avatar,omitempty"`
|
||||||
Balance int64 `json:"balance,omitempty"`
|
Balance int64 `json:"balance"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Router /users/profile [get]
|
// @Router /users/profile [get]
|
||||||
|
|||||||
Reference in New Issue
Block a user