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
2508a262
Commit
2508a262
authored
Nov 29, 2021
by
陈泉
Committed by
StringKE
Nov 29, 2021
Browse files
fix: 同步动作参数解析标识不正确
parent
53e7b0f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/ChannelNoticeController.java
View file @
2508a262
...
...
@@ -81,7 +81,7 @@ public class ChannelNoticeController extends AbstractCtrl {
}
// 解析订单号 和 请求参数
MutablePair
<
String
,
Object
>
mutablePair
=
payNotifyService
.
parseParams
(
request
,
urlOrderId
,
IChannelNoticeService
.
NoticeTypeEnum
.
DO_
NOTIFY
);
MutablePair
<
String
,
Object
>
mutablePair
=
payNotifyService
.
parseParams
(
request
,
urlOrderId
,
IChannelNoticeService
.
NoticeTypeEnum
.
DO_
RETURN
);
if
(
mutablePair
==
null
){
// 解析数据失败, 响应已处理
log
.
error
(
"{}, mutablePair is null "
,
logPrefix
);
throw
new
BizException
(
"解析数据异常!"
);
//需要实现类自行抛出ResponseException, 不应该在这抛此异常。
...
...
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