添加调试日志

This commit is contained in:
daiyb 2026-02-28 14:21:00 +08:00
parent 8dbe5744e5
commit 37771a9b5a

View File

@ -1025,6 +1025,7 @@ func RePublish(ctx *gin.Context) {
} }
func republishCore(gCtx *gin.Context, newCtx context.Context, req *cast.RePublishReq) error { 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 resp *cast.RePublishResp
var err error var err error
if len(req.PlatformIDs) == 0 && len(req.MediaAccountUuids) == 0 { if len(req.PlatformIDs) == 0 && len(req.MediaAccountUuids) == 0 {