|
|
@@ -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); |
|
|
|