packagecommonimport("context""github.com/zeromicro/go-zero/core/logx""gitlab.fjmaimaimai.com/allied-creation/sumifcc-discuss/cmd/discuss/api/internal/svc")typeCommonGetLogLogicstruct{logx.Loggerctxcontext.ContextsvcCtx*svc.ServiceContext}funcNewCommonGetLogLogic(ctxcontext.Context,svcCtx*svc.ServiceContext)*CommonGetLogLogic{return&CommonGetLogLogic{Logger:logx.WithContext(ctx),ctx:ctx,svcCtx:svcCtx,}}func(l*CommonGetLogLogic)CommonGetLog()error{// todo: add your logic here and delete this linereturnnil}