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

View File

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