mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
#584 修复企业付款queryEntPay签名失败问题
This commit is contained in:
parent
f796bfdafe
commit
ad2a5d3dd6
@ -47,4 +47,8 @@ public class EntPayQueryRequest extends BaseWxPayRequest {
|
||||
return ToStringUtils.toSimpleString(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean ignoreSignType() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user