添加状态
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user