Commit 2cd65ed0 authored by yanzg's avatar yanzg

接口文档的支持

parent 5357dd04
......@@ -281,7 +281,7 @@ public class MqServiceImpl implements MqService {
@ApiOperation(value = "发送给指定服务器消息")
@Override
public String sendServerMessage(ServerMessageReqVo req) {
if (req.isNext()) {
if (!req.isNext()) {
throw new CodeException("达到最大次数,不会继续发送");
}
......
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