mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 12:00:11 +08:00
update
This commit is contained in:
@@ -623,7 +623,7 @@ null,提示”==操作成功==“
|
||||
|
||||
## 10001 通过 memberId 查询用户个人基本信息(查询用户是否已绑定车牌号)
|
||||
|
||||
> 请求地址: http://localhost:8080/uniapp/member/selectInfoByMemberId
|
||||
> 请求地址: http://localhost:8080/uniapp/member/getMemberCarNoInfo
|
||||
>
|
||||
> 请求方式:GET
|
||||
|
||||
|
||||
@@ -245,7 +245,7 @@ public class MemberService {
|
||||
.mobileNumber(dto.getPhoneNumber())
|
||||
.verificationCode(dto.getVerificationCode())
|
||||
.build();
|
||||
// checkVerificationCode(registerAndLoginDTO);
|
||||
checkVerificationCode(registerAndLoginDTO);
|
||||
|
||||
// 判断当前车牌号是否已经绑定
|
||||
MemberLicensePlateNumberRelation relation = new MemberLicensePlateNumberRelation();
|
||||
|
||||
Reference in New Issue
Block a user