| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "common": {
- "dataCenter": "shr2601",
- "locale": "L2",
- "mobileBosUrl": "https://mbos.kdeascloud.com",
- "shrServerName": "https://shr-test.gooeto.com:6888"
- },
- "oauth": {
- "redirect": {
- "enabledAllowed": false,
- "allowedPrefixes": [
- "https://shr-test.gooeto.com:6888/",
- "https://mbos.kdeascloud.com/"
- ]
- },
- "apps": [
- {
- "platform": "dingtalk",
- "appType": "pa",
- "appId": "appId",
- "appSecret": "appSecret",
- "callbackUrl": "https://shr-test.gooeto.com:6888/qy/auth/callback/dingtalk/pa",
- "authEntry": "/auth/dingtalk",
- "userMappingField": "user_Number",
- "mobileRedirectType": "to_mbos",
- "desktopRedirectType": "to_mbos",
- "isPushBusinessMessage": false,
- "isPrimaryApp": true,
- "MBosEid": "eid"
- }
- ]
- },
- "openApi": {
- "enableAuth": true
- }
- }
|