|
@@ -1216,6 +1216,387 @@ func (x *CheckEntResp) GetData() *CheckEntRespCheckData {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+type EntInfoResp 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 *EntInfoData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` //列表
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoResp) Reset() {
|
|
|
+ *x = EntInfoResp{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_userCenter_proto_msgTypes[15]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*EntInfoResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *EntInfoResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_userCenter_proto_msgTypes[15]
|
|
|
+ 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 EntInfoResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*EntInfoResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{15}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoResp) GetErrorCode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrorCode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoResp) GetErrorMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrorMsg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoResp) GetData() *EntInfoData {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type EntInfoData struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` //名称
|
|
|
+ AreaNumber string `protobuf:"bytes,2,opt,name=areaNumber,proto3" json:"areaNumber,omitempty"` //区域代码
|
|
|
+ ContactPerson string `protobuf:"bytes,3,opt,name=contactPerson,proto3" json:"contactPerson,omitempty"` //联系人
|
|
|
+ ContactPhone string `protobuf:"bytes,4,opt,name=contactPhone,proto3" json:"contactPhone,omitempty"` //联系电话
|
|
|
+ AuthState int64 `protobuf:"varint,5,opt,name=authState,proto3" json:"authState,omitempty"` //0未认证 1已认证
|
|
|
+ Industry string `protobuf:"bytes,6,opt,name=industry,proto3" json:"industry,omitempty"` //行业
|
|
|
+ CompanyType int64 `protobuf:"varint,7,opt,name=companyType,proto3" json:"companyType,omitempty"` //1-事业单位 0-企业
|
|
|
+ CreditCode string `protobuf:"bytes,8,opt,name=creditCode,proto3" json:"creditCode,omitempty"` //统一社会信用代码
|
|
|
+ LegalPerson string `protobuf:"bytes,9,opt,name=legalPerson,proto3" json:"legalPerson,omitempty"` //法人姓名
|
|
|
+ Business string `protobuf:"bytes,10,opt,name=business,proto3" json:"business,omitempty"` //营业执照
|
|
|
+ OfficialLetter string `protobuf:"bytes,11,opt,name=officialLetter,proto3" json:"officialLetter,omitempty"` //认证公函
|
|
|
+ OrganizationType int64 `protobuf:"varint,12,opt,name=organizationType,proto3" json:"organizationType,omitempty"` //1企业 2党政机关事业单位及其他
|
|
|
+ AuthType int64 `protobuf:"varint,13,opt,name=authType,proto3" json:"authType,omitempty"` //1待审核 2审核通过 3审核不通过
|
|
|
+ ForzenStatus int64 `protobuf:"varint,14,opt,name=forzenStatus,proto3" json:"forzenStatus,omitempty"` //1冻结 0未冻结
|
|
|
+ AuditUser string `protobuf:"bytes,15,opt,name=auditUser,proto3" json:"auditUser,omitempty"` //审核人
|
|
|
+ AuditTime string `protobuf:"bytes,16,opt,name=auditTime,proto3" json:"auditTime,omitempty"` //审核时间
|
|
|
+ CreateTime string `protobuf:"bytes,17,opt,name=createTime,proto3" json:"createTime,omitempty"` //创建时间
|
|
|
+ AuthStartTime string `protobuf:"bytes,18,opt,name=authStartTime,proto3" json:"authStartTime,omitempty"` //认证开始时间
|
|
|
+ AuthEndTime string `protobuf:"bytes,19,opt,name=authEndTime,proto3" json:"authEndTime,omitempty"` //认证截止时间
|
|
|
+ AuthReason string `protobuf:"bytes,20,opt,name=authReason,proto3" json:"authReason,omitempty"` //审核原因
|
|
|
+ AuthTime string `protobuf:"bytes,21,opt,name=authTime,proto3" json:"authTime,omitempty"` //申请时间
|
|
|
+ RegPhone string `protobuf:"bytes,22,opt,name=regPhone,proto3" json:"regPhone,omitempty"` //注册人手机号
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) Reset() {
|
|
|
+ *x = EntInfoData{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_userCenter_proto_msgTypes[16]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*EntInfoData) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *EntInfoData) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_userCenter_proto_msgTypes[16]
|
|
|
+ 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 EntInfoData.ProtoReflect.Descriptor instead.
|
|
|
+func (*EntInfoData) Descriptor() ([]byte, []int) {
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{16}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAreaNumber() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AreaNumber
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetContactPerson() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ContactPerson
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetContactPhone() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ContactPhone
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAuthState() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.AuthState
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetIndustry() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Industry
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetCompanyType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.CompanyType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetCreditCode() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreditCode
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetLegalPerson() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.LegalPerson
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetBusiness() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Business
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetOfficialLetter() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.OfficialLetter
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetOrganizationType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.OrganizationType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAuthType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.AuthType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetForzenStatus() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ForzenStatus
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAuditUser() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AuditUser
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAuditTime() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AuditTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetCreateTime() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreateTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAuthStartTime() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AuthStartTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAuthEndTime() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AuthEndTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAuthReason() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AuthReason
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetAuthTime() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AuthTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntInfoData) GetRegPhone() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.RegPhone
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type EntUpdateReq struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"` //企业id
|
|
|
+ UpdateType int64 `protobuf:"varint,2,opt,name=updateType,proto3" json:"updateType,omitempty"` //1-冻结 2-解冻
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntUpdateReq) Reset() {
|
|
|
+ *x = EntUpdateReq{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_userCenter_proto_msgTypes[17]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntUpdateReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*EntUpdateReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *EntUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_userCenter_proto_msgTypes[17]
|
|
|
+ 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 EntUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*EntUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{17}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntUpdateReq) GetEntId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EntId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *EntUpdateReq) GetUpdateType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.UpdateType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+//审核详情入参
|
|
|
+type CheckExamineReq struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ ExamineId int64 `protobuf:"varint,1,opt,name=examineId,proto3" json:"examineId,omitempty"` //审核id
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CheckExamineReq) Reset() {
|
|
|
+ *x = CheckExamineReq{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_userCenter_proto_msgTypes[18]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CheckExamineReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*CheckExamineReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *CheckExamineReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_userCenter_proto_msgTypes[18]
|
|
|
+ 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 CheckExamineReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*CheckExamineReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{18}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CheckExamineReq) GetExamineId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ExamineId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
type ExamineResp_ExamineData struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1227,7 +1608,7 @@ type ExamineResp_ExamineData struct {
|
|
|
func (x *ExamineResp_ExamineData) Reset() {
|
|
|
*x = ExamineResp_ExamineData{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_userCenter_proto_msgTypes[15]
|
|
|
+ mi := &file_userCenter_proto_msgTypes[19]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1240,7 +1621,7 @@ func (x *ExamineResp_ExamineData) String() string {
|
|
|
func (*ExamineResp_ExamineData) ProtoMessage() {}
|
|
|
|
|
|
func (x *ExamineResp_ExamineData) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_userCenter_proto_msgTypes[15]
|
|
|
+ mi := &file_userCenter_proto_msgTypes[19]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1275,7 +1656,7 @@ type CheckEntRespCheckData struct {
|
|
|
func (x *CheckEntRespCheckData) Reset() {
|
|
|
*x = CheckEntRespCheckData{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_userCenter_proto_msgTypes[16]
|
|
|
+ mi := &file_userCenter_proto_msgTypes[20]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1288,7 +1669,7 @@ func (x *CheckEntRespCheckData) String() string {
|
|
|
func (*CheckEntRespCheckData) ProtoMessage() {}
|
|
|
|
|
|
func (x *CheckEntRespCheckData) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_userCenter_proto_msgTypes[16]
|
|
|
+ mi := &file_userCenter_proto_msgTypes[20]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1484,22 +1865,90 @@ var file_userCenter_proto_rawDesc = []byte{
|
|
|
0x75, 0x74, 0x68, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
0x0a, 0x61, 0x75, 0x74, 0x68, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x66,
|
|
|
0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x0c, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32,
|
|
|
- 0xdc, 0x01, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 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, 0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68,
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x0a, 0x45, 0x6e, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x69,
|
|
|
- 0x6e, 0x65, 0x12, 0x0b, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x0c, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a,
|
|
|
- 0x07, 0x45, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0b, 0x2e, 0x45, 0x6e, 0x74, 0x4c, 0x69,
|
|
|
- 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x12, 0x30, 0x0a, 0x0b, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69,
|
|
|
- 0x73, 0x74, 0x12, 0x0f, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74,
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73,
|
|
|
- 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x08, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e,
|
|
|
- 0x74, 0x12, 0x0c, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x0d, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06,
|
|
|
- 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x03, 0x52, 0x0c, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22,
|
|
|
+ 0x6b, 0x0a, 0x0b, 0x45, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 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, 0x20, 0x0a, 0x04, 0x64, 0x61,
|
|
|
+ 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x49, 0x6e,
|
|
|
+ 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xd5, 0x05, 0x0a,
|
|
|
+ 0x0b, 0x45, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04,
|
|
|
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
+ 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x72, 0x65, 0x61, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x72, 0x65, 0x61, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
|
|
|
+ 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x50, 0x65, 0x72, 0x73, 0x6f,
|
|
|
+ 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74,
|
|
|
+ 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63,
|
|
|
+ 0x74, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f,
|
|
|
+ 0x6e, 0x74, 0x61, 0x63, 0x74, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x75,
|
|
|
+ 0x74, 0x68, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61,
|
|
|
+ 0x75, 0x74, 0x68, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x64, 0x75,
|
|
|
+ 0x73, 0x74, 0x72, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x64, 0x75,
|
|
|
+ 0x73, 0x74, 0x72, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x54,
|
|
|
+ 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61,
|
|
|
+ 0x6e, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74,
|
|
|
+ 0x43, 0x6f, 0x64, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x64,
|
|
|
+ 0x69, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x50,
|
|
|
+ 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x65, 0x67,
|
|
|
+ 0x61, 0x6c, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x73, 0x69,
|
|
|
+ 0x6e, 0x65, 0x73, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x75, 0x73, 0x69,
|
|
|
+ 0x6e, 0x65, 0x73, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c,
|
|
|
+ 0x4c, 0x65, 0x74, 0x74, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x66,
|
|
|
+ 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x65, 0x74, 0x74, 0x65, 0x72, 0x12, 0x2a, 0x0a, 0x10,
|
|
|
+ 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
|
|
|
+ 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
|
|
|
+ 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x75, 0x74, 0x68,
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x61, 0x75, 0x74, 0x68,
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x6f, 0x72, 0x7a, 0x65, 0x6e, 0x53, 0x74,
|
|
|
+ 0x61, 0x74, 0x75, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x66, 0x6f, 0x72, 0x7a,
|
|
|
+ 0x65, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x75, 0x64, 0x69,
|
|
|
+ 0x74, 0x55, 0x73, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x75, 0x64,
|
|
|
+ 0x69, 0x74, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x75, 0x64, 0x69, 0x74, 0x54,
|
|
|
+ 0x69, 0x6d, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x75, 0x64, 0x69, 0x74,
|
|
|
+ 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69,
|
|
|
+ 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
|
+ 0x54, 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x75, 0x74, 0x68, 0x53, 0x74, 0x61, 0x72,
|
|
|
+ 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x75, 0x74,
|
|
|
+ 0x68, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75,
|
|
|
+ 0x74, 0x68, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
+ 0x0b, 0x61, 0x75, 0x74, 0x68, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
+ 0x61, 0x75, 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x0a, 0x61, 0x75, 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08,
|
|
|
+ 0x61, 0x75, 0x74, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
|
+ 0x61, 0x75, 0x74, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x67, 0x50,
|
|
|
+ 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x67, 0x50,
|
|
|
+ 0x68, 0x6f, 0x6e, 0x65, 0x22, 0x44, 0x0a, 0x0c, 0x45, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
|
+ 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70,
|
|
|
+ 0x64, 0x61, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a,
|
|
|
+ 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0x2f, 0x0a, 0x0f, 0x43, 0x68,
|
|
|
+ 0x65, 0x63, 0x6b, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a,
|
|
|
+ 0x09, 0x65, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
+ 0x52, 0x09, 0x65, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x32, 0xdc, 0x02, 0x0a, 0x0a,
|
|
|
+ 0x55, 0x73, 0x65, 0x72, 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, 0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x73, 0x70,
|
|
|
+ 0x12, 0x27, 0x0a, 0x0a, 0x45, 0x6e, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x12, 0x0b,
|
|
|
+ 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x78,
|
|
|
+ 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x07, 0x45, 0x6e, 0x74,
|
|
|
+ 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0b, 0x2e, 0x45, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
+ 0x30, 0x0a, 0x0b, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0f,
|
|
|
+ 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x10, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
|
|
|
+ 0x70, 0x12, 0x27, 0x0a, 0x08, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x12, 0x0c, 0x2e,
|
|
|
+ 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0d, 0x2e, 0x43, 0x68,
|
|
|
+ 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x07, 0x45, 0x6e,
|
|
|
+ 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0c, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74,
|
|
|
+ 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
|
|
|
+ 0x70, 0x12, 0x28, 0x0a, 0x09, 0x45, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x0d,
|
|
|
+ 0x2e, 0x45, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e,
|
|
|
+ 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0b, 0x45,
|
|
|
+ 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x2e, 0x43, 0x68, 0x65,
|
|
|
+ 0x63, 0x6b, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45,
|
|
|
+ 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f,
|
|
|
+ 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -1514,7 +1963,7 @@ func file_userCenter_proto_rawDescGZIP() []byte {
|
|
|
return file_userCenter_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_userCenter_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
|
|
|
+var file_userCenter_proto_msgTypes = make([]protoimpl.MessageInfo, 21)
|
|
|
var file_userCenter_proto_goTypes = []interface{}{
|
|
|
(*EntAuthReq)(nil), // 0: EntAuthReq
|
|
|
(*EntAuthResp)(nil), // 1: EntAuthResp
|
|
@@ -1531,32 +1980,43 @@ var file_userCenter_proto_goTypes = []interface{}{
|
|
|
(*ExamineList)(nil), // 12: ExamineList
|
|
|
(*CheckEntReq)(nil), // 13: CheckEntReq
|
|
|
(*CheckEntResp)(nil), // 14: CheckEntResp
|
|
|
- (*ExamineResp_ExamineData)(nil), // 15: ExamineResp.ExamineData
|
|
|
- (*CheckEntRespCheckData)(nil), // 16: CheckEntResp.checkData
|
|
|
+ (*EntInfoResp)(nil), // 15: EntInfoResp
|
|
|
+ (*EntInfoData)(nil), // 16: EntInfoData
|
|
|
+ (*EntUpdateReq)(nil), // 17: EntUpdateReq
|
|
|
+ (*CheckExamineReq)(nil), // 18: CheckExamineReq
|
|
|
+ (*ExamineResp_ExamineData)(nil), // 19: ExamineResp.ExamineData
|
|
|
+ (*CheckEntRespCheckData)(nil), // 20: CheckEntResp.checkData
|
|
|
}
|
|
|
var file_userCenter_proto_depIdxs = []int32{
|
|
|
2, // 0: EntAuthResp.data:type_name -> EntAuthData
|
|
|
- 15, // 1: ExamineResp.data:type_name -> ExamineResp.ExamineData
|
|
|
+ 19, // 1: ExamineResp.data:type_name -> ExamineResp.ExamineData
|
|
|
7, // 2: EntListResp.data:type_name -> EntData
|
|
|
8, // 3: EntData.list:type_name -> EntList
|
|
|
11, // 4: ExamineListResp.data:type_name -> ExamineListData
|
|
|
12, // 5: ExamineListData.list:type_name -> ExamineList
|
|
|
- 16, // 6: CheckEntResp.data:type_name -> CheckEntResp.checkData
|
|
|
- 0, // 7: UserCenter.EntAuth:input_type -> EntAuthReq
|
|
|
- 3, // 8: UserCenter.EntExamine:input_type -> ExamineReq
|
|
|
- 5, // 9: UserCenter.EntList:input_type -> EntListReq
|
|
|
- 9, // 10: UserCenter.ExamineList:input_type -> ExamineListReq
|
|
|
- 13, // 11: UserCenter.CheckEnt:input_type -> CheckEntReq
|
|
|
- 1, // 12: UserCenter.EntAuth:output_type -> EntAuthResp
|
|
|
- 4, // 13: UserCenter.EntExamine:output_type -> ExamineResp
|
|
|
- 6, // 14: UserCenter.EntList:output_type -> EntListResp
|
|
|
- 10, // 15: UserCenter.ExamineList:output_type -> ExamineListResp
|
|
|
- 14, // 16: UserCenter.CheckEnt:output_type -> CheckEntResp
|
|
|
- 12, // [12:17] is the sub-list for method output_type
|
|
|
- 7, // [7:12] is the sub-list for method input_type
|
|
|
- 7, // [7:7] is the sub-list for extension type_name
|
|
|
- 7, // [7:7] is the sub-list for extension extendee
|
|
|
- 0, // [0:7] is the sub-list for field type_name
|
|
|
+ 20, // 6: CheckEntResp.data:type_name -> CheckEntResp.checkData
|
|
|
+ 16, // 7: EntInfoResp.data:type_name -> EntInfoData
|
|
|
+ 0, // 8: UserCenter.EntAuth:input_type -> EntAuthReq
|
|
|
+ 3, // 9: UserCenter.EntExamine:input_type -> ExamineReq
|
|
|
+ 5, // 10: UserCenter.EntList:input_type -> EntListReq
|
|
|
+ 9, // 11: UserCenter.ExamineList:input_type -> ExamineListReq
|
|
|
+ 13, // 12: UserCenter.CheckEnt:input_type -> CheckEntReq
|
|
|
+ 13, // 13: UserCenter.EntInfo:input_type -> CheckEntReq
|
|
|
+ 17, // 14: UserCenter.EntUpdate:input_type -> EntUpdateReq
|
|
|
+ 18, // 15: UserCenter.ExamineInfo:input_type -> CheckExamineReq
|
|
|
+ 1, // 16: UserCenter.EntAuth:output_type -> EntAuthResp
|
|
|
+ 4, // 17: UserCenter.EntExamine:output_type -> ExamineResp
|
|
|
+ 6, // 18: UserCenter.EntList:output_type -> EntListResp
|
|
|
+ 10, // 19: UserCenter.ExamineList:output_type -> ExamineListResp
|
|
|
+ 14, // 20: UserCenter.CheckEnt:output_type -> CheckEntResp
|
|
|
+ 15, // 21: UserCenter.EntInfo:output_type -> EntInfoResp
|
|
|
+ 4, // 22: UserCenter.EntUpdate:output_type -> ExamineResp
|
|
|
+ 15, // 23: UserCenter.ExamineInfo:output_type -> EntInfoResp
|
|
|
+ 16, // [16:24] is the sub-list for method output_type
|
|
|
+ 8, // [8:16] is the sub-list for method input_type
|
|
|
+ 8, // [8:8] is the sub-list for extension type_name
|
|
|
+ 8, // [8:8] is the sub-list for extension extendee
|
|
|
+ 0, // [0:8] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
func init() { file_userCenter_proto_init() }
|
|
@@ -1746,7 +2206,7 @@ func file_userCenter_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_userCenter_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ExamineResp_ExamineData); i {
|
|
|
+ switch v := v.(*EntInfoResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -1758,6 +2218,54 @@ func file_userCenter_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_userCenter_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*EntInfoData); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_userCenter_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*EntUpdateReq); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_userCenter_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*CheckExamineReq); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_userCenter_proto_msgTypes[19].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[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CheckEntRespCheckData); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1776,7 +2284,7 @@ func file_userCenter_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_userCenter_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 17,
|
|
|
+ NumMessages: 21,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|