This commit is contained in:
DESKTOP-D9QDT1P\JS-ZZA
2023-03-06 16:38:28 +08:00
parent f3f3b41a37
commit c6a83768e2
2 changed files with 2 additions and 2 deletions

View File

@@ -623,7 +623,7 @@ null提示”==操作成功==“
## 10001 通过 memberId 查询用户个人基本信息(查询用户是否已绑定车牌号)
> 请求地址: http://localhost:8080/uniapp/member/selectInfoByMemberId
> 请求地址: http://localhost:8080/uniapp/member/getMemberCarNoInfo
>
> 请求方式GET

View File

@@ -245,7 +245,7 @@ public class MemberService {
.mobileNumber(dto.getPhoneNumber())
.verificationCode(dto.getVerificationCode())
.build();
// checkVerificationCode(registerAndLoginDTO);
checkVerificationCode(registerAndLoginDTO);
// 判断当前车牌号是否已经绑定
MemberLicensePlateNumberRelation relation = new MemberLicensePlateNumberRelation();