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

Method info

src/main/java/com/controller/UserController.java:124–128  ·  view source on GitHub ↗

信息

(@PathVariable("id") String id)

Source from the content-addressed store, hash-verified

122 * 信息
123 */
124 @RequestMapping("/info/{id}")
125 public R info(@PathVariable("id") String id){
126 UserEntity user = userService.selectById(id);
127 return R.ok().put("data", user);
128 }
129
130 /**
131 * 获取用户的session用户信息

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected