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

Method detail

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

前端详情

(@PathVariable("id") Long id)

Source from the content-addressed store, hash-verified

114 * 前端详情
115 */
116 @RequestMapping("/detail/{id}")
117 public R detail(@PathVariable("id") Long id){
118 ChatEntity chat = chatService.selectById(id);
119 return R.ok().put("data", chat);
120 }
121
122
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected