Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
8fc5dfed
Commit
8fc5dfed
authored
Jan 10, 2019
by
jmdhappy@126.com
Browse files
修复微信通知验证bug
parent
015601fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
xxpay4dubbo/xxpay4dubbo-service/src/main/java/org/xxpay/dubbo/service/impl/NotifyPayServiceImpl.java
View file @
8fc5dfed
...
...
@@ -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
.
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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment