Thumbnail

This commit is contained in:
2024-08-11 01:22:55 +08:00
parent 2fbf7c4808
commit 6e14684539
3 changed files with 10 additions and 0 deletions

View File

@ -60,6 +60,7 @@ type Post struct {
}
type PostStoryBody struct {
Thumbnail *uint `json:"thumbnail"`
Title *string `json:"title"`
Content string `json:"content"`
Location *string `json:"location"`
@ -67,6 +68,7 @@ type PostStoryBody struct {
}
type PostArticleBody struct {
Thumbnail *uint `json:"thumbnail"`
Title string `json:"title"`
Description *string `json:"description"`
Content string `json:"content"`