🎨 #1147 屏蔽导致企业微信报错“AppID不正确”的代码

This commit is contained in:
Binary Wang 2019-11-02 21:40:03 +08:00
parent bd1cf2d8c3
commit 913aec6e93

View File

@ -270,10 +270,10 @@ public class WxCryptUtil {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
// appid不相同的情况 // appid不相同的情况 暂时忽略这段判断
if (!fromAppid.equals(this.appidOrCorpid)) { // if (!fromAppid.equals(this.appidOrCorpid)) {
throw new RuntimeException("AppID不正确请核实"); // throw new RuntimeException("AppID不正确请核实");
} // }
return xmlContent; return xmlContent;