To ensure secure data transmission, all interface request parameters on this platform must undergo RSA encryption before transmission. Please follow the specifications below for encryption processing:
1.
Public and Private Key Retrieval
Obtain RSA public/private keys through the [Merchant Management System].
2.
Encryption Requirements
Algorithm: RSA/PKCS1PaddingTarget: JSON string composed of all request parametersEncoding: Base64 encoding of the encrypted binary dataTransmission: Encrypted result transmitted via the encryptedData field