添加状态

This commit is contained in:
2026-05-07 09:07:20 +08:00
parent a1a259733d
commit 3ced686cb5
9 changed files with 54 additions and 0 deletions

View File

@@ -194,6 +194,8 @@ func (s *audioService) savePageData(ctx context.Context, data *audioResponse) (i
ExpireTime: item.ExpireTime,
FeelTags: string(feelTagsJSON),
GenreTags: string(genreTagsJSON),
// 设置默认校验状态为待校验
VerifyStatus: "PENDING",
}
items = append(items, audio)