mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-04 14:16:25 +08:00 
			
		
		
		
	🐛 #1463 修复微信支付查询分账结果请求签名问题,subAppId不参与签名
This commit is contained in:
		@ -61,6 +61,11 @@ public class ProfitSharingQueryRequest extends BaseWxPayRequest {
 | 
				
			|||||||
    return true;
 | 
					    return true;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  @Override
 | 
				
			||||||
 | 
					  protected boolean ignoreSubAppId() {
 | 
				
			||||||
 | 
					    return true;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @Override
 | 
					  @Override
 | 
				
			||||||
  protected void storeMap(Map<String, String> map) {
 | 
					  protected void storeMap(Map<String, String> map) {
 | 
				
			||||||
    map.put("transaction_id", transactionId);
 | 
					    map.put("transaction_id", transactionId);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user