根据用户编号获取详细信息
GET
http://localhost:8080/system/user/userId
接口描述
@GetMapping(value = { "/", "/{userId}" })
@GetMapping(value = { "/", "/{userId}" })