fix(tenpayv3): fix typo

This commit is contained in:
Fu Diwei 2021-12-15 15:06:12 +08:00
parent c5942b3f02
commit 86aa5ef01d

View File

@ -4,6 +4,6 @@
{
public const string AEAD_AES_256_GCM = "AEAD_AES_256_GCM";
public const string RSA_2048_PKCS8_ECB = "RSA_2048_PKCS18_ECB";
public const string RSA_2048_PKCS8_ECB = "RSA_2048_PKCS8_ECB";
}
}