mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-10 09:46:19 +08:00
docs: 完善文档
This commit is contained in:
@@ -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();
|
||||
```
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
### 【功能特性】
|
||||
|
||||
- 基于微信支付 v3 版 API 封装。
|
||||
- 支持普通商户(直连)、合作伙伴(服务商、渠道商、机构、银行)两种接入模式。\
|
||||
- 支持普通商户(直连)、合作伙伴(服务商、渠道商、机构、银行)两种接入模式。
|
||||
- 请求时自动生成签名(支持国际 RSA 算法或国密 SM 算法),无需开发者手动干预。
|
||||
- 提供了微信支付所需的 AES、RSA、SM2/SM3/SM4、SHA-256 等算法工具类。
|
||||
- 提供了调起支付签名、解析响应敏感数据、解析回调通知事件敏感数据等扩展方法。
|
||||
|
||||
Reference in New Issue
Block a user