This commit is contained in:
2026-06-22 21:28:18 +08:00
parent 5771fcfd31
commit 676198696b

View File

@@ -28,7 +28,7 @@ func ProcessJRZQFC59Request(ctx context.Context, params []byte, deps *processors
nuoerDoCheckAPIKey := "idVerify126"
ApiPath := "/v1/doCheck"
resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body)
resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body, 2)
if err != nil {
if errors.Is(err, nuoer.ErrDatasource) {
return nil, errors.Join(processors.ErrDatasource, err)