This commit is contained in:
fudiwei 2023-01-06 18:16:53 +08:00
commit c51fcd3ab0

View File

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