修复json问题
This commit is contained in:
parent
c5343564e3
commit
149901c2c9
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue