This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#584
修复企业付款到银行卡接口签名失败的问题
master
Binary Wang
6 years ago
parent
d4cf2205e5
commit
adf3685e88
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/entpay/EntPayBankRequest.java
+ 4
- 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/entpay/EntPayBankRequest.java
View File
@@ -114,7 +114,11 @@ public class EntPayBankRequest extends BaseWxPayRequest {
@Override
protected void checkConstraints() throws WxPayException {
}
@Override
protected boolean ignoreSignType() {
return true;
}
@Override
Write
Preview
Loading…
Cancel
Save