Merge pull request '修复json问题' (#647) from feat-IRONFANS-163-Robin into main

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/647
This commit is contained in:
chenhao 2024-07-23 22:21:13 +08:00
commit 3cdc52c75e
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"`
}