From 5d4f15fe8cc2cf21ffe56c67f5e0d60f1efe5233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A7=E9=A9=8A?= Date: Wed, 9 Apr 2025 15:32:04 +0800 Subject: [PATCH] feat: add kyc api --- internal/logic/product/create_k_y_c_logic.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/logic/product/create_k_y_c_logic.go b/internal/logic/product/create_k_y_c_logic.go index 09d03ec..5cb98d7 100644 --- a/internal/logic/product/create_k_y_c_logic.go +++ b/internal/logic/product/create_k_y_c_logic.go @@ -25,7 +25,6 @@ func NewCreateKYCLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateK } func (l *CreateKYCLogic) CreateKYC(in *product.CreateKYCReq) (*product.OKResp, error) { - err := l.svcCtx.KYCUseCase.Create(l.ctx, &entity.KYC{ UID: in.GetUid(), CountryRegion: in.GetCountryRegion(),