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
e0646c4e
Commit
e0646c4e
authored
Jan 25, 2022
by
terrfly
Browse files
修改分账默认时间为80s
parent
86ff9c27
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/service/PayOrderProcessService.java
View file @
e0646c4e
...
...
@@ -76,7 +76,7 @@ public class PayOrderProcessService {
if
(
updDivisionState
){
//推送到分账MQ
mqSender
.
send
(
PayOrderDivisionMQ
.
build
(
payOrder
.
getPayOrderId
(),
CS
.
YES
,
null
),
6
0
);
//
1分钟
后执行
mqSender
.
send
(
PayOrderDivisionMQ
.
build
(
payOrder
.
getPayOrderId
(),
CS
.
YES
,
null
),
8
0
);
//
80s
后执行
}
}
catch
(
Exception
e
)
{
...
...
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