diff --git a/.gitea/workflows/cd-test.yml b/.gitea/workflows/cd-test.yml index 9e2614c..536194a 100644 --- a/.gitea/workflows/cd-test.yml +++ b/.gitea/workflows/cd-test.yml @@ -39,4 +39,5 @@ jobs: docker pull ${{ vars.REGISTRY }}/lone/product:latest docker pull ${{ vars.REGISTRY }}/lone/admin:latest docker pull ${{ vars.REGISTRY }}/lone/user:latest + docker pull ${{ vars.REGISTRY }}/lone/express:latest docker compose up -d diff --git a/services/express/internal/logic/namesLogic.go b/services/express/internal/logic/namesLogic.go index 490208e..799efe3 100644 --- a/services/express/internal/logic/namesLogic.go +++ b/services/express/internal/logic/namesLogic.go @@ -20,6 +20,7 @@ type NamesLogic struct { BaseLogic } +// NewNamesLogic 创建一个NamesLogic实例 func NewNamesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NamesLogic { return &NamesLogic{ ctx: ctx,