Commit 2a639020 authored by 黎博's avatar 黎博

RuleEngineInterceeptor return false

parent 8b7dbf2f
......@@ -63,7 +63,7 @@ public class RuleEngineInterceptor implements HandlerInterceptor {
return false;
}
InterceptorUtils.constructResponse(response, mockData, "application/json; charset=utf-8");
return true;
return false;
}
/**
......
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