DingTalk.json 269 B

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