mirror of
https://github.com/jeequan/jeepay
synced 2024-11-17 23:08:03 +08:00
修改微信通知验证bug
This commit is contained in:
parent
d32bd56cab
commit
570c483174
@ -114,7 +114,7 @@ public class Notify4WxPayController extends Notify4BasePay {
|
||||
|
||||
//校验结果是否成功
|
||||
if (!PayConstant.RETURN_VALUE_SUCCESS.equalsIgnoreCase(params.getResultCode())
|
||||
|| !PayConstant.RETURN_VALUE_SUCCESS.equalsIgnoreCase(params.getResultCode())) {
|
||||
|| !PayConstant.RETURN_VALUE_SUCCESS.equalsIgnoreCase(params.getReturnCode())) {
|
||||
_log.error("returnCode={},resultCode={},errCode={},errCodeDes={}", params.getReturnCode(), params.getResultCode(), params.getErrCode(), params.getErrCodeDes());
|
||||
payContext.put("retMsg", "notify data failed");
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user