feat: 个人中心发布

This commit is contained in:
Blizzard
2026-02-14 11:38:59 +08:00
parent f1d9f63296
commit 4820323381
35 changed files with 691 additions and 148 deletions
+7
View File
@@ -1,6 +1,13 @@
package request
import common "sundynix-go/model/commom/request"
type UpdateProfile struct {
Nickname string `json:"nickname"`
AvatarId string `json:"avatarId"`
}
type StarsPageReq struct {
common.PageInfo
Class int `json:"class"` //分类 0 全部 1百科 2社交动态
}