docs: 完善文档

This commit is contained in:
Jerry 2023-01-06 10:03:42 +00:00 committed by RHQYZ
parent 19a1827251
commit eca8bae5e0

View File

@ -40,7 +40,7 @@ var options = new WechatWorkClientOptions()
{
CorpId = "企业微信 CorpId",
AgentId = "企业微信应用的 AgentId",
AgentSecret = "企业微信应用的 AgentId"
AgentSecret = "企业微信应用的 Secret"
};
var client = new WechatWorkClient(options);
```