mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-15 14:04:32 +08:00
fix(tenpayv3): fix typo
This commit is contained in:
parent
c5942b3f02
commit
86aa5ef01d
@ -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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user