This commit is contained in:
Mrx
2026-06-11 10:24:49 +08:00
parent d5fa2f0a15
commit 3e0b100bbf
3 changed files with 8 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ func ProcessJRZQV3HMRequest(ctx context.Context, params []byte, deps *processors
}
body := map[string]string{
"idCard": paramsDto.IDCard,
"mobile": paramsDto.MobileNo,
"idCard": nuoer.MD5(paramsDto.IDCard),
"mobile": nuoer.MD5(paramsDto.MobileNo),
}
nuoerDoCheckAPIKey := "blackListV121_3_1"