feat: 个人中心发布
This commit is contained in:
@@ -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社交动态
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user