|
@ -16,6 +16,7 @@ public class UserController { |
|
|
HashMap<Object, Object> map = new HashMap<>(); |
|
|
HashMap<Object, Object> map = new HashMap<>(); |
|
|
map.put("id", Math.random() + 1); |
|
|
map.put("id", Math.random() + 1); |
|
|
map.put("name", name); |
|
|
map.put("name", name); |
|
|
|
|
|
map.put("test", "test"); |
|
|
return map; |
|
|
return map; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|