docs: 完善文档
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeLint / Lint (push) Has been cancelled

This commit is contained in:
Fu Diwei
2025-09-24 22:55:06 +08:00
parent 8acfec0e15
commit a5b76a26f2
2 changed files with 3 additions and 3 deletions

View File

@@ -51,8 +51,8 @@ var options = new WechatTenpayClientOptions()
// 其他配置项略
PlatformAuthFallbackSwitch = true,
PlatformAuthScheme = Settings.PlatformAuthScheme.PublicKey,
PlatformCertificateManager = <your-manager>, // 需要同时设置 CertificateManager 与 PublicKeyManager
PlatformPublicKeyManager = <your-manager>, // 需要同时设置 CertificateManager 与 PublicKeyManager
PlatformCertificateManager = <your-manager>, // 需要同时设置 `CertificateManager` 并存入至少一个平台证书
PlatformPublicKeyManager = <your-manager>, // 需要同时设置 `PublicKeyManager` 并存入至少一个平台公钥
};
var client = WechatTenpayClientBuilder.Create(options).Build();
```