lidongdong
2022-10-10 3e3d5f69ab4eb77ab5e09a814c33ffb8237a54f7
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("账户不能为空");
@@ -118,7 +129,7 @@
    }
    /**
     * 删除聊天记录
     * 删除导办用户接口
     *
     * @return 结果
     */
@@ -135,7 +146,7 @@
    }
    /**
     * 修改空闲状态
     * 修改导办用户空闲状态接口
     *
     * @param config 参数配置信息
     * @return 结果