DingTalk.json 261 B

12345678910
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "DingTalk": {
  4. "AppId": "",
  5. "AgentId": "",
  6. "ClientId": "xxxx", // 原 AppKey 和 SuiteKey
  7. "ClientSecret": "xxxx" // 原 AppSecret 和 SuiteSecret
  8. }
  9. }