JobFinishedEvent中的msgId定义为int类型而现在微信推送过来的模板消息ID已经超过了int的范围,所以在反序列化的时候出错了
Closed this issue · 2 comments
showcup commented
报错信息如下:
xml to event failed,Can not construct instance of int from String value '90261533849829378': Overflow: numeric value (90261533849829378) out of range of Integer (-2147483648 - 2147483647)