Skip to content

Commit

Permalink
#584 修复企业付款到银行卡接口签名失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed May 12, 2018
1 parent d4cf220 commit adf3685
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ public class EntPayBankRequest extends BaseWxPayRequest {

@Override
protected void checkConstraints() throws WxPayException {
}

@Override
protected boolean ignoreSignType() {
return true;
}

@Override
Expand Down

0 comments on commit adf3685

Please sign in to comment.