This commit is contained in:
Mrx
2026-05-29 16:58:41 +08:00
parent 16ab0d2c45
commit 21217f4da1
3 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ func ProcessJRZQV1O0Request(ctx context.Context, params []byte, deps *processors
"mobile": paramsDto.MobileNo, "mobile": paramsDto.MobileNo,
} }
nuoerDoCheckAPIKey := "loanRiskTagV9" nuoerDoCheckAPIKey := "loanRiskTagV10"
ApiPath := "/v1/doCheck" ApiPath := "/v1/doCheck"
resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body) resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body)

View File

@@ -24,7 +24,6 @@ func ProcessFLXGG0S4Request(ctx context.Context, params []byte, deps *processors
body := map[string]string{ body := map[string]string{
"name": paramsDto.Name, "name": paramsDto.Name,
"idCard": paramsDto.IDCard, "idCard": paramsDto.IDCard,
"mobile": paramsDto.MobileNo,
} }
nuoerDoCheckAPIKey := "personalLawsuit_cv1" nuoerDoCheckAPIKey := "personalLawsuit_cv1"

View File

@@ -27,7 +27,7 @@ func ProcessJRZQV1O0Request(ctx context.Context, params []byte, deps *processors
"mobile": paramsDto.MobileNo, "mobile": paramsDto.MobileNo,
} }
nuoerDoCheckAPIKey := "loanRiskTagV9" nuoerDoCheckAPIKey := "loanRiskTagV10"
ApiPath := "/v1/doCheck" ApiPath := "/v1/doCheck"
resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body) resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body)