This commit is contained in:
dute7liang
2024-01-01 16:09:26 +08:00
parent b254118bf5
commit 48d655f737
2 changed files with 0 additions and 5 deletions

View File

@@ -249,7 +249,6 @@ public class CaiLoginManager {
add.setType(0);
add.setPassword(BCrypt.hashpw(user.getPassword()));
add.setMobile(user.getUsername());
add.setMobileStatus(1);
add.setAvatar(null);
add.setGender(user.getGender());
add.setCity(user.getCity());

View File

@@ -113,10 +113,6 @@ public class User implements Serializable {
* 终端 0 默认接口 1 安卓 2 ios 3 网页 4小程序
*/
private Integer terminal;
/**
* 注册方式0 普通注册 1 邀请注册 2系统生成 3 线上活动
*/
private Integer createdBy;
/**
* im_token
*/