// Code generated by protoc-gen-go. DO NOT EDIT. // source: supplier.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type RegisterRequest struct { // 供应商名称 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` // 统一社会信用码 SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"` // 法定代表人 LegalPerson string `protobuf:"bytes,3,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"` // 所属 EnterpriseLocation int32 `protobuf:"varint,4,opt,name=enterprise_location,json=enterpriseLocation,proto3" json:"enterprise_location"` // 证件号 IdCert string `protobuf:"bytes,5,opt,name=id_cert,json=idCert,proto3" json:"id_cert"` // 营业执照 BusinessLicense []string `protobuf:"bytes,6,rep,name=business_license,json=businessLicense,proto3" json:"business_license"` // 诚信经营承诺书 IntegrityManagementLetter []string `protobuf:"bytes,7,rep,name=integrity_management_letter,json=integrityManagementLetter,proto3" json:"integrity_management_letter"` // 法人授权书 LegalPersonLetter []string `protobuf:"bytes,8,rep,name=legal_person_letter,json=legalPersonLetter,proto3" json:"legal_person_letter"` // 业务负责人任命书 BusinessResponsibleLetter []string `protobuf:"bytes,9,rep,name=business_responsible_letter,json=businessResponsibleLetter,proto3" json:"business_responsible_letter"` // 用户名 UserName string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3" json:"user_name"` // 密码 Passwd string `protobuf:"bytes,11,opt,name=passwd,proto3" json:"passwd"` // 业务联系人 BusinessContact string `protobuf:"bytes,12,opt,name=business_contact,json=businessContact,proto3" json:"business_contact"` // 业务联系人电话 BusinessContactPhone string `protobuf:"bytes,13,opt,name=business_contact_phone,json=businessContactPhone,proto3" json:"business_contact_phone"` // 业务负责人 BusinessResponsible string `protobuf:"bytes,14,opt,name=business_responsible,json=businessResponsible,proto3" json:"business_responsible"` // 业务负责人电话 BusinessResponsiblePhone string `protobuf:"bytes,15,opt,name=business_responsible_phone,json=businessResponsiblePhone,proto3" json:"business_responsible_phone"` EmergencyContact string `protobuf:"bytes,16,opt,name=emergency_contact,json=emergencyContact,proto3" json:"emergency_contact"` EmergencyContactPhone string `protobuf:"bytes,17,opt,name=emergency_contact_phone,json=emergencyContactPhone,proto3" json:"emergency_contact_phone"` Vcode uint32 `protobuf:"varint,19,opt,name=vcode,proto3" json:"vcode"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *RegisterRequest) Reset() { *m = RegisterRequest{} } func (m *RegisterRequest) String() string { return proto.CompactTextString(m) } func (*RegisterRequest) ProtoMessage() {} func (*RegisterRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{0} } func (m *RegisterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegisterRequest.Unmarshal(m, b) } func (m *RegisterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_RegisterRequest.Marshal(b, m, deterministic) } func (m *RegisterRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_RegisterRequest.Merge(m, src) } func (m *RegisterRequest) XXX_Size() int { return xxx_messageInfo_RegisterRequest.Size(m) } func (m *RegisterRequest) XXX_DiscardUnknown() { xxx_messageInfo_RegisterRequest.DiscardUnknown(m) } var xxx_messageInfo_RegisterRequest proto.InternalMessageInfo func (m *RegisterRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *RegisterRequest) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *RegisterRequest) GetLegalPerson() string { if m != nil { return m.LegalPerson } return "" } func (m *RegisterRequest) GetEnterpriseLocation() int32 { if m != nil { return m.EnterpriseLocation } return 0 } func (m *RegisterRequest) GetIdCert() string { if m != nil { return m.IdCert } return "" } func (m *RegisterRequest) GetBusinessLicense() []string { if m != nil { return m.BusinessLicense } return nil } func (m *RegisterRequest) GetIntegrityManagementLetter() []string { if m != nil { return m.IntegrityManagementLetter } return nil } func (m *RegisterRequest) GetLegalPersonLetter() []string { if m != nil { return m.LegalPersonLetter } return nil } func (m *RegisterRequest) GetBusinessResponsibleLetter() []string { if m != nil { return m.BusinessResponsibleLetter } return nil } func (m *RegisterRequest) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *RegisterRequest) GetPasswd() string { if m != nil { return m.Passwd } return "" } func (m *RegisterRequest) GetBusinessContact() string { if m != nil { return m.BusinessContact } return "" } func (m *RegisterRequest) GetBusinessContactPhone() string { if m != nil { return m.BusinessContactPhone } return "" } func (m *RegisterRequest) GetBusinessResponsible() string { if m != nil { return m.BusinessResponsible } return "" } func (m *RegisterRequest) GetBusinessResponsiblePhone() string { if m != nil { return m.BusinessResponsiblePhone } return "" } func (m *RegisterRequest) GetEmergencyContact() string { if m != nil { return m.EmergencyContact } return "" } func (m *RegisterRequest) GetEmergencyContactPhone() string { if m != nil { return m.EmergencyContactPhone } return "" } func (m *RegisterRequest) GetVcode() uint32 { if m != nil { return m.Vcode } return 0 } type RegisterReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *RegisterReply) Reset() { *m = RegisterReply{} } func (m *RegisterReply) String() string { return proto.CompactTextString(m) } func (*RegisterReply) ProtoMessage() {} func (*RegisterReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{1} } func (m *RegisterReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegisterReply.Unmarshal(m, b) } func (m *RegisterReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_RegisterReply.Marshal(b, m, deterministic) } func (m *RegisterReply) XXX_Merge(src proto.Message) { xxx_messageInfo_RegisterReply.Merge(m, src) } func (m *RegisterReply) XXX_Size() int { return xxx_messageInfo_RegisterReply.Size(m) } func (m *RegisterReply) XXX_DiscardUnknown() { xxx_messageInfo_RegisterReply.DiscardUnknown(m) } var xxx_messageInfo_RegisterReply proto.InternalMessageInfo type LoginRequest struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LoginRequest) Reset() { *m = LoginRequest{} } func (m *LoginRequest) String() string { return proto.CompactTextString(m) } func (*LoginRequest) ProtoMessage() {} func (*LoginRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{2} } func (m *LoginRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginRequest.Unmarshal(m, b) } func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LoginRequest.Marshal(b, m, deterministic) } func (m *LoginRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_LoginRequest.Merge(m, src) } func (m *LoginRequest) XXX_Size() int { return xxx_messageInfo_LoginRequest.Size(m) } func (m *LoginRequest) XXX_DiscardUnknown() { xxx_messageInfo_LoginRequest.DiscardUnknown(m) } var xxx_messageInfo_LoginRequest proto.InternalMessageInfo func (m *LoginRequest) GetUser() string { if m != nil { return m.User } return "" } func (m *LoginRequest) GetPassword() string { if m != nil { return m.Password } return "" } type LoginReply struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LoginReply) Reset() { *m = LoginReply{} } func (m *LoginReply) String() string { return proto.CompactTextString(m) } func (*LoginReply) ProtoMessage() {} func (*LoginReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{3} } func (m *LoginReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginReply.Unmarshal(m, b) } func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LoginReply.Marshal(b, m, deterministic) } func (m *LoginReply) XXX_Merge(src proto.Message) { xxx_messageInfo_LoginReply.Merge(m, src) } func (m *LoginReply) XXX_Size() int { return xxx_messageInfo_LoginReply.Size(m) } func (m *LoginReply) XXX_DiscardUnknown() { xxx_messageInfo_LoginReply.DiscardUnknown(m) } var xxx_messageInfo_LoginReply proto.InternalMessageInfo func (m *LoginReply) GetUid() int64 { if m != nil { return m.Uid } return 0 } type PublicityRequest struct { DeviceCode int32 `protobuf:"varint,1,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PublicityRequest) Reset() { *m = PublicityRequest{} } func (m *PublicityRequest) String() string { return proto.CompactTextString(m) } func (*PublicityRequest) ProtoMessage() {} func (*PublicityRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{4} } func (m *PublicityRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicityRequest.Unmarshal(m, b) } func (m *PublicityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PublicityRequest.Marshal(b, m, deterministic) } func (m *PublicityRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PublicityRequest.Merge(m, src) } func (m *PublicityRequest) XXX_Size() int { return xxx_messageInfo_PublicityRequest.Size(m) } func (m *PublicityRequest) XXX_DiscardUnknown() { xxx_messageInfo_PublicityRequest.DiscardUnknown(m) } var xxx_messageInfo_PublicityRequest proto.InternalMessageInfo func (m *PublicityRequest) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } func (m *PublicityRequest) GetProvider() string { if m != nil { return m.Provider } return "" } type PublicityDeviceTypeItem struct { TypeCode int32 `protobuf:"varint,1,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,2,opt,name=type_name,json=typeName,proto3" json:"type_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PublicityDeviceTypeItem) Reset() { *m = PublicityDeviceTypeItem{} } func (m *PublicityDeviceTypeItem) String() string { return proto.CompactTextString(m) } func (*PublicityDeviceTypeItem) ProtoMessage() {} func (*PublicityDeviceTypeItem) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{5} } func (m *PublicityDeviceTypeItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicityDeviceTypeItem.Unmarshal(m, b) } func (m *PublicityDeviceTypeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PublicityDeviceTypeItem.Marshal(b, m, deterministic) } func (m *PublicityDeviceTypeItem) XXX_Merge(src proto.Message) { xxx_messageInfo_PublicityDeviceTypeItem.Merge(m, src) } func (m *PublicityDeviceTypeItem) XXX_Size() int { return xxx_messageInfo_PublicityDeviceTypeItem.Size(m) } func (m *PublicityDeviceTypeItem) XXX_DiscardUnknown() { xxx_messageInfo_PublicityDeviceTypeItem.DiscardUnknown(m) } var xxx_messageInfo_PublicityDeviceTypeItem proto.InternalMessageInfo func (m *PublicityDeviceTypeItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *PublicityDeviceTypeItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } type PublicityItem struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"` Devices []*PublicityDeviceTypeItem `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PublicityItem) Reset() { *m = PublicityItem{} } func (m *PublicityItem) String() string { return proto.CompactTextString(m) } func (*PublicityItem) ProtoMessage() {} func (*PublicityItem) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{6} } func (m *PublicityItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicityItem.Unmarshal(m, b) } func (m *PublicityItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PublicityItem.Marshal(b, m, deterministic) } func (m *PublicityItem) XXX_Merge(src proto.Message) { xxx_messageInfo_PublicityItem.Merge(m, src) } func (m *PublicityItem) XXX_Size() int { return xxx_messageInfo_PublicityItem.Size(m) } func (m *PublicityItem) XXX_DiscardUnknown() { xxx_messageInfo_PublicityItem.DiscardUnknown(m) } var xxx_messageInfo_PublicityItem proto.InternalMessageInfo func (m *PublicityItem) GetName() string { if m != nil { return m.Name } return "" } func (m *PublicityItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *PublicityItem) GetDevices() []*PublicityDeviceTypeItem { if m != nil { return m.Devices } return nil } type PublicityReply struct { List []*PublicityItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PublicityReply) Reset() { *m = PublicityReply{} } func (m *PublicityReply) String() string { return proto.CompactTextString(m) } func (*PublicityReply) ProtoMessage() {} func (*PublicityReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{7} } func (m *PublicityReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicityReply.Unmarshal(m, b) } func (m *PublicityReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PublicityReply.Marshal(b, m, deterministic) } func (m *PublicityReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PublicityReply.Merge(m, src) } func (m *PublicityReply) XXX_Size() int { return xxx_messageInfo_PublicityReply.Size(m) } func (m *PublicityReply) XXX_DiscardUnknown() { xxx_messageInfo_PublicityReply.DiscardUnknown(m) } var xxx_messageInfo_PublicityReply proto.InternalMessageInfo func (m *PublicityReply) GetList() []*PublicityItem { if m != nil { return m.List } return nil } type SetPasswdRequest struct { Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"` Passwd string `protobuf:"bytes,1,opt,name=passwd,proto3" json:"passwd"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SetPasswdRequest) Reset() { *m = SetPasswdRequest{} } func (m *SetPasswdRequest) String() string { return proto.CompactTextString(m) } func (*SetPasswdRequest) ProtoMessage() {} func (*SetPasswdRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{8} } func (m *SetPasswdRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetPasswdRequest.Unmarshal(m, b) } func (m *SetPasswdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SetPasswdRequest.Marshal(b, m, deterministic) } func (m *SetPasswdRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SetPasswdRequest.Merge(m, src) } func (m *SetPasswdRequest) XXX_Size() int { return xxx_messageInfo_SetPasswdRequest.Size(m) } func (m *SetPasswdRequest) XXX_DiscardUnknown() { xxx_messageInfo_SetPasswdRequest.DiscardUnknown(m) } var xxx_messageInfo_SetPasswdRequest proto.InternalMessageInfo func (m *SetPasswdRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *SetPasswdRequest) GetPasswd() string { if m != nil { return m.Passwd } return "" } type SetPasswdReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SetPasswdReply) Reset() { *m = SetPasswdReply{} } func (m *SetPasswdReply) String() string { return proto.CompactTextString(m) } func (*SetPasswdReply) ProtoMessage() {} func (*SetPasswdReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{9} } func (m *SetPasswdReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetPasswdReply.Unmarshal(m, b) } func (m *SetPasswdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SetPasswdReply.Marshal(b, m, deterministic) } func (m *SetPasswdReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SetPasswdReply.Merge(m, src) } func (m *SetPasswdReply) XXX_Size() int { return xxx_messageInfo_SetPasswdReply.Size(m) } func (m *SetPasswdReply) XXX_DiscardUnknown() { xxx_messageInfo_SetPasswdReply.DiscardUnknown(m) } var xxx_messageInfo_SetPasswdReply proto.InternalMessageInfo type ProviderApproveStatusRequest struct { SocialCode string `protobuf:"bytes,1,opt,name=social_code,json=socialCode,proto3" json:"social_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProviderApproveStatusRequest) Reset() { *m = ProviderApproveStatusRequest{} } func (m *ProviderApproveStatusRequest) String() string { return proto.CompactTextString(m) } func (*ProviderApproveStatusRequest) ProtoMessage() {} func (*ProviderApproveStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{10} } func (m *ProviderApproveStatusRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProviderApproveStatusRequest.Unmarshal(m, b) } func (m *ProviderApproveStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProviderApproveStatusRequest.Marshal(b, m, deterministic) } func (m *ProviderApproveStatusRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProviderApproveStatusRequest.Merge(m, src) } func (m *ProviderApproveStatusRequest) XXX_Size() int { return xxx_messageInfo_ProviderApproveStatusRequest.Size(m) } func (m *ProviderApproveStatusRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProviderApproveStatusRequest.DiscardUnknown(m) } var xxx_messageInfo_ProviderApproveStatusRequest proto.InternalMessageInfo func (m *ProviderApproveStatusRequest) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } type ProviderApproveStatusReply struct { Feedback string `protobuf:"bytes,1,opt,name=feedback,proto3" json:"feedback"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` ApproveTime string `protobuf:"bytes,3,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProviderApproveStatusReply) Reset() { *m = ProviderApproveStatusReply{} } func (m *ProviderApproveStatusReply) String() string { return proto.CompactTextString(m) } func (*ProviderApproveStatusReply) ProtoMessage() {} func (*ProviderApproveStatusReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{11} } func (m *ProviderApproveStatusReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProviderApproveStatusReply.Unmarshal(m, b) } func (m *ProviderApproveStatusReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProviderApproveStatusReply.Marshal(b, m, deterministic) } func (m *ProviderApproveStatusReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProviderApproveStatusReply.Merge(m, src) } func (m *ProviderApproveStatusReply) XXX_Size() int { return xxx_messageInfo_ProviderApproveStatusReply.Size(m) } func (m *ProviderApproveStatusReply) XXX_DiscardUnknown() { xxx_messageInfo_ProviderApproveStatusReply.DiscardUnknown(m) } var xxx_messageInfo_ProviderApproveStatusReply proto.InternalMessageInfo func (m *ProviderApproveStatusReply) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *ProviderApproveStatusReply) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *ProviderApproveStatusReply) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } type ChangePasswdRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` Old string `protobuf:"bytes,2,opt,name=old,proto3" json:"old"` New string `protobuf:"bytes,3,opt,name=new,proto3" json:"new"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChangePasswdRequest) Reset() { *m = ChangePasswdRequest{} } func (m *ChangePasswdRequest) String() string { return proto.CompactTextString(m) } func (*ChangePasswdRequest) ProtoMessage() {} func (*ChangePasswdRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{12} } func (m *ChangePasswdRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangePasswdRequest.Unmarshal(m, b) } func (m *ChangePasswdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChangePasswdRequest.Marshal(b, m, deterministic) } func (m *ChangePasswdRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChangePasswdRequest.Merge(m, src) } func (m *ChangePasswdRequest) XXX_Size() int { return xxx_messageInfo_ChangePasswdRequest.Size(m) } func (m *ChangePasswdRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChangePasswdRequest.DiscardUnknown(m) } var xxx_messageInfo_ChangePasswdRequest proto.InternalMessageInfo func (m *ChangePasswdRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *ChangePasswdRequest) GetOld() string { if m != nil { return m.Old } return "" } func (m *ChangePasswdRequest) GetNew() string { if m != nil { return m.New } return "" } type ChangePasswdReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChangePasswdReply) Reset() { *m = ChangePasswdReply{} } func (m *ChangePasswdReply) String() string { return proto.CompactTextString(m) } func (*ChangePasswdReply) ProtoMessage() {} func (*ChangePasswdReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{13} } func (m *ChangePasswdReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangePasswdReply.Unmarshal(m, b) } func (m *ChangePasswdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChangePasswdReply.Marshal(b, m, deterministic) } func (m *ChangePasswdReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChangePasswdReply.Merge(m, src) } func (m *ChangePasswdReply) XXX_Size() int { return xxx_messageInfo_ChangePasswdReply.Size(m) } func (m *ChangePasswdReply) XXX_DiscardUnknown() { xxx_messageInfo_ChangePasswdReply.DiscardUnknown(m) } var xxx_messageInfo_ChangePasswdReply proto.InternalMessageInfo type EmailUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EmailUpdateRequest) Reset() { *m = EmailUpdateRequest{} } func (m *EmailUpdateRequest) String() string { return proto.CompactTextString(m) } func (*EmailUpdateRequest) ProtoMessage() {} func (*EmailUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{14} } func (m *EmailUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailUpdateRequest.Unmarshal(m, b) } func (m *EmailUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EmailUpdateRequest.Marshal(b, m, deterministic) } func (m *EmailUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_EmailUpdateRequest.Merge(m, src) } func (m *EmailUpdateRequest) XXX_Size() int { return xxx_messageInfo_EmailUpdateRequest.Size(m) } func (m *EmailUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_EmailUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_EmailUpdateRequest proto.InternalMessageInfo func (m *EmailUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *EmailUpdateRequest) GetEmail() string { if m != nil { return m.Email } return "" } type EmailUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EmailUpdateReply) Reset() { *m = EmailUpdateReply{} } func (m *EmailUpdateReply) String() string { return proto.CompactTextString(m) } func (*EmailUpdateReply) ProtoMessage() {} func (*EmailUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{15} } func (m *EmailUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailUpdateReply.Unmarshal(m, b) } func (m *EmailUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EmailUpdateReply.Marshal(b, m, deterministic) } func (m *EmailUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_EmailUpdateReply.Merge(m, src) } func (m *EmailUpdateReply) XXX_Size() int { return xxx_messageInfo_EmailUpdateReply.Size(m) } func (m *EmailUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_EmailUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_EmailUpdateReply proto.InternalMessageInfo type EmailPrepareRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EmailPrepareRequest) Reset() { *m = EmailPrepareRequest{} } func (m *EmailPrepareRequest) String() string { return proto.CompactTextString(m) } func (*EmailPrepareRequest) ProtoMessage() {} func (*EmailPrepareRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{16} } func (m *EmailPrepareRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailPrepareRequest.Unmarshal(m, b) } func (m *EmailPrepareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EmailPrepareRequest.Marshal(b, m, deterministic) } func (m *EmailPrepareRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_EmailPrepareRequest.Merge(m, src) } func (m *EmailPrepareRequest) XXX_Size() int { return xxx_messageInfo_EmailPrepareRequest.Size(m) } func (m *EmailPrepareRequest) XXX_DiscardUnknown() { xxx_messageInfo_EmailPrepareRequest.DiscardUnknown(m) } var xxx_messageInfo_EmailPrepareRequest proto.InternalMessageInfo func (m *EmailPrepareRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *EmailPrepareRequest) GetPassword() string { if m != nil { return m.Password } return "" } func (m *EmailPrepareRequest) GetEmail() string { if m != nil { return m.Email } return "" } type EmailPrepareReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EmailPrepareReply) Reset() { *m = EmailPrepareReply{} } func (m *EmailPrepareReply) String() string { return proto.CompactTextString(m) } func (*EmailPrepareReply) ProtoMessage() {} func (*EmailPrepareReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{17} } func (m *EmailPrepareReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailPrepareReply.Unmarshal(m, b) } func (m *EmailPrepareReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EmailPrepareReply.Marshal(b, m, deterministic) } func (m *EmailPrepareReply) XXX_Merge(src proto.Message) { xxx_messageInfo_EmailPrepareReply.Merge(m, src) } func (m *EmailPrepareReply) XXX_Size() int { return xxx_messageInfo_EmailPrepareReply.Size(m) } func (m *EmailPrepareReply) XXX_DiscardUnknown() { xxx_messageInfo_EmailPrepareReply.DiscardUnknown(m) } var xxx_messageInfo_EmailPrepareReply proto.InternalMessageInfo type PhoneUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PhoneUpdateRequest) Reset() { *m = PhoneUpdateRequest{} } func (m *PhoneUpdateRequest) String() string { return proto.CompactTextString(m) } func (*PhoneUpdateRequest) ProtoMessage() {} func (*PhoneUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{18} } func (m *PhoneUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PhoneUpdateRequest.Unmarshal(m, b) } func (m *PhoneUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PhoneUpdateRequest.Marshal(b, m, deterministic) } func (m *PhoneUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PhoneUpdateRequest.Merge(m, src) } func (m *PhoneUpdateRequest) XXX_Size() int { return xxx_messageInfo_PhoneUpdateRequest.Size(m) } func (m *PhoneUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_PhoneUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_PhoneUpdateRequest proto.InternalMessageInfo func (m *PhoneUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *PhoneUpdateRequest) GetPhone() string { if m != nil { return m.Phone } return "" } type PhoneUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PhoneUpdateReply) Reset() { *m = PhoneUpdateReply{} } func (m *PhoneUpdateReply) String() string { return proto.CompactTextString(m) } func (*PhoneUpdateReply) ProtoMessage() {} func (*PhoneUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{19} } func (m *PhoneUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PhoneUpdateReply.Unmarshal(m, b) } func (m *PhoneUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PhoneUpdateReply.Marshal(b, m, deterministic) } func (m *PhoneUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PhoneUpdateReply.Merge(m, src) } func (m *PhoneUpdateReply) XXX_Size() int { return xxx_messageInfo_PhoneUpdateReply.Size(m) } func (m *PhoneUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_PhoneUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_PhoneUpdateReply proto.InternalMessageInfo type UserInfoRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserInfoRequest) Reset() { *m = UserInfoRequest{} } func (m *UserInfoRequest) String() string { return proto.CompactTextString(m) } func (*UserInfoRequest) ProtoMessage() {} func (*UserInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{20} } func (m *UserInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInfoRequest.Unmarshal(m, b) } func (m *UserInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserInfoRequest.Marshal(b, m, deterministic) } func (m *UserInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UserInfoRequest.Merge(m, src) } func (m *UserInfoRequest) XXX_Size() int { return xxx_messageInfo_UserInfoRequest.Size(m) } func (m *UserInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_UserInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_UserInfoRequest proto.InternalMessageInfo func (m *UserInfoRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type UserInfoReply struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserInfoReply) Reset() { *m = UserInfoReply{} } func (m *UserInfoReply) String() string { return proto.CompactTextString(m) } func (*UserInfoReply) ProtoMessage() {} func (*UserInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_86038919225469b2, []int{21} } func (m *UserInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInfoReply.Unmarshal(m, b) } func (m *UserInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserInfoReply.Marshal(b, m, deterministic) } func (m *UserInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UserInfoReply.Merge(m, src) } func (m *UserInfoReply) XXX_Size() int { return xxx_messageInfo_UserInfoReply.Size(m) } func (m *UserInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_UserInfoReply.DiscardUnknown(m) } var xxx_messageInfo_UserInfoReply proto.InternalMessageInfo func (m *UserInfoReply) GetEmail() string { if m != nil { return m.Email } return "" } func (m *UserInfoReply) GetPhone() string { if m != nil { return m.Phone } return "" } func init() { proto.RegisterType((*RegisterRequest)(nil), "v1.RegisterRequest") proto.RegisterType((*RegisterReply)(nil), "v1.RegisterReply") proto.RegisterType((*LoginRequest)(nil), "v1.LoginRequest") proto.RegisterType((*LoginReply)(nil), "v1.LoginReply") proto.RegisterType((*PublicityRequest)(nil), "v1.PublicityRequest") proto.RegisterType((*PublicityDeviceTypeItem)(nil), "v1.PublicityDeviceTypeItem") proto.RegisterType((*PublicityItem)(nil), "v1.PublicityItem") proto.RegisterType((*PublicityReply)(nil), "v1.PublicityReply") proto.RegisterType((*SetPasswdRequest)(nil), "v1.SetPasswdRequest") proto.RegisterType((*SetPasswdReply)(nil), "v1.SetPasswdReply") proto.RegisterType((*ProviderApproveStatusRequest)(nil), "v1.ProviderApproveStatusRequest") proto.RegisterType((*ProviderApproveStatusReply)(nil), "v1.ProviderApproveStatusReply") proto.RegisterType((*ChangePasswdRequest)(nil), "v1.ChangePasswdRequest") proto.RegisterType((*ChangePasswdReply)(nil), "v1.ChangePasswdReply") proto.RegisterType((*EmailUpdateRequest)(nil), "v1.EmailUpdateRequest") proto.RegisterType((*EmailUpdateReply)(nil), "v1.EmailUpdateReply") proto.RegisterType((*EmailPrepareRequest)(nil), "v1.EmailPrepareRequest") proto.RegisterType((*EmailPrepareReply)(nil), "v1.EmailPrepareReply") proto.RegisterType((*PhoneUpdateRequest)(nil), "v1.PhoneUpdateRequest") proto.RegisterType((*PhoneUpdateReply)(nil), "v1.PhoneUpdateReply") proto.RegisterType((*UserInfoRequest)(nil), "v1.UserInfoRequest") proto.RegisterType((*UserInfoReply)(nil), "v1.UserInfoReply") } func init() { proto.RegisterFile("supplier.proto", fileDescriptor_86038919225469b2) } var fileDescriptor_86038919225469b2 = []byte{ // 874 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0x6d, 0x6f, 0xe3, 0x44, 0x10, 0x96, 0x9b, 0x26, 0x4d, 0x27, 0xcd, 0xdb, 0xa6, 0x5c, 0x4d, 0x8b, 0xb8, 0x9c, 0x25, 0x44, 0x4e, 0xa8, 0xad, 0xca, 0xab, 0x04, 0xa8, 0xbc, 0x14, 0x3e, 0x9c, 0x28, 0x10, 0xb9, 0x77, 0x42, 0xe2, 0x8b, 0xb5, 0xb1, 0xe7, 0xd2, 0x15, 0x7e, 0x63, 0x77, 0x93, 0x2a, 0xe2, 0x4f, 0xf0, 0x93, 0xd1, 0xce, 0xda, 0x8e, 0xd3, 0x26, 0x20, 0xf1, 0x6d, 0x67, 0x76, 0x9e, 0x67, 0x66, 0x9e, 0x9d, 0xb1, 0xa1, 0xa7, 0x16, 0x79, 0x1e, 0x0b, 0x94, 0x17, 0xb9, 0xcc, 0x74, 0xc6, 0xf6, 0x96, 0x57, 0xde, 0xdf, 0x2d, 0xe8, 0xfb, 0x38, 0x17, 0x4a, 0xa3, 0xf4, 0xf1, 0xcf, 0x05, 0x2a, 0xcd, 0x18, 0xec, 0xa7, 0x3c, 0x41, 0xd7, 0x19, 0x3b, 0x93, 0x43, 0x9f, 0xce, 0xec, 0x39, 0x74, 0x54, 0x16, 0x0a, 0x1e, 0x07, 0x61, 0x16, 0xa1, 0xbb, 0x47, 0x57, 0x60, 0x5d, 0x37, 0x59, 0x84, 0xec, 0x05, 0x1c, 0xc5, 0x38, 0xe7, 0x71, 0x90, 0xa3, 0x54, 0x59, 0xea, 0x36, 0x28, 0xa2, 0x43, 0xbe, 0x29, 0xb9, 0xd8, 0x25, 0x8c, 0x30, 0xd5, 0x28, 0x73, 0x29, 0x14, 0x06, 0x71, 0x16, 0x72, 0x2d, 0xb2, 0xd4, 0xdd, 0x1f, 0x3b, 0x93, 0xa6, 0xcf, 0xd6, 0x57, 0xb7, 0xc5, 0x0d, 0x3b, 0x81, 0x03, 0x11, 0x05, 0x21, 0x4a, 0xed, 0x36, 0x89, 0xae, 0x25, 0xa2, 0x1b, 0x94, 0x9a, 0xbd, 0x84, 0xc1, 0x6c, 0xa1, 0x44, 0x8a, 0x4a, 0x05, 0xb1, 0x08, 0x31, 0x55, 0xe8, 0xb6, 0xc6, 0x8d, 0xc9, 0xa1, 0xdf, 0x2f, 0xfd, 0xb7, 0xd6, 0xcd, 0xae, 0xe1, 0x4c, 0xa4, 0x1a, 0xe7, 0x52, 0xe8, 0x55, 0x90, 0xf0, 0x94, 0xcf, 0x31, 0xc1, 0x54, 0x07, 0x31, 0x6a, 0x8d, 0xd2, 0x3d, 0x20, 0xd4, 0xbb, 0x55, 0xc8, 0xcf, 0x55, 0xc4, 0x2d, 0x05, 0xb0, 0x0b, 0x18, 0xd5, 0xfb, 0x2a, 0x71, 0x6d, 0xc2, 0x0d, 0x6b, 0xed, 0x15, 0xf1, 0xd7, 0x70, 0x56, 0x95, 0x26, 0x51, 0xe5, 0x59, 0xaa, 0xc4, 0x2c, 0xc6, 0x12, 0x77, 0x68, 0xf3, 0x95, 0x21, 0xfe, 0x3a, 0xa2, 0xc0, 0x9f, 0xc1, 0xe1, 0x42, 0xa1, 0x0c, 0xe8, 0x05, 0x80, 0xba, 0x6e, 0x1b, 0xc7, 0x2f, 0xe6, 0x15, 0x9e, 0x41, 0x2b, 0xe7, 0x4a, 0x3d, 0x44, 0x6e, 0xc7, 0xea, 0x61, 0xad, 0x0d, 0x3d, 0xc2, 0x2c, 0xd5, 0x3c, 0xd4, 0xee, 0x11, 0x45, 0x54, 0x7a, 0xdc, 0x58, 0x37, 0xfb, 0x14, 0x9e, 0x3d, 0x0e, 0x0d, 0xf2, 0xfb, 0x2c, 0x45, 0xb7, 0x4b, 0x80, 0xe3, 0x47, 0x80, 0xa9, 0xb9, 0x63, 0x57, 0x70, 0xbc, 0xad, 0x2b, 0xb7, 0x47, 0x98, 0xd1, 0x96, 0x76, 0xd8, 0xd7, 0x70, 0xba, 0x55, 0x08, 0x9b, 0xac, 0x4f, 0x40, 0x77, 0x0b, 0xd0, 0x26, 0xfc, 0x08, 0x86, 0x98, 0xa0, 0x9c, 0x63, 0x1a, 0xae, 0xaa, 0x96, 0x06, 0x04, 0x1a, 0x54, 0x17, 0x65, 0x4f, 0x9f, 0xc3, 0xc9, 0x93, 0xe0, 0x22, 0xcf, 0x90, 0x20, 0xef, 0x3c, 0x86, 0xd8, 0x24, 0xc7, 0xd0, 0x5c, 0xd2, 0x38, 0x8f, 0xc6, 0xce, 0xa4, 0xeb, 0x5b, 0xc3, 0xeb, 0x43, 0x77, 0xbd, 0x11, 0x79, 0xbc, 0xf2, 0xae, 0xe1, 0xe8, 0x36, 0x9b, 0x8b, 0xb4, 0xb6, 0x1f, 0xe6, 0x45, 0xca, 0xfd, 0x30, 0x67, 0x76, 0x0a, 0x6d, 0x7a, 0x8b, 0x4c, 0x46, 0xc5, 0x72, 0x54, 0xb6, 0xf7, 0x3e, 0x40, 0x81, 0xcf, 0xe3, 0x15, 0x1b, 0x40, 0x63, 0x21, 0x22, 0x02, 0x37, 0x7c, 0x73, 0xf4, 0x7e, 0x85, 0xc1, 0x74, 0x31, 0x8b, 0x45, 0x28, 0xf4, 0xaa, 0xcc, 0xf1, 0x1c, 0x3a, 0x11, 0x2e, 0x45, 0x88, 0x76, 0xdf, 0x1c, 0xda, 0x11, 0xb0, 0x2e, 0xda, 0x37, 0x93, 0x50, 0x66, 0x4b, 0x11, 0xa1, 0xac, 0x12, 0x16, 0xb6, 0x77, 0x07, 0x27, 0x15, 0xe1, 0x0f, 0x04, 0x79, 0xbd, 0xca, 0xf1, 0x95, 0xc6, 0xc4, 0x8c, 0x97, 0x5e, 0xe5, 0x1b, 0xac, 0x6d, 0xe3, 0x20, 0xce, 0xf2, 0x92, 0x66, 0xaf, 0x20, 0x35, 0x0e, 0x33, 0x7b, 0xde, 0x5f, 0xd0, 0xad, 0x48, 0x89, 0xea, 0x7f, 0x7d, 0x26, 0x3e, 0x83, 0x03, 0xdb, 0x84, 0x72, 0x1b, 0xe3, 0xc6, 0xa4, 0xf3, 0xf1, 0xd9, 0xc5, 0xf2, 0xea, 0x62, 0x47, 0xb5, 0x7e, 0x19, 0xeb, 0x7d, 0x01, 0xbd, 0x9a, 0x44, 0x46, 0xc6, 0x0f, 0x60, 0x3f, 0x16, 0x4a, 0xbb, 0x0e, 0xb1, 0x0c, 0x37, 0x58, 0x08, 0x4b, 0xd7, 0xde, 0xb7, 0x30, 0xb8, 0x43, 0x3d, 0xa5, 0x35, 0x29, 0xb5, 0x3d, 0x86, 0xa6, 0x1d, 0x0e, 0x5b, 0x9e, 0x35, 0x6a, 0xbb, 0xe5, 0xd4, 0x77, 0xcb, 0x1b, 0x40, 0xaf, 0xc6, 0x60, 0xe6, 0xe1, 0x1b, 0x78, 0x6f, 0x5a, 0x48, 0xfd, 0x5d, 0x6e, 0x44, 0xc7, 0x3b, 0xcd, 0xf5, 0x42, 0xd5, 0xde, 0xae, 0x2e, 0x82, 0xf3, 0x58, 0x04, 0x4f, 0xc1, 0xe9, 0x0e, 0x02, 0xd3, 0xd9, 0x29, 0xb4, 0xdf, 0x22, 0x46, 0x33, 0x1e, 0xfe, 0x51, 0x60, 0x2b, 0xdb, 0x14, 0xa9, 0x28, 0x94, 0x6a, 0x6f, 0xfa, 0x85, 0x65, 0xbe, 0xbe, 0xdc, 0x32, 0x05, 0x5a, 0x24, 0x58, 0x7e, 0x7d, 0x0b, 0xdf, 0x6b, 0x91, 0xa0, 0xf7, 0x13, 0x8c, 0x6e, 0xee, 0x79, 0x3a, 0xc7, 0x4d, 0x31, 0x9e, 0x8c, 0xa3, 0xf1, 0x64, 0x71, 0x39, 0xc5, 0xe6, 0x68, 0x3c, 0x29, 0x3e, 0x14, 0xa4, 0xe6, 0xe8, 0x8d, 0x60, 0xb8, 0x49, 0x66, 0x74, 0xf9, 0x12, 0xd8, 0x8f, 0x09, 0x17, 0xf1, 0x9b, 0x3c, 0xe2, 0x1a, 0xcb, 0x04, 0x3d, 0xd8, 0xab, 0xf8, 0xf7, 0x44, 0x64, 0xd4, 0x47, 0x13, 0x55, 0xaa, 0x4f, 0x86, 0xc7, 0x60, 0xb0, 0x81, 0x35, 0x7c, 0xbf, 0xc1, 0x88, 0x7c, 0x53, 0x89, 0x39, 0x97, 0x3b, 0x09, 0xff, 0x65, 0xf5, 0xd6, 0xc9, 0x1a, 0xf5, 0x64, 0x23, 0x18, 0x6e, 0x12, 0x17, 0xd5, 0xd3, 0x57, 0xe1, 0x3f, 0xab, 0x7f, 0x3a, 0x3b, 0xa6, 0xfa, 0x0d, 0xac, 0xe1, 0x7b, 0x01, 0xfd, 0x37, 0x0a, 0xe5, 0xab, 0xf4, 0x6d, 0xb6, 0x83, 0xcc, 0xfb, 0x0a, 0xba, 0xeb, 0x10, 0xf3, 0xf4, 0x55, 0xb9, 0x4e, 0xad, 0xdc, 0xed, 0x39, 0xbf, 0x7f, 0xf9, 0xfb, 0x87, 0x2a, 0xe1, 0x52, 0x9f, 0x97, 0x7f, 0xf5, 0xf3, 0xf5, 0xdf, 0xed, 0x7c, 0xce, 0x35, 0x3e, 0xf0, 0xd5, 0x65, 0x3e, 0xbb, 0x5c, 0x5e, 0xcd, 0x5a, 0xf4, 0xbf, 0xff, 0xe4, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x10, 0xfe, 0x27, 0x86, 0x01, 0x08, 0x00, 0x00, }