From 37771a9b5a7fd0f070cca82bdb62848c87d9f7e6 Mon Sep 17 00:00:00 2001 From: daiyb <570056418@qq.com> Date: Sat, 28 Feb 2026 14:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B0=83=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/cast/work.go | 1 + 1 file changed, 1 insertion(+) 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 {