This commit is contained in:
Leo
2026-01-06 22:52:24 +08:00
parent ba6f250914
commit 00f0c38672

View File

@@ -2178,7 +2178,7 @@ public class TencentDocController extends BaseController {
// 微信推送服务配置 // 微信推送服务配置
String wxSendBaseUrl = "https://wxts.van333.cn"; String wxSendBaseUrl = "https://wxts.van333.cn";
String pushToken = "super_token_b62190c26"; String pushToken = "super_token_b62190c26";
String pushUrl = wxSendBaseUrl + "/dc/send/ty"; String pushUrl = wxSendBaseUrl + "/wx/send/ty";
// 构建推送内容 // 构建推送内容
StringBuilder content = new StringBuilder(); StringBuilder content = new StringBuilder();