| 1234567891011121314 |
- // 开发环境配置
- export default {
- // apiUrl: 'http://192.168.188.16:48080',
- apiUrl: 'https://iot.deepoil.cc',
- // apiUrl: 'https://aims.deepoil.cc', //正式
- apiUrlSuffix: '/admin-api',
- // 其他开发环境配置...
- corpId: 'dingbe7f9a7e8cffa2bd35c2f4657eb6378f', //钉钉微应用 企业的CorpID - 正式环境
- clientId: 'dingmr9ez0ecgbmscfeb', //钉钉微应用的Client ID - 正式环境(原企业内部应用的 AppKey。原第三方企业应用的 SuiteKey。)
- AgentId: '3687646006', //钉钉微应用的AgentID - 正式环境
- MiniAppId: '5000000006298501', //钉钉微应用的MiniAppID - 正式环境
- AppKey: 'dingmr9ez0ecgbmscfeb', //钉钉微应用的AppKey - 正式环境
- AppSecret: 'VhG_zMdTvIBwA_0Ef8FJ0foH3VYYo5T-kw0ukX_PBA8Ah1xl7AjDw5RVYCU0DTpe', //钉钉微应用的AppSecret - 正式环境
- };
|