This commit is contained in:
Leo
2026-01-07 15:15:55 +08:00
parent 00f0c38672
commit 01e5312ccc

View File

@@ -2229,6 +2229,7 @@ public class TencentDocController extends BaseController {
requestBody.put("text", content.toString());
requestBody.put("vanToken", pushToken);
requestBody.put("messageType", "TY");
requestBody.put("touser","LinPingFan,Hong");
// touser 可以为空,使用默认接收人
String jsonBody = requestBody.toJSONString();