parent
8dbf6fffb4
commit
5213bb530e
|
@ -29,9 +29,9 @@ import java.util.*;
|
|||
* @Date 2024/9/2 16:24
|
||||
**/
|
||||
public class DingTalkInitServiceImpl implements IDingTalkInitService {
|
||||
@Value("${dingtalk.appKey}")
|
||||
@Value("${dingtalk.appKey:}")
|
||||
private String appKey;
|
||||
@Value("${dingtalk.appSecret}")
|
||||
@Value("${dingtalk.appSecret:}")
|
||||
private String appSecret;
|
||||
|
||||
@Autowired
|
||||
|
|
Loading…
Reference in New Issue