| 1234567891011121314151617181920212223242526272829303132 |
- {
- "enable": false,
- "corpId": "",
- "agentId": "",
- "appKey": "",
- "appSecret": "",
- "syncCron": "10 0/10 * * * ?",
- "forceSyncCron": "10 45 8,12 * * ?",
- "oapiAddress": "https://oapi.dingtalk.com",
- "workUrl": "",
- "messageRedirectPortal": "",
- "messageEnable": true,
- "scanLoginEnable": false,
- "scanLoginAppId": "",
- "scanLoginAppSecret": "",
- "attendanceSyncEnable": false,
- "###enable": "是否启用###",
- "###corpId": "钉钉corpId###",
- "###agentId": "agentId###",
- "###appKey": "应用的key,唯一标识###",
- "###appSecret": "应用的密钥###",
- "###syncCron": "回调信号触发同步检查,默认每10分钟运行一次,如果期间内有钉钉回调信号接收到,那么触发同步任务进行人员同步.###",
- "###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
- "###oapiAddress": "oapi服务器地址###",
- "###workUrl": "钉钉消息打开工作的url地址,如:http://dev.o2oa.net/x_desktop/###",
- "###messageRedirectPortal": "钉钉消息处理完成后跳转到特定的门户页面的Id###",
- "###messageEnable": "是否启用消息推送###",
- "###scanLoginEnable": "是否开启钉钉扫码登录###",
- "###scanLoginAppId": "钉钉扫码登录的AppId###",
- "###scanLoginAppSecret": "钉钉扫码登录的appSecret###",
- "###attendanceSyncEnable": "是否启用考勤信息###"
- }
|