1
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user