| | |
| | | import org.springframework.web.bind.annotation.RequestMethod; |
| | | import org.springframework.web.servlet.ModelAndView; |
| | | |
| | | /** |
| | | * @author Tanbin |
| | | * @date 2018-12-12 |
| | | */ |
| | | @Controller("serviceValidateController") |
| | | public class ServiceValidateController extends AbstractServiceValidateController { |
| | | @RequestMapping(path = {"/serviceValidate"}, method = {RequestMethod.GET}) |
| | | @Override |
| | | protected ModelAndView handleRequestInternal(HttpServletRequest request, HttpServletResponse response) throws Exception { |
| | | //判断用户是否来源地址的service |
| | | |