Commit 107b5202 by s_guodong

update

parent 89c48bf8
......@@ -24,7 +24,7 @@ public class TestController {
public Map getUserInfo() {
Map<String, Object> map = new HashMap<>();
map.put("username", "dabai12");
map.put("age", 19);
map.put("age", 30);
return map;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment