6
types.go
6
types.go
@@ -86,3 +86,9 @@ type PostCommentResponse struct {
|
||||
Success bool `json:"success"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
// UserProfileRequest 用户主页请求
|
||||
type UserProfileRequest struct {
|
||||
UserID string `json:"user_id" binding:"required"`
|
||||
XsecToken string `json:"xsec_token" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user