mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-15 18:55:13 +08:00
修复微信支付企业红包的问题:发送红包的返回结果中,没有签名,不需要进行签名检查。 #140
This commit is contained in:
@@ -179,7 +179,8 @@ public class WxMpPayServiceImpl implements WxMpPayService {
|
||||
}
|
||||
String responseContent = this.executeWithKey(url, request.toXML());
|
||||
WxPaySendRedpackResult result = WxPaySendRedpackResult.fromXML(responseContent, WxPaySendRedpackResult.class);
|
||||
this.checkResult(result);
|
||||
//毋须校验,因为没有返回签名信息
|
||||
// this.checkResult(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user