mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	| @ -72,6 +72,11 @@ public class ProfitSharingReturnQueryRequest extends BaseWxPayRequest { | |||||||
|     this.setSignType(WxPayConstants.SignType.HMAC_SHA256); |     this.setSignType(WxPayConstants.SignType.HMAC_SHA256); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  |   @Override | ||||||
|  |   protected boolean ignoreSubAppId() { | ||||||
|  |     return true; | ||||||
|  |   } | ||||||
|  |  | ||||||
|   @Override |   @Override | ||||||
|   protected void storeMap(Map<String, String> map) { |   protected void storeMap(Map<String, String> map) { | ||||||
|     map.put("order_id", orderId); |     map.put("order_id", orderId); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 lmh
					lmh