Browse Source

#1782 微信支付修复分账回退查询接口签名错误的问题

Co-authored-by: lmh <lmh@weiyian.com>
lmh 4 years ago
parent
commit
f212f02ee0

+ 5 - 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingReturnQueryRequest.java

@@ -73,6 +73,11 @@ public class ProfitSharingReturnQueryRequest extends BaseWxPayRequest {
   }
 
   @Override
+  protected boolean ignoreSubAppId() {
+    return true;
+  }
+
+  @Override
   protected void storeMap(Map<String, String> map) {
     map.put("order_id", orderId);
     map.put("out_order_no", outOrderNo);