|
|
@@ -23,7 +23,7 @@ import java.io.IOException;
|
|
|
*
|
|
|
* Created by hejq on 2017-11-15.
|
|
|
*/
|
|
|
-@RequestMapping(value = "/account")
|
|
|
+@RequestMapping(value = "/sso")
|
|
|
@RestController
|
|
|
public class SecurityController extends CommonController {
|
|
|
|
|
|
@@ -32,7 +32,7 @@ public class SecurityController extends CommonController {
|
|
|
*
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping(method = RequestMethod.GET)
|
|
|
+ @RequestMapping(value = "/account", method = RequestMethod.GET)
|
|
|
public ModelMap getAccountInfo() {
|
|
|
return success(SystemSession.getUser());
|
|
|
}
|