mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-06 05:37:48 +08:00
#752 修复微信支付拉取支付评价的接口的签名问题
This commit is contained in:
parent
b58d2405e1
commit
c841ad73ec
@ -84,8 +84,4 @@ public class WxPayQueryCommentRequest extends BaseWxPayRequest {
|
|||||||
protected void checkConstraints() throws WxPayException {
|
protected void checkConstraints() throws WxPayException {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected String[] getIgnoredParamsForSign() {
|
|
||||||
return new String[]{"limit","sign_type"};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user