feat: 用户中心
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package request
|
||||
|
||||
type UpdateProfile struct {
|
||||
Nickname string `json:"nickname"`
|
||||
AvatarId string `json:"avatarId"`
|
||||
}
|
||||
Reference in New Issue
Block a user