fix: delete tag (#1062)

This commit is contained in:
boojack
2023-02-10 23:57:02 +08:00
committed by GitHub
parent 1eacf5367d
commit b366ce7594
3 changed files with 14 additions and 15 deletions

View File

@@ -15,6 +15,6 @@ type TagFind struct {
}
type TagDelete struct {
Name string
Name string `json:"name"`
CreatorID int
}