We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b0460 commit e2a1995Copy full SHA for e2a1995
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpPayServiceImpl.java
@@ -179,7 +179,8 @@ public WxPaySendRedpackResult sendRedpack(WxPaySendRedpackRequest request)
179
}
180
String responseContent = this.executeWithKey(url, request.toXML());
181
WxPaySendRedpackResult result = WxPaySendRedpackResult.fromXML(responseContent, WxPaySendRedpackResult.class);
182
- this.checkResult(result);
+ //毋须校验,因为没有返回签名信息
183
+ // this.checkResult(result);
184
return result;
185
186
0 commit comments