mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-18 22:26:22 +08:00
微信支付修复2.8.2.BETA版本引入的签名问题
This commit is contained in:
@@ -147,10 +147,8 @@ public abstract class WxPayServiceAbstractImpl implements WxPayService {
|
||||
}
|
||||
|
||||
String responseContent = this.post(url, request.toXML(), true);
|
||||
WxPaySendRedpackResult result = WxPayBaseResult.fromXML(responseContent, WxPaySendRedpackResult.class);
|
||||
//毋须校验,因为没有返回签名信息
|
||||
// this.checkResult(result);
|
||||
return result;
|
||||
//无需校验,因为没有返回签名信息
|
||||
return WxPayBaseResult.fromXML(responseContent, WxPaySendRedpackResult.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user