fix JRZQ8A2D

This commit is contained in:
2025-10-29 22:09:00 +08:00
parent 657d51ad57
commit da37b4d7bc

View File

@@ -35,7 +35,7 @@ func ProcessJRZQ8A2DRequest(ctx context.Context, params []byte, deps *processors
reqData := map[string]interface{}{ reqData := map[string]interface{}{
"name": encryptedName, "name": encryptedName,
"id": encryptedIDCard, "idCard": encryptedIDCard,
"phone": encryptedMobileNo, "phone": encryptedMobileNo,
"authorized": paramsDto.Authorized, "authorized": paramsDto.Authorized,
} }