会员注册接口参数校验

无手机号会员添加手机号接口
重置资金密码 增加参数 判断手机号是会员还是用户
This commit is contained in:
2024-08-20 10:00:22 +08:00
parent 2f1f8877fc
commit 878b21f7f6
4 changed files with 62 additions and 35 deletions

View File

@@ -6,10 +6,8 @@ import lombok.Data;
public class OpenMemberVo {
private Integer id;
private Integer shopId;
private String headImg;
private String nickName;
private String telephone;
private String nickName;
private String birthDay;
private String headImg;
}