Merge branch 'feature-publishLog-daiyb' into dev

This commit is contained in:
daiyb 2026-02-28 14:21:07 +08:00
commit c7d1c307ba

View File

@ -1028,6 +1028,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 {