mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 18:19:04 +08:00
#752 修复微信支付拉取支付评价的接口的签名问题
This commit is contained in:
@ -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"};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user