MCPcopy Create free account
hub / github.com/bsxj97/flower-mall / info

Method info

src/main/java/com/controller/ChatController.java:107–111  ·  view source on GitHub ↗

后端详情

(@PathVariable("id") Long id)

Source from the content-addressed store, hash-verified

105 * 后端详情
106 */
107 @RequestMapping("/info/{id}")
108 public R info(@PathVariable("id") Long id){
109 ChatEntity chat = chatService.selectById(id);
110 return R.ok().put("data", chat);
111 }
112
113 /**
114 * 前端详情

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected