|
@@ -101,7 +101,7 @@ public class AuthController extends ControllerSupport {
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "发送验证码", notes = "")
|
|
@ApiOperation(value = "发送验证码", notes = "")
|
|
- @PostMapping("/bindSecurityPhone")
|
|
|
|
|
|
+ @PostMapping("/sendVerificationCode")
|
|
public void sendVerificationCode(@RequestParam String phone) {
|
|
public void sendVerificationCode(@RequestParam String phone) {
|
|
SendSmsReq req = new SendSmsReq();
|
|
SendSmsReq req = new SendSmsReq();
|
|
req.setPhone(phone);
|
|
req.setPhone(phone);
|