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