1
This commit is contained in:
@@ -947,7 +947,7 @@ public class TencentDocController extends BaseController {
|
||||
sb.append("… 共 ").append(errorLogs.size()).append(" 条错误\n");
|
||||
}
|
||||
}
|
||||
wxSendGoofishNotifyClient.pushGoofishAgentText(null, sb.toString());
|
||||
wxSendGoofishNotifyClient.pushGoofishAgentText(null, "", sb.toString());
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -2015,7 +2015,7 @@ public class TencentDocController extends BaseController {
|
||||
log.error("异常后更新批量推送记录失败 batchId={}", batchId, ex);
|
||||
}
|
||||
try {
|
||||
wxSendGoofishNotifyClient.pushGoofishAgentText(null,
|
||||
wxSendGoofishNotifyClient.pushGoofishAgentText(null, "",
|
||||
"【腾讯文档推送】批量同步异常\n批次: " + batchId + "\n" + errMsg);
|
||||
} catch (Exception ex) {
|
||||
log.warn("腾讯文档推送异常企微通知失败: {}", ex.toString());
|
||||
|
||||
@@ -148,7 +148,7 @@ public class ServerController
|
||||
}
|
||||
|
||||
/**
|
||||
* 手动测试企微闲鱼通知(经 wxSend goofish-active-push)
|
||||
* 手动测试企微闲鱼通知(经 wxSend POST /wx/send/goofish,与 /send/pdd 相同 vanToken + title/text/touser)
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('monitor:server:list')")
|
||||
@PostMapping("/health/goofish-notify-test")
|
||||
|
||||
Reference in New Issue
Block a user