|   | 
| package com.matrix.component.dingding; | 
|   | 
|   | 
|   | 
| /** | 
|  * @author jiangyouyao | 
|  * @description 钉钉初始化配置 | 
|  */ | 
| public class DDEnvConfig { | 
|   | 
|     //应用号 | 
|     public static Long AGENT_ID = 868855024L; | 
|     public static final String CORP_ID = "dingf319c9d32478a85735c2f4657eb6378f"; | 
|     public static final String SSO_SECRET = "o2VhrLYV7loJh0yBG7eswnnf0jmPCYaOk6bbsSZ-v7GIDWC5JRIS0nb1ngeLcwEo"; | 
|     public static final String APPSECRET = "ZgzsH3EPfmHXLrWMfVmLxODHceW6YV9b6atA0ljI53K6S9HyBxxBSX3EbvzwpmZ-"; | 
|     public static final String APPKEY = "ding3oytn6l7mve9g79m"; | 
|   | 
|     public static final String OAPI_HOST = "https://oapi.dingtalk.com"; | 
|      | 
|     //页面验证 | 
|     public static final String URL = "https://wholesale.xczhyf.cn/"; | 
|   | 
|     public static final String FUNCTION_URL = "http://wholesale.xczhyf.cn"; | 
|     public static final String LOGO_IMG = "http://stg-file.cloud.xczhyf.cn/wholesaleFile/file/20200905/b9cc6c200a3e43d19973a3796d544205c05f2a83d6ee4058afe163e3674e2e00.png"; | 
|      | 
|      | 
| } |