mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
Merge branch 'main' of https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat
This commit is contained in:
commit
c51fcd3ab0
@ -40,7 +40,7 @@ var options = new WechatWorkClientOptions()
|
||||
{
|
||||
CorpId = "企业微信 CorpId",
|
||||
AgentId = "企业微信应用的 AgentId",
|
||||
AgentSecret = "企业微信应用的 AgentId"
|
||||
AgentSecret = "企业微信应用的 Secret"
|
||||
};
|
||||
var client = new WechatWorkClient(options);
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user