// Code generated by protoc-gen-go. DO NOT EDIT. // source: thirdparty.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 GetVcodeRequest struct { PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetVcodeRequest) Reset() { *m = GetVcodeRequest{} } func (m *GetVcodeRequest) String() string { return proto.CompactTextString(m) } func (*GetVcodeRequest) ProtoMessage() {} func (*GetVcodeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{0} } func (m *GetVcodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVcodeRequest.Unmarshal(m, b) } func (m *GetVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetVcodeRequest.Marshal(b, m, deterministic) } func (m *GetVcodeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GetVcodeRequest.Merge(m, src) } func (m *GetVcodeRequest) XXX_Size() int { return xxx_messageInfo_GetVcodeRequest.Size(m) } func (m *GetVcodeRequest) XXX_DiscardUnknown() { xxx_messageInfo_GetVcodeRequest.DiscardUnknown(m) } var xxx_messageInfo_GetVcodeRequest proto.InternalMessageInfo func (m *GetVcodeRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } type GetVcodeReply struct { Vcode uint32 `protobuf:"varint,1,opt,name=vcode,proto3" json:"vcode"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetVcodeReply) Reset() { *m = GetVcodeReply{} } func (m *GetVcodeReply) String() string { return proto.CompactTextString(m) } func (*GetVcodeReply) ProtoMessage() {} func (*GetVcodeReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{1} } func (m *GetVcodeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVcodeReply.Unmarshal(m, b) } func (m *GetVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetVcodeReply.Marshal(b, m, deterministic) } func (m *GetVcodeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GetVcodeReply.Merge(m, src) } func (m *GetVcodeReply) XXX_Size() int { return xxx_messageInfo_GetVcodeReply.Size(m) } func (m *GetVcodeReply) XXX_DiscardUnknown() { xxx_messageInfo_GetVcodeReply.DiscardUnknown(m) } var xxx_messageInfo_GetVcodeReply proto.InternalMessageInfo func (m *GetVcodeReply) GetVcode() uint32 { if m != nil { return m.Vcode } return 0 } type CheckVcodeRequest struct { PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` Vcode uint32 `protobuf:"varint,2,opt,name=vcode,proto3" json:"vcode"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CheckVcodeRequest) Reset() { *m = CheckVcodeRequest{} } func (m *CheckVcodeRequest) String() string { return proto.CompactTextString(m) } func (*CheckVcodeRequest) ProtoMessage() {} func (*CheckVcodeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{2} } func (m *CheckVcodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckVcodeRequest.Unmarshal(m, b) } func (m *CheckVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CheckVcodeRequest.Marshal(b, m, deterministic) } func (m *CheckVcodeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CheckVcodeRequest.Merge(m, src) } func (m *CheckVcodeRequest) XXX_Size() int { return xxx_messageInfo_CheckVcodeRequest.Size(m) } func (m *CheckVcodeRequest) XXX_DiscardUnknown() { xxx_messageInfo_CheckVcodeRequest.DiscardUnknown(m) } var xxx_messageInfo_CheckVcodeRequest proto.InternalMessageInfo func (m *CheckVcodeRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } func (m *CheckVcodeRequest) GetVcode() uint32 { if m != nil { return m.Vcode } return 0 } type CheckVcodeReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CheckVcodeReply) Reset() { *m = CheckVcodeReply{} } func (m *CheckVcodeReply) String() string { return proto.CompactTextString(m) } func (*CheckVcodeReply) ProtoMessage() {} func (*CheckVcodeReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{3} } func (m *CheckVcodeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckVcodeReply.Unmarshal(m, b) } func (m *CheckVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CheckVcodeReply.Marshal(b, m, deterministic) } func (m *CheckVcodeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CheckVcodeReply.Merge(m, src) } func (m *CheckVcodeReply) XXX_Size() int { return xxx_messageInfo_CheckVcodeReply.Size(m) } func (m *CheckVcodeReply) XXX_DiscardUnknown() { xxx_messageInfo_CheckVcodeReply.DiscardUnknown(m) } var xxx_messageInfo_CheckVcodeReply proto.InternalMessageInfo type SendReserveRequest struct { PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` Services string `protobuf:"bytes,2,opt,name=services,proto3" json:"services"` Times string `protobuf:"bytes,3,opt,name=times,proto3" json:"times"` Shop string `protobuf:"bytes,4,opt,name=shop,proto3" json:"shop"` Addr string `protobuf:"bytes,5,opt,name=addr,proto3" json:"addr"` ServicePhone string `protobuf:"bytes,6,opt,name=service_phone,json=servicePhone,proto3" json:"service_phone"` PlateNo string `protobuf:"bytes,7,opt,name=plate_no,json=plateNo,proto3" json:"plate_no"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendReserveRequest) Reset() { *m = SendReserveRequest{} } func (m *SendReserveRequest) String() string { return proto.CompactTextString(m) } func (*SendReserveRequest) ProtoMessage() {} func (*SendReserveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{4} } func (m *SendReserveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendReserveRequest.Unmarshal(m, b) } func (m *SendReserveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendReserveRequest.Marshal(b, m, deterministic) } func (m *SendReserveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SendReserveRequest.Merge(m, src) } func (m *SendReserveRequest) XXX_Size() int { return xxx_messageInfo_SendReserveRequest.Size(m) } func (m *SendReserveRequest) XXX_DiscardUnknown() { xxx_messageInfo_SendReserveRequest.DiscardUnknown(m) } var xxx_messageInfo_SendReserveRequest proto.InternalMessageInfo func (m *SendReserveRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } func (m *SendReserveRequest) GetServices() string { if m != nil { return m.Services } return "" } func (m *SendReserveRequest) GetTimes() string { if m != nil { return m.Times } return "" } func (m *SendReserveRequest) GetShop() string { if m != nil { return m.Shop } return "" } func (m *SendReserveRequest) GetAddr() string { if m != nil { return m.Addr } return "" } func (m *SendReserveRequest) GetServicePhone() string { if m != nil { return m.ServicePhone } return "" } func (m *SendReserveRequest) GetPlateNo() string { if m != nil { return m.PlateNo } return "" } type SendReserveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendReserveReply) Reset() { *m = SendReserveReply{} } func (m *SendReserveReply) String() string { return proto.CompactTextString(m) } func (*SendReserveReply) ProtoMessage() {} func (*SendReserveReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{5} } func (m *SendReserveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendReserveReply.Unmarshal(m, b) } func (m *SendReserveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendReserveReply.Marshal(b, m, deterministic) } func (m *SendReserveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SendReserveReply.Merge(m, src) } func (m *SendReserveReply) XXX_Size() int { return xxx_messageInfo_SendReserveReply.Size(m) } func (m *SendReserveReply) XXX_DiscardUnknown() { xxx_messageInfo_SendReserveReply.DiscardUnknown(m) } var xxx_messageInfo_SendReserveReply proto.InternalMessageInfo type SendAlarmRequest struct { PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` // 邮件 Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"` // 设备名(扬尘设备(扬尘0001)) DeviceName string `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name"` // 告警原因 AlarmReason string `protobuf:"bytes,4,opt,name=alarm_reason,json=alarmReason,proto3" json:"alarm_reason"` // 告警时间 AlarmTime string `protobuf:"bytes,5,opt,name=alarm_time,json=alarmTime,proto3" json:"alarm_time"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendAlarmRequest) Reset() { *m = SendAlarmRequest{} } func (m *SendAlarmRequest) String() string { return proto.CompactTextString(m) } func (*SendAlarmRequest) ProtoMessage() {} func (*SendAlarmRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{6} } func (m *SendAlarmRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendAlarmRequest.Unmarshal(m, b) } func (m *SendAlarmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendAlarmRequest.Marshal(b, m, deterministic) } func (m *SendAlarmRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SendAlarmRequest.Merge(m, src) } func (m *SendAlarmRequest) XXX_Size() int { return xxx_messageInfo_SendAlarmRequest.Size(m) } func (m *SendAlarmRequest) XXX_DiscardUnknown() { xxx_messageInfo_SendAlarmRequest.DiscardUnknown(m) } var xxx_messageInfo_SendAlarmRequest proto.InternalMessageInfo func (m *SendAlarmRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } func (m *SendAlarmRequest) GetEmail() string { if m != nil { return m.Email } return "" } func (m *SendAlarmRequest) GetDeviceName() string { if m != nil { return m.DeviceName } return "" } func (m *SendAlarmRequest) GetAlarmReason() string { if m != nil { return m.AlarmReason } return "" } func (m *SendAlarmRequest) GetAlarmTime() string { if m != nil { return m.AlarmTime } return "" } type SendAlarmReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendAlarmReply) Reset() { *m = SendAlarmReply{} } func (m *SendAlarmReply) String() string { return proto.CompactTextString(m) } func (*SendAlarmReply) ProtoMessage() {} func (*SendAlarmReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{7} } func (m *SendAlarmReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendAlarmReply.Unmarshal(m, b) } func (m *SendAlarmReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendAlarmReply.Marshal(b, m, deterministic) } func (m *SendAlarmReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SendAlarmReply.Merge(m, src) } func (m *SendAlarmReply) XXX_Size() int { return xxx_messageInfo_SendAlarmReply.Size(m) } func (m *SendAlarmReply) XXX_DiscardUnknown() { xxx_messageInfo_SendAlarmReply.DiscardUnknown(m) } var xxx_messageInfo_SendAlarmReply proto.InternalMessageInfo // 发送通过认证短信 type SendThroughVerifyRequest struct { // 公司名 Company string `protobuf:"bytes,1,opt,name=company,proto3" json:"company"` // 类型 1 供应商,2 企业 CompanyType int32 `protobuf:"varint,2,opt,name=company_type,json=companyType,proto3" json:"company_type"` PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendThroughVerifyRequest) Reset() { *m = SendThroughVerifyRequest{} } func (m *SendThroughVerifyRequest) String() string { return proto.CompactTextString(m) } func (*SendThroughVerifyRequest) ProtoMessage() {} func (*SendThroughVerifyRequest) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{8} } func (m *SendThroughVerifyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendThroughVerifyRequest.Unmarshal(m, b) } func (m *SendThroughVerifyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendThroughVerifyRequest.Marshal(b, m, deterministic) } func (m *SendThroughVerifyRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SendThroughVerifyRequest.Merge(m, src) } func (m *SendThroughVerifyRequest) XXX_Size() int { return xxx_messageInfo_SendThroughVerifyRequest.Size(m) } func (m *SendThroughVerifyRequest) XXX_DiscardUnknown() { xxx_messageInfo_SendThroughVerifyRequest.DiscardUnknown(m) } var xxx_messageInfo_SendThroughVerifyRequest proto.InternalMessageInfo func (m *SendThroughVerifyRequest) GetCompany() string { if m != nil { return m.Company } return "" } func (m *SendThroughVerifyRequest) GetCompanyType() int32 { if m != nil { return m.CompanyType } return 0 } func (m *SendThroughVerifyRequest) GetPhoneNumber() string { if m != nil { return m.PhoneNumber } return "" } type SendThroughVerifyReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SendThroughVerifyReply) Reset() { *m = SendThroughVerifyReply{} } func (m *SendThroughVerifyReply) String() string { return proto.CompactTextString(m) } func (*SendThroughVerifyReply) ProtoMessage() {} func (*SendThroughVerifyReply) Descriptor() ([]byte, []int) { return fileDescriptor_e10f141fd1fcfe2b, []int{9} } func (m *SendThroughVerifyReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendThroughVerifyReply.Unmarshal(m, b) } func (m *SendThroughVerifyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SendThroughVerifyReply.Marshal(b, m, deterministic) } func (m *SendThroughVerifyReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SendThroughVerifyReply.Merge(m, src) } func (m *SendThroughVerifyReply) XXX_Size() int { return xxx_messageInfo_SendThroughVerifyReply.Size(m) } func (m *SendThroughVerifyReply) XXX_DiscardUnknown() { xxx_messageInfo_SendThroughVerifyReply.DiscardUnknown(m) } var xxx_messageInfo_SendThroughVerifyReply proto.InternalMessageInfo func init() { proto.RegisterType((*GetVcodeRequest)(nil), "v1.GetVcodeRequest") proto.RegisterType((*GetVcodeReply)(nil), "v1.GetVcodeReply") proto.RegisterType((*CheckVcodeRequest)(nil), "v1.CheckVcodeRequest") proto.RegisterType((*CheckVcodeReply)(nil), "v1.CheckVcodeReply") proto.RegisterType((*SendReserveRequest)(nil), "v1.SendReserveRequest") proto.RegisterType((*SendReserveReply)(nil), "v1.SendReserveReply") proto.RegisterType((*SendAlarmRequest)(nil), "v1.SendAlarmRequest") proto.RegisterType((*SendAlarmReply)(nil), "v1.SendAlarmReply") proto.RegisterType((*SendThroughVerifyRequest)(nil), "v1.SendThroughVerifyRequest") proto.RegisterType((*SendThroughVerifyReply)(nil), "v1.SendThroughVerifyReply") } func init() { proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b) } var fileDescriptor_e10f141fd1fcfe2b = []byte{ // 403 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xdf, 0x0a, 0xd3, 0x30, 0x18, 0xc5, 0xe9, 0xfe, 0xef, 0xeb, 0xe6, 0xb6, 0x28, 0x12, 0x05, 0x51, 0x2b, 0x82, 0x37, 0x3a, 0x86, 0xbe, 0x80, 0x7a, 0xe1, 0x8d, 0x0c, 0xa9, 0x63, 0x17, 0xde, 0x94, 0xac, 0xfd, 0xb4, 0xc5, 0xa6, 0x89, 0x69, 0x56, 0x88, 0x0f, 0xe5, 0xbb, 0xf8, 0x46, 0x92, 0x3f, 0x73, 0x93, 0x79, 0xb3, 0xbb, 0x9c, 0x5f, 0x9a, 0x73, 0xbe, 0x13, 0x52, 0x58, 0xea, 0xb2, 0x52, 0x85, 0x64, 0x4a, 0x9b, 0x57, 0x52, 0x09, 0x2d, 0x48, 0xaf, 0xdb, 0x24, 0x6f, 0x60, 0xf1, 0x01, 0xf5, 0x3e, 0x17, 0x05, 0xa6, 0xf8, 0xe3, 0x88, 0xad, 0x26, 0x4f, 0x61, 0x26, 0x4b, 0xd1, 0x60, 0xd6, 0x1c, 0xf9, 0x01, 0x15, 0x8d, 0x9e, 0x44, 0x2f, 0xa6, 0x69, 0xec, 0xd8, 0xd6, 0xa1, 0xe4, 0x39, 0xcc, 0xcf, 0xa7, 0x64, 0x6d, 0xc8, 0x3d, 0x18, 0x76, 0x56, 0xb9, 0x8f, 0xe7, 0xa9, 0x17, 0xc9, 0x47, 0x58, 0xbd, 0x2f, 0x31, 0xff, 0x7e, 0xa3, 0xfd, 0xd9, 0xad, 0x77, 0xe9, 0xb6, 0x82, 0xc5, 0xa5, 0x9b, 0xac, 0x4d, 0xf2, 0x3b, 0x02, 0xf2, 0x19, 0x9b, 0x22, 0xc5, 0x16, 0x55, 0x77, 0x4b, 0xc4, 0x43, 0x98, 0xd8, 0x23, 0x55, 0x8e, 0xad, 0x4b, 0x99, 0xa6, 0x7f, 0xb5, 0x8d, 0xd7, 0x15, 0xc7, 0x96, 0xf6, 0xdd, 0x86, 0x17, 0x84, 0xc0, 0xa0, 0x2d, 0x85, 0xa4, 0x03, 0x07, 0xdd, 0xda, 0x32, 0x56, 0x14, 0x8a, 0x0e, 0x3d, 0xb3, 0x6b, 0xf2, 0x0c, 0xe6, 0xc1, 0x29, 0x73, 0x81, 0x74, 0xe4, 0x36, 0x67, 0x01, 0x7e, 0xb2, 0x8c, 0x3c, 0x80, 0x89, 0xac, 0x99, 0xc6, 0xac, 0x11, 0x74, 0xec, 0xf6, 0xc7, 0x4e, 0x6f, 0x45, 0x42, 0x60, 0xf9, 0x4f, 0x25, 0xdb, 0xf3, 0x57, 0xe4, 0xe1, 0xdb, 0x9a, 0x29, 0x7e, 0xdb, 0x45, 0x22, 0x67, 0x55, 0x1d, 0x2a, 0x7a, 0x41, 0x1e, 0x43, 0x5c, 0xa0, 0x1b, 0xb0, 0x61, 0x1c, 0x43, 0x4b, 0xf0, 0x68, 0xcb, 0x38, 0x5a, 0x67, 0x66, 0x93, 0x32, 0x85, 0xac, 0x15, 0x4d, 0xa8, 0x1c, 0x33, 0x9f, 0x6e, 0x11, 0x79, 0x04, 0xe0, 0x3f, 0xb1, 0x97, 0x13, 0xfa, 0x4f, 0x1d, 0xd9, 0x55, 0x1c, 0x93, 0x25, 0xdc, 0xb9, 0x98, 0xd7, 0x56, 0xf8, 0x09, 0xd4, 0x92, 0x5d, 0xa9, 0xc4, 0xf1, 0x5b, 0xb9, 0x47, 0x55, 0x7d, 0x35, 0xa7, 0x26, 0x14, 0xc6, 0xb9, 0xe0, 0x92, 0x35, 0x26, 0x94, 0x38, 0x49, 0x3b, 0x49, 0x58, 0x66, 0xda, 0x48, 0xff, 0x20, 0x86, 0x69, 0x1c, 0xd8, 0xce, 0x48, 0xbc, 0xba, 0x86, 0xfe, 0xf5, 0x73, 0xa5, 0x70, 0xff, 0x3f, 0xd9, 0xb2, 0x36, 0xef, 0xee, 0x7e, 0x59, 0xb5, 0x9c, 0x29, 0xfd, 0xd2, 0x8d, 0xbe, 0x96, 0x87, 0x75, 0xb7, 0x39, 0x8c, 0xdc, 0xef, 0xf1, 0xfa, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1b, 0xb8, 0x43, 0xd4, 0x32, 0x03, 0x00, 0x00, }