mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 16:18:51 +08:00
parent
17583a49a0
commit
f212f02ee0
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user