Commit 0b0293b2 by 段启岩

更新激活链接请求方式

parent 7100512f
...@@ -87,7 +87,7 @@ public class UserApi { ...@@ -87,7 +87,7 @@ public class UserApi {
@Anonymous @Anonymous
@ApiOperation("激活账号") @ApiOperation("激活账号")
@PostMapping("/user/active/{activeCode}") @GetMapping("/user/active/{activeCode}")
public Response emailRegister(@PathVariable("activeCode") String activeCode) { public Response emailRegister(@PathVariable("activeCode") String activeCode) {
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment