提交 e51804b6 作者: han

注册时修改默认头像

上级 f4485e93
流水线 #8045 已通过 于阶段
in 2 分 21 秒
......@@ -287,7 +287,7 @@ public class AuthServiceImpl implements AuthService {
}
userServiceDao.insertUserAccount1(userAccountDO);
userAccountDO.setNickName("云享飞用户_"+ userAccountDO.getId());
userAccountDO.setUserImg("https://file.iuav.com/file/sharefly-logo-2023.png");
userAccountDO.setUserImg("https://file.iuav.com/file/sharefly-logo-2024.png");
userServiceDao.update(userAccountDO);
}else if(userAccountDO.getPassword() == null){
//小程序登录过且绑定过手机号
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论