by Robin at 20240718 #626
|
@ -55,7 +55,7 @@ func (handler *VideoModerationTaskResultHandler) getVideoModerationTaskUpdateFun
|
||||||
|
|
||||||
// 主播表->视频
|
// 主播表->视频
|
||||||
func (handler *VideoModerationTaskResultHandler) generateStreamerShortsUpdateFunc() {
|
func (handler *VideoModerationTaskResultHandler) generateStreamerShortsUpdateFunc() {
|
||||||
handler.videoModerationTaskUpdateFuncGeneratorMap["streamer|streamer|cover"] = func(ctx *gin.Context, task *dbstruct.VideoModerationTask, option int) func() error {
|
handler.videoModerationTaskUpdateFuncGeneratorMap["streamer|streamer|shorts"] = func(ctx *gin.Context, task *dbstruct.VideoModerationTask, option int) func() error {
|
||||||
return func() error {
|
return func() error {
|
||||||
mid := task.AssociativeTableId
|
mid := task.AssociativeTableId
|
||||||
auditcomp, reviewcomp, finalMedia := getVideoUpdateInfo(task, option)
|
auditcomp, reviewcomp, finalMedia := getVideoUpdateInfo(task, option)
|
||||||
|
|
Loading…
Reference in New Issue