🔊 Add some logs in ListPostV2

🐛 Fix json tag
This commit is contained in:
2025-03-29 23:08:53 +08:00
parent 9fe0962c4a
commit bef5aa5c61
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,6 @@ type Publisher struct {
RealmID *uint `json:"realm_id"`
AccountID *uint `json:"account_id"`
Account models.Account `gorm:"-" json:"realm"`
Account models.Account `gorm:"-" json:"account"`
Realm models.Realm `gorm:"-" json:"realm"`
}