diff --git a/pkg/service/cast/work.go b/pkg/service/cast/work.go index e135c95c..e610f086 100644 --- a/pkg/service/cast/work.go +++ b/pkg/service/cast/work.go @@ -1025,6 +1025,7 @@ func RePublish(ctx *gin.Context) { } func republishCore(gCtx *gin.Context, newCtx context.Context, req *cast.RePublishReq) error { + zap.L().Info("republishCore", zap.Any("req", req)) var resp *cast.RePublishResp var err error if len(req.PlatformIDs) == 0 && len(req.MediaAccountUuids) == 0 {