From 8903867ab57e057dcd4e7474e140ce54fc225a5c Mon Sep 17 00:00:00 2001 From: daiyb <570056418@qq.com> Date: Mon, 2 Mar 2026 14:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=8F=91=E5=B8=83=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8F=91=E5=B8=83=E6=9D=A5=E6=BA=90=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/cast/work.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/cast/work.go b/pkg/service/cast/work.go index 42f7ef83..ff763a5a 100644 --- a/pkg/service/cast/work.go +++ b/pkg/service/cast/work.go @@ -710,7 +710,7 @@ func PostAS(ctx context.Context, workUuid string, publishSource cast.PublishSour var err error //检查封面 _ = CheckImage(workUuid) - _, err = service.CastProvider.Publish(ctx, &cast.PublishReq{WorkUuids: []string{workUuid}}) + _, err = service.CastProvider.Publish(ctx, &cast.PublishReq{WorkUuids: []string{workUuid}, PublishSource: publishSource}) if err != nil { zap.L().Error("Publish err", zap.String("workUuid", workUuid), zap.Error(err)) return err