File tree Expand file tree Collapse file tree
src/SKIT.FlurlHttpClient.Wechat.TenpayV3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ var options = new WechatTenpayClientOptions()
5151 // 其他配置项略
5252 PlatformAuthFallbackSwitch = true ,
5353 PlatformAuthScheme = Settings .PlatformAuthScheme .PublicKey ,
54- PlatformCertificateManager = < your - manager > , // 需要同时设置 CertificateManager 与 PublicKeyManager
55- PlatformPublicKeyManager = < your - manager > , // 需要同时设置 CertificateManager 与 PublicKeyManager
54+ PlatformCertificateManager = < your - manager > , // 需要同时设置 ` CertificateManager` 并存入至少一个平台证书
55+ PlatformPublicKeyManager = < your - manager > , // 需要同时设置 ` PublicKeyManager` 并存入至少一个平台公钥
5656 };
5757var client = WechatTenpayClientBuilder .Create (options ).Build ();
5858```
Original file line number Diff line number Diff line change 99### 【功能特性】
1010
1111- 基于微信支付 v3 版 API 封装。
12- - 支持普通商户(直连)、合作伙伴(服务商、渠道商、机构、银行)两种接入模式。\
12+ - 支持普通商户(直连)、合作伙伴(服务商、渠道商、机构、银行)两种接入模式。
1313- 请求时自动生成签名(支持国际 RSA 算法或国密 SM 算法),无需开发者手动干预。
1414- 提供了微信支付所需的 AES、RSA、SM2/SM3/SM4、SHA-256 等算法工具类。
1515- 提供了调起支付签名、解析响应敏感数据、解析回调通知事件敏感数据等扩展方法。
You can’t perform that action at this time.
0 commit comments