mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-29 01:18:36 +08:00 
			
		
		
		
	🎨 #1147 屏蔽导致企业微信报错“AppID不正确”的代码
This commit is contained in:
		| @ -270,10 +270,10 @@ public class WxCryptUtil { | ||||
|       throw new RuntimeException(e); | ||||
|     } | ||||
|  | ||||
|     // appid不相同的情况 | ||||
|     if (!fromAppid.equals(this.appidOrCorpid)) { | ||||
|       throw new RuntimeException("AppID不正确,请核实!"); | ||||
|     } | ||||
|     // appid不相同的情况 暂时忽略这段判断 | ||||
| //    if (!fromAppid.equals(this.appidOrCorpid)) { | ||||
| //      throw new RuntimeException("AppID不正确,请核实!"); | ||||
| //    } | ||||
|  | ||||
|     return xmlContent; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang