|
@@ -2209,6 +2209,195 @@ func (x *UserReq) GetEntUserId() int64 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type EntUserReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
|
+ EntUserId int64 `protobuf:"varint,2,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserReq) Reset() {
|
|
|
|
+ *x = EntUserReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[27]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*EntUserReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *EntUserReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[27]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use EntUserReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*EntUserReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{27}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserReq) GetAppId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.AppId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserReq) GetEntUserId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.EntUserId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type EntUserResp struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ ErrorCode int64 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
|
|
|
|
+ ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
|
|
|
|
+ Data *EntUser `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserResp) Reset() {
|
|
|
|
+ *x = EntUserResp{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[28]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserResp) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*EntUserResp) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *EntUserResp) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[28]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use EntUserResp.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*EntUserResp) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{28}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserResp) GetErrorCode() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrorCode
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserResp) GetErrorMsg() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrorMsg
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUserResp) GetData() *EntUser {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Data
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type EntUser struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` //员工名册
|
|
|
|
+ Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"` //员工手机号
|
|
|
|
+ Mail string `protobuf:"bytes,3,opt,name=mail,proto3" json:"mail,omitempty"` //邮箱
|
|
|
|
+ DeptName string `protobuf:"bytes,4,opt,name=deptName,proto3" json:"deptName,omitempty"` //部门名称
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUser) Reset() {
|
|
|
|
+ *x = EntUser{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[29]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUser) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*EntUser) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *EntUser) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[29]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use EntUser.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*EntUser) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{29}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUser) GetName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Name
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUser) GetPhone() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Phone
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUser) GetMail() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Mail
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *EntUser) GetDeptName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.DeptName
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
type ExamineResp_ExamineData struct {
|
|
type ExamineResp_ExamineData struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -2220,7 +2409,7 @@ type ExamineResp_ExamineData struct {
|
|
func (x *ExamineResp_ExamineData) Reset() {
|
|
func (x *ExamineResp_ExamineData) Reset() {
|
|
*x = ExamineResp_ExamineData{}
|
|
*x = ExamineResp_ExamineData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_userCenter_proto_msgTypes[27]
|
|
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2233,7 +2422,7 @@ func (x *ExamineResp_ExamineData) String() string {
|
|
func (*ExamineResp_ExamineData) ProtoMessage() {}
|
|
func (*ExamineResp_ExamineData) ProtoMessage() {}
|
|
|
|
|
|
func (x *ExamineResp_ExamineData) ProtoReflect() protoreflect.Message {
|
|
func (x *ExamineResp_ExamineData) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_userCenter_proto_msgTypes[27]
|
|
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[30]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2268,7 +2457,7 @@ type CheckEntRespCheckData struct {
|
|
func (x *CheckEntRespCheckData) Reset() {
|
|
func (x *CheckEntRespCheckData) Reset() {
|
|
*x = CheckEntRespCheckData{}
|
|
*x = CheckEntRespCheckData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_userCenter_proto_msgTypes[28]
|
|
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2281,7 +2470,7 @@ func (x *CheckEntRespCheckData) String() string {
|
|
func (*CheckEntRespCheckData) ProtoMessage() {}
|
|
func (*CheckEntRespCheckData) ProtoMessage() {}
|
|
|
|
|
|
func (x *CheckEntRespCheckData) ProtoReflect() protoreflect.Message {
|
|
func (x *CheckEntRespCheckData) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_userCenter_proto_msgTypes[28]
|
|
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[31]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2323,7 +2512,7 @@ type GetStatusByCodeResp_GetStatusByCode struct {
|
|
func (x *GetStatusByCodeResp_GetStatusByCode) Reset() {
|
|
func (x *GetStatusByCodeResp_GetStatusByCode) Reset() {
|
|
*x = GetStatusByCodeResp_GetStatusByCode{}
|
|
*x = GetStatusByCodeResp_GetStatusByCode{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_userCenter_proto_msgTypes[29]
|
|
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[32]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2336,7 +2525,7 @@ func (x *GetStatusByCodeResp_GetStatusByCode) String() string {
|
|
func (*GetStatusByCodeResp_GetStatusByCode) ProtoMessage() {}
|
|
func (*GetStatusByCodeResp_GetStatusByCode) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetStatusByCodeResp_GetStatusByCode) ProtoReflect() protoreflect.Message {
|
|
func (x *GetStatusByCodeResp_GetStatusByCode) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_userCenter_proto_msgTypes[29]
|
|
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[32]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2675,7 +2864,24 @@ var file_userCenter_proto_rawDesc = []byte{
|
|
0x70, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01,
|
|
0x70, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74,
|
|
0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74,
|
|
0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e,
|
|
0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e,
|
|
- 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x32, 0xbe, 0x03, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
|
|
+ 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x40, 0x0a, 0x0a, 0x45, 0x6e, 0x74, 0x55, 0x73,
|
|
|
|
+ 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65,
|
|
|
|
+ 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
|
|
|
|
+ 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x67, 0x0a, 0x0b, 0x45, 0x6e, 0x74,
|
|
|
|
+ 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f,
|
|
|
|
+ 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72,
|
|
|
|
+ 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72,
|
|
|
|
+ 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f,
|
|
|
|
+ 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x45, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x64, 0x61,
|
|
|
|
+ 0x74, 0x61, 0x22, 0x63, 0x0a, 0x07, 0x45, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x12, 0x12, 0x0a,
|
|
|
|
+ 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d,
|
|
|
|
+ 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18,
|
|
|
|
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x64,
|
|
|
|
+ 0x65, 0x70, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x64,
|
|
|
|
+ 0x65, 0x70, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0xeb, 0x03, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72,
|
|
0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x24, 0x0a, 0x07, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74,
|
|
0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x24, 0x0a, 0x07, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74,
|
|
0x68, 0x12, 0x0b, 0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x0c,
|
|
0x68, 0x12, 0x0b, 0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x0c,
|
|
0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x0a,
|
|
0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x0a,
|
|
@@ -2703,8 +2909,11 @@ var file_userCenter_proto_rawDesc = []byte{
|
|
0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65,
|
|
0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x12, 0x08, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e,
|
|
0x6e, 0x66, 0x6f, 0x12, 0x08, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e,
|
|
- 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62,
|
|
|
|
- 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2b, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x45,
|
|
|
|
+ 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0b, 0x2e, 0x45, 0x6e, 0x74,
|
|
|
|
+ 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x55, 0x73, 0x65,
|
|
|
|
+ 0x72, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70,
|
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -2719,7 +2928,7 @@ func file_userCenter_proto_rawDescGZIP() []byte {
|
|
return file_userCenter_proto_rawDescData
|
|
return file_userCenter_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_userCenter_proto_msgTypes = make([]protoimpl.MessageInfo, 31)
|
|
|
|
|
|
+var file_userCenter_proto_msgTypes = make([]protoimpl.MessageInfo, 34)
|
|
var file_userCenter_proto_goTypes = []interface{}{
|
|
var file_userCenter_proto_goTypes = []interface{}{
|
|
(*EntAuthReq)(nil), // 0: EntAuthReq
|
|
(*EntAuthReq)(nil), // 0: EntAuthReq
|
|
(*EntAuthResp)(nil), // 1: EntAuthResp
|
|
(*EntAuthResp)(nil), // 1: EntAuthResp
|
|
@@ -2748,51 +2957,57 @@ var file_userCenter_proto_goTypes = []interface{}{
|
|
(*Items)(nil), // 24: Items
|
|
(*Items)(nil), // 24: Items
|
|
(*Keys)(nil), // 25: Keys
|
|
(*Keys)(nil), // 25: Keys
|
|
(*UserReq)(nil), // 26: UserReq
|
|
(*UserReq)(nil), // 26: UserReq
|
|
- (*ExamineResp_ExamineData)(nil), // 27: ExamineResp.ExamineData
|
|
|
|
- (*CheckEntRespCheckData)(nil), // 28: CheckEntResp.checkData
|
|
|
|
- (*GetStatusByCodeResp_GetStatusByCode)(nil), // 29: GetStatusByCodeResp.GetStatusByCode
|
|
|
|
- nil, // 30: Subscribe.AreaEntry
|
|
|
|
|
|
+ (*EntUserReq)(nil), // 27: EntUserReq
|
|
|
|
+ (*EntUserResp)(nil), // 28: EntUserResp
|
|
|
|
+ (*EntUser)(nil), // 29: EntUser
|
|
|
|
+ (*ExamineResp_ExamineData)(nil), // 30: ExamineResp.ExamineData
|
|
|
|
+ (*CheckEntRespCheckData)(nil), // 31: CheckEntResp.checkData
|
|
|
|
+ (*GetStatusByCodeResp_GetStatusByCode)(nil), // 32: GetStatusByCodeResp.GetStatusByCode
|
|
|
|
+ nil, // 33: Subscribe.AreaEntry
|
|
}
|
|
}
|
|
var file_userCenter_proto_depIdxs = []int32{
|
|
var file_userCenter_proto_depIdxs = []int32{
|
|
2, // 0: EntAuthResp.data:type_name -> EntAuthData
|
|
2, // 0: EntAuthResp.data:type_name -> EntAuthData
|
|
- 27, // 1: ExamineResp.data:type_name -> ExamineResp.ExamineData
|
|
|
|
|
|
+ 30, // 1: ExamineResp.data:type_name -> ExamineResp.ExamineData
|
|
7, // 2: EntListResp.data:type_name -> EntData
|
|
7, // 2: EntListResp.data:type_name -> EntData
|
|
8, // 3: EntData.list:type_name -> EntList
|
|
8, // 3: EntData.list:type_name -> EntList
|
|
11, // 4: ExamineListResp.data:type_name -> ExamineListData
|
|
11, // 4: ExamineListResp.data:type_name -> ExamineListData
|
|
12, // 5: ExamineListData.list:type_name -> ExamineList
|
|
12, // 5: ExamineListData.list:type_name -> ExamineList
|
|
- 28, // 6: CheckEntResp.data:type_name -> CheckEntResp.checkData
|
|
|
|
|
|
+ 31, // 6: CheckEntResp.data:type_name -> CheckEntResp.checkData
|
|
16, // 7: EntInfoResp.data:type_name -> EntInfoData
|
|
16, // 7: EntInfoResp.data:type_name -> EntInfoData
|
|
- 29, // 8: GetStatusByCodeResp.data:type_name -> GetStatusByCodeResp.GetStatusByCode
|
|
|
|
|
|
+ 32, // 8: GetStatusByCodeResp.data:type_name -> GetStatusByCodeResp.GetStatusByCode
|
|
22, // 9: UserInfo.data:type_name -> Subscribe
|
|
22, // 9: UserInfo.data:type_name -> Subscribe
|
|
- 30, // 10: Subscribe.area:type_name -> Subscribe.AreaEntry
|
|
|
|
|
|
+ 33, // 10: Subscribe.area:type_name -> Subscribe.AreaEntry
|
|
24, // 11: Subscribe.items:type_name -> Items
|
|
24, // 11: Subscribe.items:type_name -> Items
|
|
25, // 12: Items.a_key:type_name -> Keys
|
|
25, // 12: Items.a_key:type_name -> Keys
|
|
- 23, // 13: Subscribe.AreaEntry.value:type_name -> List
|
|
|
|
- 0, // 14: UserCenter.EntAuth:input_type -> EntAuthReq
|
|
|
|
- 3, // 15: UserCenter.EntExamine:input_type -> ExamineReq
|
|
|
|
- 5, // 16: UserCenter.EntList:input_type -> EntListReq
|
|
|
|
- 9, // 17: UserCenter.ExamineList:input_type -> ExamineListReq
|
|
|
|
- 13, // 18: UserCenter.CheckEnt:input_type -> CheckEntReq
|
|
|
|
- 13, // 19: UserCenter.EntInfo:input_type -> CheckEntReq
|
|
|
|
- 17, // 20: UserCenter.EntUpdate:input_type -> EntUpdateReq
|
|
|
|
- 18, // 21: UserCenter.ExamineInfo:input_type -> CheckExamineReq
|
|
|
|
- 19, // 22: UserCenter.GetStatusByCode:input_type -> GetStatusByCodeReq
|
|
|
|
- 26, // 23: UserCenter.GetUserInfo:input_type -> UserReq
|
|
|
|
- 1, // 24: UserCenter.EntAuth:output_type -> EntAuthResp
|
|
|
|
- 4, // 25: UserCenter.EntExamine:output_type -> ExamineResp
|
|
|
|
- 6, // 26: UserCenter.EntList:output_type -> EntListResp
|
|
|
|
- 10, // 27: UserCenter.ExamineList:output_type -> ExamineListResp
|
|
|
|
- 14, // 28: UserCenter.CheckEnt:output_type -> CheckEntResp
|
|
|
|
- 15, // 29: UserCenter.EntInfo:output_type -> EntInfoResp
|
|
|
|
- 4, // 30: UserCenter.EntUpdate:output_type -> ExamineResp
|
|
|
|
- 15, // 31: UserCenter.ExamineInfo:output_type -> EntInfoResp
|
|
|
|
- 20, // 32: UserCenter.GetStatusByCode:output_type -> GetStatusByCodeResp
|
|
|
|
- 21, // 33: UserCenter.GetUserInfo:output_type -> UserInfo
|
|
|
|
- 24, // [24:34] is the sub-list for method output_type
|
|
|
|
- 14, // [14:24] is the sub-list for method input_type
|
|
|
|
- 14, // [14:14] is the sub-list for extension type_name
|
|
|
|
- 14, // [14:14] is the sub-list for extension extendee
|
|
|
|
- 0, // [0:14] is the sub-list for field type_name
|
|
|
|
|
|
+ 29, // 13: EntUserResp.data:type_name -> EntUser
|
|
|
|
+ 23, // 14: Subscribe.AreaEntry.value:type_name -> List
|
|
|
|
+ 0, // 15: UserCenter.EntAuth:input_type -> EntAuthReq
|
|
|
|
+ 3, // 16: UserCenter.EntExamine:input_type -> ExamineReq
|
|
|
|
+ 5, // 17: UserCenter.EntList:input_type -> EntListReq
|
|
|
|
+ 9, // 18: UserCenter.ExamineList:input_type -> ExamineListReq
|
|
|
|
+ 13, // 19: UserCenter.CheckEnt:input_type -> CheckEntReq
|
|
|
|
+ 13, // 20: UserCenter.EntInfo:input_type -> CheckEntReq
|
|
|
|
+ 17, // 21: UserCenter.EntUpdate:input_type -> EntUpdateReq
|
|
|
|
+ 18, // 22: UserCenter.ExamineInfo:input_type -> CheckExamineReq
|
|
|
|
+ 19, // 23: UserCenter.GetStatusByCode:input_type -> GetStatusByCodeReq
|
|
|
|
+ 26, // 24: UserCenter.GetUserInfo:input_type -> UserReq
|
|
|
|
+ 27, // 25: UserCenter.GetEntUserInfo:input_type -> EntUserReq
|
|
|
|
+ 1, // 26: UserCenter.EntAuth:output_type -> EntAuthResp
|
|
|
|
+ 4, // 27: UserCenter.EntExamine:output_type -> ExamineResp
|
|
|
|
+ 6, // 28: UserCenter.EntList:output_type -> EntListResp
|
|
|
|
+ 10, // 29: UserCenter.ExamineList:output_type -> ExamineListResp
|
|
|
|
+ 14, // 30: UserCenter.CheckEnt:output_type -> CheckEntResp
|
|
|
|
+ 15, // 31: UserCenter.EntInfo:output_type -> EntInfoResp
|
|
|
|
+ 4, // 32: UserCenter.EntUpdate:output_type -> ExamineResp
|
|
|
|
+ 15, // 33: UserCenter.ExamineInfo:output_type -> EntInfoResp
|
|
|
|
+ 20, // 34: UserCenter.GetStatusByCode:output_type -> GetStatusByCodeResp
|
|
|
|
+ 21, // 35: UserCenter.GetUserInfo:output_type -> UserInfo
|
|
|
|
+ 28, // 36: UserCenter.GetEntUserInfo:output_type -> EntUserResp
|
|
|
|
+ 26, // [26:37] is the sub-list for method output_type
|
|
|
|
+ 15, // [15:26] is the sub-list for method input_type
|
|
|
|
+ 15, // [15:15] is the sub-list for extension type_name
|
|
|
|
+ 15, // [15:15] is the sub-list for extension extendee
|
|
|
|
+ 0, // [0:15] is the sub-list for field type_name
|
|
}
|
|
}
|
|
|
|
|
|
func init() { file_userCenter_proto_init() }
|
|
func init() { file_userCenter_proto_init() }
|
|
@@ -3126,7 +3341,7 @@ func file_userCenter_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_userCenter_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
file_userCenter_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*ExamineResp_ExamineData); i {
|
|
|
|
|
|
+ switch v := v.(*EntUserReq); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3138,7 +3353,7 @@ func file_userCenter_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_userCenter_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
file_userCenter_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*CheckEntRespCheckData); i {
|
|
|
|
|
|
+ switch v := v.(*EntUserResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3150,6 +3365,42 @@ func file_userCenter_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_userCenter_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
file_userCenter_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*EntUser); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_userCenter_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*ExamineResp_ExamineData); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_userCenter_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*CheckEntRespCheckData); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_userCenter_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetStatusByCodeResp_GetStatusByCode); i {
|
|
switch v := v.(*GetStatusByCodeResp_GetStatusByCode); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
@@ -3168,7 +3419,7 @@ func file_userCenter_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_userCenter_proto_rawDesc,
|
|
RawDescriptor: file_userCenter_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
- NumMessages: 31,
|
|
|
|
|
|
+ NumMessages: 34,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|