#584 修复企业付款queryEntPay签名失败问题
This commit is contained in:
@@ -47,4 +47,8 @@ public class EntPayQueryRequest extends BaseWxPayRequest {
|
||||
return ToStringUtils.toSimpleString(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean ignoreSignType() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user