提交 675603c6 编写于 作者: wangxinxu's avatar wangxinxu

未注册时,信息提示

上级 00d8a877
流水线 #53319 已取消 于阶段
......@@ -126,7 +126,7 @@ public class AccountController extends AccountBaseController {
//判断账号是否已经存在
Account account = accountService.getByMobilePhone(mobilePhone);
if (StringUtil.isNull(account)) {
throw new PicaException(PicaResultCode.RESULE_DATA_NONE.code(),"请先至云鹊医App注册认证后使用");
throw new PicaException(PicaResultCode.RESULE_DATA_NONE.code(),"本APP采用实名注册制\n如需注册请联系客服400-021-8282");
}
senderId = account == null ? 0L : account.getId();
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册