9月25日下午业务高峰出现接口回复超时异常后,
我们系统接口无法收到微信服务号消息,后台日志没有任何消息收到处理的日志痕迹。
但微信服务官方一直各种报警,我们代码都添加这些处理。而且把消耗时间长的处理代码屏蔽了。
@RequestMapping(value = "{appid}/callback")
@RetryOnOptimisticLockingFailure
public void acceptMessageAndEvent(HttpServletRequest request, @PathVariable("appid") String appid,
HttpServletResponse response, HttpSession session) throws Exception {
if ("TEMPLATESENDJOBFINISH".equals(Event)) {
StringUtils.SystemoutTimesContent("TEMPLATESENDJOBFINISHt");
PrintWriter writer = response.getWriter();
writer.print("");
writer.flush();
writer.close();
return;
}
微信服务号第三方平台后台没有消息提醒,微信服务不再推送信息给我们。
是否团队这么做了,忘了发通知我们,另外一个检测回复后台还在不断提醒我们没有处理信息?
时间: 2024-09-27 09:05:09
内容: 微信服务器向公众号推送消息或事件后,得到的回应不合法
次数: 5分钟 5168次
错误样例: [OpenID=oQW2ewJpUQ_lsxbU3_M5MpJqfa5g][Stamp=1727399109][OuterIP=81.69.103.205][3rdUrl=http://www.yiqihecheng.cc/openwx/wx84ef1a4aeab4ba15/callback][IP=159.75.189.2][MsgType=20000][Event=Template Send Job Finish][cURL Error=18][第三方平台:一气呵成易海报]
报警排查指引,请见: https://mmbizurl.cn/s/MpkaZb8yg