企业微信推送
This commit is contained in:
@@ -3,6 +3,7 @@ package cn.van.business.util;
|
||||
import cn.hutool.http.HttpUtil;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
@@ -12,6 +13,7 @@ import java.util.HashMap;
|
||||
* @create 2025/1/22 10:20
|
||||
* @description: 企业微信推送工具类
|
||||
*/
|
||||
@Component
|
||||
public class WxtsUtil {
|
||||
private static final Logger logger = LoggerFactory.getLogger(WxtsUtil.class);
|
||||
public static final String TOKEN = "super_token_b62190c26";
|
||||
|
||||
Reference in New Issue
Block a user