| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "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}",
- "GetDepartmentParents": "https://oapi.dingtalk.com/department/list_parent_depts_by_dept?access_token={0}&id={1}",
- "GetDepartmentChildren": "https://oapi.dingtalk.com/department/list_ids?access_token={0}&id={1}",
- "GetEmployeeDepartmentParents": "https://oapi.dingtalk.com/department/list_parent_depts?access_token={0}&userid={1}",
- "GetEmployeeCount": "https://oapi.dingtalk.com/user/get_org_user_count?access_token={0}",
- "GetEmployeeListByDepartmentId": "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}",
- "GetEmployeeListByRoleId": "https://oapi.dingtalk.com/user/listbypage?access_token={0}&role_id={1}",
- "GetRoleGroup": "https://oapi.dingtalk.com/topapi/role/getrolegroup?access_token={0}&group_id={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}",
- "GetUserGroup": "https://oapi.dingtalk.com/topapi/attendance/getusergroup?access_token={0}",
- "GetLeaveStatus": "https://oapi.dingtalk.com/topapi/attendance/getleavestatus?access_token={0}",
- "GetLeaveApproveDuration": "https://oapi.dingtalk.com/topapi/attendance/getleaveapproveduration?access_token={0}",
- "GetBlackBoard": "https://oapi.dingtalk.com/topapi/blackboard/listtopten?access_token={0}"
- }
- }
|