|
@@ -21,7 +21,7 @@ public class AppAuthSmsRegisterReqVO extends AppAuthSmsLoginReqVO {
|
|
private String password;
|
|
private String password;
|
|
|
|
|
|
public Long getLinkId() {
|
|
public Long getLinkId() {
|
|
- if (linkId == null) {
|
|
|
|
|
|
+ if (linkId == null || !linkId.isEmpty()) {
|
|
// throw exception(LINK_ID_IS_NOT_EXISTS);
|
|
// throw exception(LINK_ID_IS_NOT_EXISTS);
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|