"erp_web/pages/materials/material.html" did not exist on "4dfde00078b168aeb78a8a4619f9d4ed6d828877"
Commit 6dbcb41f authored by jmdhappy@126.com's avatar jmdhappy@126.com
Browse files

修改微信通知验证bug

parent 8b7b21e8
......@@ -246,7 +246,7 @@ public class NotifyPayServiceImpl extends BaseNotify4MchPay implements INotifyPa
//校验结果是否成功
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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment