This commit is contained in:
Mrx
2026-06-11 10:31:24 +08:00
parent 3e0b100bbf
commit e8fef3b832
2 changed files with 23 additions and 2 deletions

View File

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