feat: update

This commit is contained in:
Rogee
2025-05-12 21:52:26 +08:00
parent b1b1053384
commit 27ff2e7b72

View File

@@ -18,7 +18,7 @@ type UserInfo struct {
CreatedAt time.Time `json:"created_at,omitempty"`
Username string `json:"username,omitempty"`
Avatar string `json:"avatar,omitempty"`
Balance int64 `json:"balance,omitempty"`
Balance int64 `json:"balance"`
}
// @Router /users/profile [get]