fix: statistic upstream url change & save article to private

This commit is contained in:
Zhaolong
2022-04-27 23:12:20 +08:00
parent b92598ecc4
commit 09b8e8e262
6 changed files with 13 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ type BackArticle struct {
IsDelete int8 `gorm:"column:is_delete" json:"isDelete"` // 删除标志
}
type ListArtile struct {
type ListArticle struct {
ID int `json:"-"`
Username string `json:"username"`
CreateTime time.Time `json:"createTime"`