Parcourir la source

Merge remote-tracking branch 'origin/master'

Althars123 il y a 4 ans
Parent
commit
7dc63af3f7

+ 2 - 2
hzgzpt-admin/src/main/java/com/miaxis/app/controller/user/UserInfoController.java

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