修复json问题

This commit is contained in:
Leufolium 2024-07-23 22:08:23 +08:00
parent c5343564e3
commit 149901c2c9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
type ImageAuditTaskVO struct {
*dbstruct.ImageAuditTask
Account *accountproto.OpListVO `JSON:"account"`
Account *accountproto.OpListVO `json:"account"`
ImageAudits []*dbstruct.ImageAudit `json:"image_audits"`
}