mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	🐛 微信支付完结分账接口服务商模式下签名时需要忽略subAppId
This commit is contained in:
		| @ -66,10 +66,15 @@ public class ProfitSharingFinishRequest extends BaseWxPayRequest { | ||||
|   private String description; | ||||
|  | ||||
|   @Override | ||||
|   protected void checkConstraints() throws WxPayException { | ||||
|   protected void checkConstraints() { | ||||
|     this.setSignType(WxPayConstants.SignType.HMAC_SHA256); | ||||
|   } | ||||
|  | ||||
|   @Override | ||||
|   protected boolean ignoreSubAppId() { | ||||
|     return true; | ||||
|   } | ||||
|  | ||||
|   @Override | ||||
|   protected void storeMap(Map<String, String> map) { | ||||
|     map.put("transaction_id", transactionId); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang