Commit 7bca7c0f authored by yanzg's avatar yanzg

接口文档的支持

parent 2cd65ed0
......@@ -254,7 +254,9 @@ public class MqServiceImpl implements MqService {
} else {
queueServerTokenDao.update(serverTokenVo);
}
if (req.getFairTime() > 0) {
yzgMqConsumer.sendRemove(req);
}
return serverTokenVo.getServerTokenId();
}
......
Markdown is supported
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