style: format

This commit is contained in:
Fu Diwei
2022-05-06 20:29:27 +08:00
parent d364c1a354
commit 7e6cfa5ca3
2352 changed files with 3542 additions and 4198 deletions

View File

@@ -41,9 +41,9 @@ string temp = response.CertificateList.First().EncryptCertificate.CipherText; //
如果你希望本库在响应后能自动完成这项操作,你可以在构造得到 `WechatApiClient` 对象时指定自动化参数:
```csharp
var options = new WechatTenpayClientOptions()
{
AutoDecryptResponseSensitiveProperty = true
var options = new WechatTenpayClientOptions()
{
AutoDecryptResponseSensitiveProperty = true
};
var client = new WechatTenpayClient(options);
```