Update work.go

This commit is contained in:
戴育兵 2026-01-12 13:16:11 +08:00
parent fa069d0d7d
commit 627b08f0cd

View File

@ -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
}