Commit ae42d78a authored by liming's avatar liming

文本编辑器和文件上传

parent 3d3f6f73
...@@ -37,7 +37,6 @@ public class SportUserController { ...@@ -37,7 +37,6 @@ public class SportUserController {
@ApiOperation(value = "获取登录短信验证码", notes = "非生产环境中data直接返回验证码,可以直接用于注册,不会发送短信消息") @ApiOperation(value = "获取登录短信验证码", notes = "非生产环境中data直接返回验证码,可以直接用于注册,不会发送短信消息")
@GetMapping("/login/sms/captcha/{phone}") @GetMapping("/login/sms/captcha/{phone}")
public ResponseEntity<Result<String>> sendLoginSmsCaptcha(@PathVariable String phone) { public ResponseEntity<Result<String>> sendLoginSmsCaptcha(@PathVariable String phone) {
sportUserService.sendLoginSmsCaptcha(phone);
return success(sportUserService.sendLoginSmsCaptcha(phone)); return success(sportUserService.sendLoginSmsCaptcha(phone));
} }
......
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