|
@@ -162,9 +162,9 @@ public class UserInfoController extends BaseController{
|
|
* 注册报名获取短信验证码
|
|
* 注册报名获取短信验证码
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- @ApiOperation(Constants.OPEN_PREFIX + "注册报名获取短信验证码")
|
|
|
|
|
|
+ @ApiOperation("注册报名获取短信验证码")
|
|
@ApiImplicitParam(name = "phone",value = "手机号码" ,dataType = "String",required = true)
|
|
@ApiImplicitParam(name = "phone",value = "手机号码" ,dataType = "String",required = true)
|
|
- @PostMapping(value = "/sendSignUpVerificationCode")
|
|
|
|
|
|
+ @PostMapping(value = Constants.OPEN_PREFIX + "/sendSignUpVerificationCode")
|
|
public Response sendSignUpVerificationCode(String phone){
|
|
public Response sendSignUpVerificationCode(String phone){
|
|
|
|
|
|
return userInfoService.sendSignUpVerificationCode(phone);
|
|
return userInfoService.sendSignUpVerificationCode(phone);
|