#584 修复企业付款到银行卡接口签名失败的问题

This commit is contained in:
Binary Wang 2018-05-12 12:48:21 +08:00
parent d4cf2205e5
commit adf3685e88

View File

@ -114,7 +114,11 @@ public class EntPayBankRequest extends BaseWxPayRequest {
@Override
protected void checkConstraints() throws WxPayException {
}
@Override
protected boolean ignoreSignType() {
return true;
}
@Override