mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-08 14:47:47 +08:00
🐛 #3002 【企业微信】修复新增外部联系人回调去重错误问题
This commit is contained in:
parent
de0266b5e1
commit
4b96475413
@ -273,7 +273,8 @@ public class WxCpTpMessageRouter {
|
|||||||
.append("-").append(StringUtils.trimToEmpty(wxMessage.getAuthCorpId()))
|
.append("-").append(StringUtils.trimToEmpty(wxMessage.getAuthCorpId()))
|
||||||
.append("-").append(StringUtils.trimToEmpty(wxMessage.getUserID()))
|
.append("-").append(StringUtils.trimToEmpty(wxMessage.getUserID()))
|
||||||
.append("-").append(StringUtils.trimToEmpty(wxMessage.getChangeType()))
|
.append("-").append(StringUtils.trimToEmpty(wxMessage.getChangeType()))
|
||||||
.append("-").append(StringUtils.trimToEmpty(wxMessage.getServiceCorpId()));
|
.append("-").append(StringUtils.trimToEmpty(wxMessage.getServiceCorpId()))
|
||||||
|
.append("-").append(StringUtils.trimToEmpty(wxMessage.getExternalUserID()));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wxMessage.getMsgType() != null) {
|
if (wxMessage.getMsgType() != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user