工业级运维app手机api
xufenglei
2017-10-24 51117f634e2c82b56849d6e65268db4de3650965
大屏登录接口改成get方式提交
1 files modified
2 ■■■ changed files
src/main/java/com/moral/monitor/controller/ScreenApiController.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/moral/monitor/controller/ScreenApiController.java
@@ -153,7 +153,7 @@
     * @param request the request
     * @return the map
     */
    @RequestMapping(value = "/login", method = RequestMethod.POST)
    @RequestMapping(value = "/login", method = RequestMethod.GET)
    public Map<String, Object> screenLogin(HttpServletRequest request) {
        Map<String, Object> resultMap = new HashMap<String, Object>();
        String msg = "";