diff --git a/pkg/service/cast/work.go b/pkg/service/cast/work.go index 076052b..a398a7e 100644 --- a/pkg/service/cast/work.go +++ b/pkg/service/cast/work.go @@ -273,6 +273,7 @@ func processContentAndAutoTags(ctx *gin.Context, content string) (string, error) return content, errors.New("自动生成标签保存到数据库失败") } } + zap.L().Info("processContentAndAutoTags ", zap.Any("resp", resp)) return resp.Post, nil }