mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-04 14:16:25 +08:00 
			
		
		
		
	🐛 修复 context 未使用 bug
This commit is contained in:
		@ -265,7 +265,7 @@ public class WxCpTpMessageRouter {
 | 
			
		||||
   * @return the wx cp xml out message
 | 
			
		||||
   */
 | 
			
		||||
  public WxCpXmlOutMessage route(final WxCpTpXmlMessage wxMessage, final Map<String, Object> context) {
 | 
			
		||||
    return this.route(null, wxMessage, new HashMap<>(2));
 | 
			
		||||
    return this.route(null, wxMessage, context);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user