| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "Logging": {
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Information",
- "System": "Information",
- "Microsoft": "Information"
- }
- },
- "Redis": {
- "HostName": "139.224.236.21",
- "Port": "4000",
- "Password": "sms+800100",
- "Defaultdatabase": "14",
- "InstanceName": "dingtalk"
- },
- "DingTalkSettings": {
- "AppKey": "ding77tk1okpuoxhitxs",
- "AppSecret": "lrV9pt51pjxUY00qCkPdoZ-393can29IujDFdlR9SZnechH_pSG1Tl1maWocWrDB",
- "TokenCacheTime": "7000",
- "TokenUrl": "https://oapi.dingtalk.com/gettoken?appkey={0}&appsecret={1}",
- "GetAuthScopes": "https://oapi.dingtalk.com/auth/scopes?access_token={0}",
- "GetDepartmentList": "https://oapi.dingtalk.com/department/list?access_token={0}",
- "GetDepartment": "https://oapi.dingtalk.com/department/get?access_token={0}&id={1}",
- "GetEmployeeListByPage": "https://oapi.dingtalk.com/user/listbypage?access_token={0}&department_id={1}",
- "GetEmployee": "https://oapi.dingtalk.com/user/get?access_token={0}&userid={1}",
- "GetRoleList": "https://oapi.dingtalk.com/topapi/role/list?access_token={0}",
- "GetRole": "https://oapi.dingtalk.com/topapi/role/getrole?access_token={0}&roleId={1}",
- "GetSchedule": "https://oapi.dingtalk.com/topapi/attendance/listschedule?access_token={0}",
- "GetGroupList": "https://oapi.dingtalk.com/topapi/attendance/getsimplegroups?access_token={0}",
- "GetRecordList": "https://oapi.dingtalk.com/attendance/listRecord?access_token={0}",
- "GetRecordResult": "https://oapi.dingtalk.com/attendance/list?access_token={0}"
- }
- }
|