tjx
5 天以前 82298366f5c870afe3db93878470b94cd615667e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package com.gs.dingtalk.config;
 
 
public class DataAcquisitionConfiguration {
 
    /**
     * 应用的 AgentId
     */
    public static final Long AGENT_ID = 4104598880L;
    /**
     * 应用的 AppKey
     */
    public static final String TALK_APP_KEY = "dinggglb3pttl1x0gn0c";
    /**
     * 应用的 AppSecret
     */
    public static final String TALK_APP_SECRET = "Zc7r0Mb7bPsC_xy7ryrWoEnE5OzHEXibUMPDCA2LBusJ9pYzIolRk_OdZuLvNExf";
 
    //群聊机器人相关
 
    public static final String CUSTOM_ROBOT_TOKEN = "c2849e46cb0d91b0721c377742938b8ac5ef57e3c9eeab918e2cd5dd9c3aad2a";
 
    public static final String SECRET = "SEC382027a5c81ea5152b71b687fb2c1ebf26acbde035355da6ab2fb37306454134";
 
    //企业微信
    public static final String CORPID = "wwabe21b935901a7d8";
 
    public static final String CORPSECRET = "Z-7fNbZjrd80ypz69U14j8FMxI_fpUxcT6PksxlvKaY";
 
    public static final String TXL_CORPSECRET = "T64bdcV7fo0hvW10W3NJYmGUmlBYxYMfiW6EiUJ9VPM";
}