wwl 4 жил өмнө
parent
commit
102f5733c4

+ 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);