DingTalk.json 487 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "[openapi:DingTalk]": {
  4. "Group": "DingTalk",
  5. "Title": "DingTalk",
  6. "Description": "集成钉钉开放平台",
  7. "Version": "1.0.0",
  8. "Order": 90
  9. },
  10. "DingTalk": {
  11. "AppId": "xxxx",
  12. "AgentId": 123,
  13. "ClientId": "xxxx", // 原 AppKey 和 SuiteKey
  14. "ClientSecret": "xxxx", // 原 AppSecret 和 SuiteSecret
  15. "CorpId": "xxxx",
  16. "TenantId": 1300000001001
  17. }
  18. }