Commit c89feeb7 by 段启岩

修改用户手机号注册请求路径

parent 2ef2bfd1
......@@ -34,7 +34,7 @@ public class UserApi {
@Anonymous
@ApiOperation("用户注册")
@PostMapping("/register")
@PostMapping("/register/mobile")
public Response register(@RequestBody @Valid UserRegisterFrom registerFrom, BindingResult result) {
if (result.hasErrors()) {
......
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