提交 557934f8 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 dec1ee80
......@@ -481,7 +481,7 @@ public class FgPermissionsController {
return CallBack.success(true);
}
@ApiOperation(value = "普通用户注册", notes = "0:成功;3:验证码有误;11:验证码已过期,请从新发送;99:已存在;")
@ApiOperation(value = "pc普通用户注册", notes = "0:成功;3:验证码有误;11:验证码已过期,请从新发送;99:已存在;")
@PostMapping(value = MemberRequestPath.REGISTER+MemberRequestPath.PC_MEMBER)
public CallBack<Boolean> registerPc(@RequestBody SavePMemberForm form) throws BaseException, Exception {
String redisCode = redis.get(form.getPhone());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论