docs: 完善文档

This commit is contained in:
Fu Diwei
2022-10-27 20:22:53 +08:00
parent 5a105bcbef
commit aad11dde21
9 changed files with 80 additions and 0 deletions

View File

@@ -47,6 +47,18 @@ switch (msgType)
上文提到的扩展方法,已自动做解密处理,无需开发者手动干预。
为此,你需要在构造得到 `WechatWorkClient` 对象时指定推送参数:
```csharp
var options = new WechatWorkClientOptions()
{
// 其他配置项略
PushToken = "Token",
PushEncodingAESKey = "EncodingAESKey"
};
var client = new WechatWorkClient(options);
```
---
### 被动回复: