修复微信通知验证bug
This commit is contained in:
parent
900a95b248
commit
015601fd5e
|
|
@ -251,7 +251,7 @@ public class NotifyPayServiceImpl extends Notify4BasePay implements INotifyPaySe
|
|||
|
||||
//校验结果是否成功
|
||||
if (!PayConstant.RETURN_VALUE_SUCCESS.equalsIgnoreCase(params.getResultCode())
|
||||
|| !PayConstant.RETURN_VALUE_SUCCESS.equalsIgnoreCase(params.getReturnCode())) {
|
||||
&& !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