|
@@ -54,7 +54,7 @@ public class UserController {
|
|
* 根据id获取用户信息
|
|
* 根据id获取用户信息
|
|
* userId 用户id
|
|
* userId 用户id
|
|
*/
|
|
*/
|
|
- @RequestMapping("/loginEmployee")
|
|
|
|
|
|
+ @RequestMapping("/getUserInfo")
|
|
public HttpRespMsg getUserInfo(@RequestParam String userId) {
|
|
public HttpRespMsg getUserInfo(@RequestParam String userId) {
|
|
return userService.getUserInfo(userId);
|
|
return userService.getUserInfo(userId);
|
|
}
|
|
}
|