flower_city/src/main/java/com/dg/core/controller/GuideDoController.java
@@ -72,6 +72,11 @@ return error("密码不能为空"); } if(StringUtils.isEmpty(config.getPhonenumber())) { return error("手机号不能为空"); } if(StringUtils.isEmpty(config.getUserName())) { return error("昵称不能为空"); @@ -107,6 +112,12 @@ return error("userId不能为空"); } if(StringUtils.isEmpty(config.getPhonenumber())) { return error("手机号不能为空"); } if(StringUtils.isEmpty(config.getLoginName())) { return error("账户不能为空");