feat: add kyc api

This commit is contained in:
王性驊 2025-04-09 15:32:04 +08:00
parent b5a12ceaa2
commit 5d4f15fe8c
1 changed files with 0 additions and 1 deletions

View File

@ -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(),