feat: swagger format
This commit is contained in:
@@ -22,7 +22,7 @@ type UpdatePost struct {
|
||||
type PostPage struct {
|
||||
common.PageInfo
|
||||
Title string `json:"title"` // 标题
|
||||
HasReviewed int `json:"hasReviewed"` //是否审核通过
|
||||
HasReviewed *int `json:"hasReviewed"` //是否审核通过
|
||||
}
|
||||
|
||||
// CreateComment 创建评论
|
||||
|
||||
Reference in New Issue
Block a user