提交 a8b14010 编写于 作者: 武汉红喜's avatar 武汉红喜

rest

上级 c3128d6c
......@@ -22,8 +22,8 @@ public class NewController {
@Autowired
private UserService userService;
@GetMapping("/t")
public Map<String, Object> query() {
@GetMapping("/t/{userId}")
public Map<String, Object> query(@PathVariable("userId") Integer userId) {
Map<String, Object> m = new HashMap<String, Object>();
m.put("domain", "toutiao.im");
return m;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册