Commit 36cf3dd5 authored by terrfly's avatar terrfly
Browse files

修正MQ延迟时间,解决微信轮询查单有误。

parent fa961909
......@@ -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);
}
}
......
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