|
|
@@ -14304,7 +14304,7 @@ type UserWhiteVo struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 主键ID
|
|
|
UserId int64 `protobuf:"varint,2,opt,name=userId,proto3" json:"userId,omitempty"` // 用户
|
|
|
- UserType UserType `protobuf:"varint,3,opt,name=userType,proto3,enum=gorpc.UserType" json:"userType,omitempty"` //用户类型 1 设备 2 账号
|
|
|
+ UserType UserType `protobuf:"varint,3,opt,name=userType,proto3,enum=gorpc.UserType" json:"userType,omitempty"` // 用户类型 1 设备 2 账号
|
|
|
Status Status `protobuf:"varint,4,opt,name=status,proto3,enum=gorpc.Status" json:"status,omitempty"` // 状态
|
|
|
CreateTime int64 `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime,omitempty"` // 创建时间
|
|
|
UpdateTime int64 `protobuf:"varint,6,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 更新时间
|
|
|
@@ -14389,7 +14389,7 @@ type UserTestVo struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 主键ID
|
|
|
UserId int64 `protobuf:"varint,2,opt,name=userId,proto3" json:"userId,omitempty"` // 用户
|
|
|
- UserType UserType `protobuf:"varint,3,opt,name=userType,proto3,enum=gorpc.UserType" json:"userType,omitempty"` //用户类型 1 设备 2 账号
|
|
|
+ UserType UserType `protobuf:"varint,3,opt,name=userType,proto3,enum=gorpc.UserType" json:"userType,omitempty"` // 用户类型 1 设备 2 账号
|
|
|
Area string `protobuf:"bytes,4,opt,name=area,proto3" json:"area,omitempty"` // 指定地区
|
|
|
Apis string `protobuf:"bytes,5,opt,name=apis,proto3" json:"apis,omitempty"` // 指定接口
|
|
|
Routers string `protobuf:"bytes,6,opt,name=routers,proto3" json:"routers,omitempty"` // 指定路由
|
|
|
@@ -16883,7 +16883,7 @@ type UserVo struct {
|
|
|
ProductCode string `protobuf:"bytes,2,opt,name=productCode,proto3" json:"productCode,omitempty"` // 产品标识
|
|
|
Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"` // 用户唯一ID
|
|
|
DeviceId string `protobuf:"bytes,4,opt,name=deviceId,proto3" json:"deviceId,omitempty"` // 注册时使用的设备ID
|
|
|
- AccountType int64 `protobuf:"varint,5,opt,name=accountType,proto3" json:"accountType,omitempty"` // 1: device 2: account (其实可以通过查询 user_credential 中有没有登录凭证来确定此账号是已注册的账号还是游客类型的账号)
|
|
|
+ AccountType int64 `protobuf:"varint,5,opt,name=accountType,proto3" json:"accountType,omitempty"` // 值为1时表示实体尚未注册账号, 为其他值时表示实体已经注册了账号
|
|
|
RegistType string `protobuf:"bytes,6,opt,name=registType,proto3" json:"registType,omitempty"` // 注册方式 normal email phone wechat qq google apple (其实可以通过查询 user_credential 中最早的一条记录的 identityType 来确定)
|
|
|
RegistFrom int64 `protobuf:"varint,7,opt,name=registFrom,proto3" json:"registFrom,omitempty"` // 从哪里注册 0: unknown 1: guest 2: app 3: web 4: pc 9999: invalid
|
|
|
ReferChannel string `protobuf:"bytes,8,opt,name=referChannel,proto3" json:"referChannel,omitempty"` // 推广渠道
|