提交 476b6a0b authored 作者: Whispa's avatar Whispa

commit

上级 1f09662d
......@@ -166,7 +166,7 @@ public class UserController {
boolean present = byCode.isPresent();
return new Result<>(present ? byCode.get() : null,present ? 1 : 0, present ? "Successfully" : "Invitation code not found");
}
@GetMapping(value = "/edit/slogan")
@PostMapping(value = "/edit/slogan")
public Result editSlogan(@RequestBody TbCfUserInfo tbCfUserInfo) {
TbCfUserInfo user = this.user.user();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论