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