f
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user