This commit is contained in:
Mrx
2026-06-03 14:15:48 +08:00
parent c94cc944bf
commit a2cdeffb0c
28 changed files with 3 additions and 1298 deletions

View File

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