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
36cf3dd5
Commit
36cf3dd5
authored
Aug 17, 2021
by
terrfly
Browse files
修正MQ延迟时间,解决微信轮询查单有误。
parent
fa961909
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/AbstractPayOrderController.java
View file @
36cf3dd5
...
...
@@ -331,7 +331,7 @@ public abstract class AbstractPayOrderController extends ApiController {
//判断是否需要轮询查单
if
(
channelRetMsg
.
isNeedQuery
()){
mqSender
.
send
(
PayOrderReissueMQ
.
build
(
payOrderId
,
1
),
5
*
1000
);
mqSender
.
send
(
PayOrderReissueMQ
.
build
(
payOrderId
,
1
),
5
);
}
}
...
...
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