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
修复企业付款queryEntPay签名失败问题
master
Binary Wang
6 years ago
parent
f796bfdafe
commit
ad2a5d3dd6
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/EntPayQueryRequest.java
+ 4
- 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/entpay/EntPayQueryRequest.java
View File
@@ -47,4 +47,8 @@ public class EntPayQueryRequest extends BaseWxPayRequest {
return ToStringUtils.toSimpleString(this);
}
@Override
protected boolean ignoreSignType() {
return true;
}
}
Write
Preview
Loading…
Cancel
Save