mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 10:16:20 +08:00
feat: 重命名 ICertificateStorer 接口为 ICertificateManager
This commit is contained in:
@@ -24,7 +24,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
TestClients.Instance.DecryptResponseEncryptedData(ref response);
|
||||
foreach (var certificateModel in response.CertificateList)
|
||||
{
|
||||
TestClients.GlobalCertificateStorer.Set(certificateModel.SerialNumber, certificateModel.EncryptCertificate.CipherText);
|
||||
TestClients.GlobalCertificateManager.SetCertificate(certificateModel.SerialNumber, certificateModel.EncryptCertificate.CipherText);
|
||||
}
|
||||
|
||||
Assert.True(TestClients.Instance.VerifyResponseSignature(response));
|
||||
|
||||
Reference in New Issue
Block a user