cheliequan
2023-02-10 54747b4c57f1c44b5c973ad585768c83049429de
aiocean.pb.go
@@ -35,7 +35,7 @@
   TaskId          string        `protobuf:"bytes,9,opt,name=taskId,proto3" json:"taskId,omitempty"`
   TaskName        string        `protobuf:"bytes,10,opt,name=taskName,proto3" json:"taskName,omitempty"`
   SdkName         string        `protobuf:"bytes,11,opt,name=sdkName,proto3" json:"sdkName,omitempty"`
   PicMaxUrl       string        `protobuf:"bytes,12,opt,name=picMaxUrl,proto3" json:"picMaxUrl,omitempty"`
   PicMaxUrl       []string      `protobuf:"bytes,12,rep,name=picMaxUrl,proto3" json:"picMaxUrl,omitempty"`
   VideoUrl        string        `protobuf:"bytes,13,opt,name=videoUrl,proto3" json:"videoUrl,omitempty"`
   PicDate         string        `protobuf:"bytes,14,opt,name=picDate,proto3" json:"picDate,omitempty"`
   TargetInfo      []*TargetInfo `protobuf:"bytes,15,rep,name=targetInfo,proto3" json:"targetInfo,omitempty"`
@@ -161,11 +161,11 @@
   return ""
}
func (m *EsDataBase) GetPicMaxUrl() string {
func (m *EsDataBase) GetPicMaxUrl() []string {
   if m != nil {
      return m.PicMaxUrl
   }
   return ""
   return nil
}
func (m *EsDataBase) GetVideoUrl() string {
@@ -513,10 +513,11 @@
type TargetInfo struct {
   TargetId       string          `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
   TargetScore    float64         `protobuf:"fixed64,2,opt,name=targetScore,proto3" json:"targetScore,omitempty"`
   Feature        string          `protobuf:"bytes,3,opt,name=feature,proto3" json:"feature,omitempty"`
   PicSmUrl       string          `protobuf:"bytes,4,opt,name=picSmUrl,proto3" json:"picSmUrl,omitempty"`
   TargetLocation *TargetLocation `protobuf:"bytes,5,opt,name=targetLocation,proto3" json:"targetLocation,omitempty"`
   TargetType     string          `protobuf:"bytes,2,opt,name=targetType,proto3" json:"targetType,omitempty"`
   TargetScore    float64         `protobuf:"fixed64,3,opt,name=targetScore,proto3" json:"targetScore,omitempty"`
   Feature        string          `protobuf:"bytes,4,opt,name=feature,proto3" json:"feature,omitempty"`
   PicSmUrl       string          `protobuf:"bytes,5,opt,name=picSmUrl,proto3" json:"picSmUrl,omitempty"`
   TargetLocation *TargetLocation `protobuf:"bytes,6,opt,name=targetLocation,proto3" json:"targetLocation,omitempty"`
}
func (m *TargetInfo) Reset()         { *m = TargetInfo{} }
@@ -555,6 +556,13 @@
func (m *TargetInfo) GetTargetId() string {
   if m != nil {
      return m.TargetId
   }
   return ""
}
func (m *TargetInfo) GetTargetType() string {
   if m != nil {
      return m.TargetType
   }
   return ""
}
@@ -904,59 +912,60 @@
func init() { proto.RegisterFile("aiocean.proto", fileDescriptor_e7fb370e860fe148) }
var fileDescriptor_e7fb370e860fe148 = []byte{
   // 831 bytes of a gzipped FileDescriptorProto
   // 835 bytes of a gzipped FileDescriptorProto
   0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x55, 0xcd, 0x6e, 0x23, 0x45,
   0x10, 0xce, 0x24, 0xbb, 0xf6, 0xa4, 0x9c, 0x64, 0xa1, 0x59, 0x96, 0x66, 0x41, 0xa3, 0x68, 0x84,
   0x50, 0x0e, 0x28, 0x87, 0x65, 0xc5, 0x19, 0x87, 0x70, 0xb0, 0x64, 0x7e, 0x34, 0x09, 0x0f, 0xd0,
   0x9e, 0xa9, 0x38, 0x2d, 0xcf, 0x4c, 0x8f, 0x66, 0xda, 0x59, 0xfb, 0x01, 0xb8, 0xf3, 0x30, 0x88,
   0x03, 0x47, 0x4e, 0x1c, 0xf7, 0xc8, 0x11, 0x25, 0x2f, 0x82, 0xaa, 0x7a, 0x7e, 0x0d, 0x57, 0x2e,
   0xab, 0x9c, 0xdc, 0xdf, 0x57, 0xe5, 0xaa, 0xea, 0xea, 0xfa, 0x6a, 0xe0, 0x58, 0x69, 0x13, 0xa3,
   0xca, 0xcf, 0x8b, 0xd2, 0x58, 0x23, 0x7c, 0xfe, 0xc9, 0xaa, 0x65, 0xf8, 0xdb, 0x08, 0xe0, 0xdb,
   0xea, 0x52, 0x59, 0x75, 0xa1, 0x2a, 0x14, 0x27, 0xb0, 0xaf, 0x13, 0xe9, 0x9d, 0x7a, 0x67, 0x87,
   0xd1, 0xbe, 0x4e, 0xc4, 0x4b, 0xf0, 0x63, 0x95, 0x61, 0xa9, 0x66, 0x89, 0xdc, 0x67, 0xb6, 0xc5,
   0x22, 0x00, 0x70, 0xe7, 0xef, 0x55, 0x86, 0xf2, 0x80, 0xad, 0x3d, 0xa6, 0xb3, 0x4f, 0x93, 0xa4,
   0x94, 0x4f, 0xfa, 0x76, 0x62, 0xc4, 0x67, 0x70, 0xac, 0x72, 0x95, 0x6e, 0xaf, 0xb0, 0xbc, 0xc3,
   0x72, 0x96, 0xc8, 0xa7, 0xec, 0x32, 0x24, 0xc5, 0x19, 0x3c, 0xeb, 0x11, 0x9c, 0x6a, 0xc4, 0x7e,
   0xbb, 0xf4, 0x6e, 0xbc, 0x42, 0x8e, 0xff, 0x1d, 0xaf, 0x10, 0x9f, 0xc2, 0x61, 0x9c, 0xae, 0x2b,
   0xcb, 0x19, 0x7d, 0xf6, 0xe8, 0x08, 0xf1, 0x02, 0x46, 0x56, 0x55, 0xab, 0x59, 0x22, 0x0f, 0xd9,
   0x54, 0x23, 0xea, 0x03, 0x9d, 0x38, 0x3d, 0xb8, 0x3e, 0x34, 0x58, 0x48, 0x18, 0x57, 0x89, 0x33,
   0x4d, 0xd8, 0xd4, 0x40, 0xca, 0x55, 0xe8, 0xf8, 0x3b, 0xb5, 0xf9, 0xa9, 0x4c, 0xe5, 0x91, 0xcb,
   0xd5, 0x12, 0x14, 0xf3, 0x4e, 0x27, 0x68, 0xc8, 0x78, 0xec, 0x62, 0x36, 0x98, 0x62, 0x16, 0x3a,
   0xbe, 0x54, 0x16, 0xe5, 0x89, 0x8b, 0x59, 0x43, 0xf1, 0x1a, 0xc0, 0xaa, 0x72, 0x89, 0x76, 0x96,
   0xdf, 0x18, 0xf9, 0xec, 0xf4, 0xe0, 0x6c, 0xf2, 0xea, 0xf9, 0x79, 0xf3, 0x9e, 0xe7, 0xd7, 0xad,
   0x2d, 0xea, 0xf9, 0x89, 0x53, 0x98, 0x18, 0x7b, 0x8b, 0xe5, 0x5c, 0x2d, 0x30, 0xad, 0xe4, 0x7b,
   0x1c, 0xb3, 0x4f, 0xd1, 0x6b, 0x55, 0xb7, 0xe6, 0x4d, 0xed, 0xf0, 0xbe, 0x7b, 0xad, 0x8e, 0xa1,
   0x6a, 0x53, 0xbd, 0x42, 0x2e, 0x49, 0xb8, 0x6a, 0x1b, 0x2c, 0xce, 0xc1, 0x5f, 0xa8, 0x0a, 0xb9,
   0xa2, 0x0f, 0xb8, 0x22, 0xd1, 0x55, 0x74, 0x51, 0x5b, 0xa2, 0xd6, 0x87, 0x6e, 0xa7, 0xab, 0x69,
   0xaa, 0xca, 0x4c, 0x3e, 0x3f, 0xf5, 0xce, 0xfc, 0xa8, 0x81, 0x54, 0x85, 0xae, 0xa6, 0xf1, 0xca,
   0x19, 0x3f, 0x64, 0x63, 0x8f, 0xa1, 0xdb, 0x2b, 0x3a, 0x44, 0xeb, 0x14, 0x2b, 0xf9, 0x62, 0xf7,
   0xf6, 0xd3, 0xd6, 0x16, 0xf5, 0xfc, 0xe8, 0x1d, 0x74, 0xf5, 0x8d, 0x49, 0x53, 0x8c, 0xad, 0xfc,
   0x88, 0x83, 0x76, 0x04, 0xdd, 0x4c, 0x57, 0x97, 0x98, 0xa2, 0x45, 0x29, 0xd9, 0xd8, 0x62, 0xaa,
   0x34, 0x36, 0xb9, 0xc5, 0xdc, 0xca, 0x8f, 0xdd, 0x3b, 0xd4, 0x30, 0xfc, 0x79, 0x0c, 0xe3, 0xe9,
   0xec, 0x07, 0x12, 0xd5, 0xa3, 0x6a, 0xfe, 0x4f, 0xd5, 0x1c, 0x3c, 0xaa, 0xe6, 0x9d, 0x51, 0x0d,
   0x59, 0x52, 0x9d, 0xaf, 0xae, 0xd5, 0x52, 0xbe, 0x74, 0x96, 0x1a, 0x8a, 0xaf, 0x60, 0x52, 0x1f,
   0xb9, 0x21, 0x9f, 0xec, 0x16, 0xd9, 0x7d, 0xa4, 0xa2, 0xbe, 0x63, 0xf8, 0x87, 0x07, 0xd0, 0x3d,
   0x9f, 0x1b, 0x39, 0x46, 0x8d, 0x20, 0x5b, 0x4c, 0xcf, 0xe9, 0xce, 0x57, 0xb1, 0x29, 0x91, 0x95,
   0xe9, 0x45, 0x7d, 0x8a, 0xca, 0xbb, 0x41, 0x65, 0xd7, 0x65, 0xa3, 0xcc, 0x06, 0x52, 0xdc, 0x42,
   0xc7, 0x57, 0x19, 0x8d, 0x9d, 0x13, 0x65, 0x8b, 0xc5, 0xd7, 0x70, 0xe2, 0x82, 0xcc, 0x4d, 0xac,
   0xac, 0x36, 0x39, 0x6b, 0x72, 0xf2, 0x4a, 0xee, 0x0e, 0x58, 0x63, 0x8f, 0x76, 0xfc, 0x43, 0x0b,
   0x27, 0x43, 0x0f, 0xf1, 0x05, 0x8c, 0xad, 0x29, 0xe6, 0x78, 0x63, 0xf9, 0x1a, 0x83, 0xd9, 0x68,
   0xc3, 0x34, 0x2e, 0xe2, 0x35, 0x4c, 0x16, 0xc6, 0x5a, 0x93, 0x45, 0x7a, 0x79, 0x6b, 0xf9, 0x66,
   0xff, 0xfd, 0x8f, 0xbe, 0x5b, 0xf8, 0x39, 0xf8, 0x6d, 0xbe, 0x23, 0xf0, 0x36, 0x9c, 0xc9, 0x8b,
   0xbc, 0x0d, 0xa1, 0x6d, 0xdd, 0x1f, 0x6f, 0x1b, 0xfe, 0xee, 0x01, 0x74, 0x33, 0x42, 0x4d, 0x5a,
   0x96, 0x66, 0x5d, 0xb4, 0x1d, 0x6e, 0x20, 0xcd, 0x21, 0xcf, 0xcf, 0x1c, 0xef, 0x30, 0xad, 0x37,
   0x5f, 0x8f, 0xa1, 0x26, 0x96, 0xeb, 0x14, 0xaf, 0x71, 0x63, 0xeb, 0xfe, 0xb6, 0x58, 0x84, 0x70,
   0x94, 0xe0, 0x0d, 0xe6, 0x31, 0x5e, 0x59, 0x52, 0xcb, 0x13, 0x9e, 0xa9, 0x01, 0x47, 0x7b, 0x46,
   0x57, 0x73, 0x9d, 0xaf, 0xb8, 0xc1, 0x7e, 0x54, 0x23, 0xa7, 0xb2, 0x7c, 0xc5, 0x83, 0x33, 0x6a,
   0x54, 0xe6, 0x70, 0xf8, 0xeb, 0x3e, 0xf8, 0x17, 0x3d, 0x09, 0x59, 0xb5, 0x48, 0xb1, 0x2b, 0xbd,
   0x86, 0x34, 0xec, 0x7c, 0xe4, 0x85, 0xe4, 0x2a, 0xef, 0x08, 0x2a, 0x2e, 0x36, 0x59, 0xa1, 0x4a,
   0x74, 0xa3, 0x73, 0xc0, 0xad, 0x19, 0x70, 0x54, 0xdc, 0xe2, 0xcd, 0xf5, 0xb6, 0xc0, 0x7a, 0x3e,
   0x6a, 0x34, 0x98, 0xc8, 0xa7, 0x3b, 0x13, 0x19, 0x34, 0x6b, 0xa9, 0xb7, 0xa1, 0x7b, 0x0c, 0xe5,
   0x75, 0xe8, 0x47, 0x1d, 0xd3, 0xe4, 0xb9, 0xdd, 0x3c, 0xe0, 0xc8, 0x27, 0x33, 0xb9, 0xb6, 0xa6,
   0x74, 0x6d, 0x77, 0xdb, 0x79, 0xc0, 0x51, 0x6d, 0xa9, 0x5b, 0x51, 0xf5, 0x82, 0x76, 0xa8, 0x2f,
   0x54, 0x18, 0x08, 0xf5, 0x42, 0xfe, 0x79, 0x1f, 0x78, 0x6f, 0xef, 0x03, 0xef, 0xef, 0xfb, 0xc0,
   0xfb, 0xe5, 0x21, 0xd8, 0x7b, 0xfb, 0x10, 0xec, 0xfd, 0xf5, 0x10, 0xec, 0x2d, 0x46, 0x3c, 0x55,
   0x5f, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0x24, 0xe6, 0xd5, 0x42, 0x53, 0x0a, 0x00, 0x00,
   0x10, 0xce, 0x24, 0xbb, 0xb6, 0x53, 0x4e, 0xb2, 0xd0, 0x2c, 0x4b, 0xb3, 0x20, 0xcb, 0x1a, 0x21,
   0x94, 0x03, 0xca, 0x61, 0x59, 0x71, 0xc6, 0x21, 0x1c, 0x2c, 0x99, 0x1f, 0x4d, 0xc2, 0x03, 0xb4,
   0x67, 0x2a, 0x4e, 0xcb, 0x33, 0xd3, 0xa3, 0x99, 0x76, 0x36, 0x79, 0x00, 0xee, 0x3c, 0x0c, 0xe2,
   0xc0, 0x13, 0x70, 0xcc, 0x91, 0x23, 0x72, 0x5e, 0x04, 0x55, 0xf5, 0xfc, 0xf4, 0x18, 0x90, 0x78,
   0x80, 0x9c, 0xdc, 0xdf, 0x57, 0xe5, 0xaa, 0xea, 0xae, 0xfa, 0x6a, 0xe0, 0x58, 0x69, 0x13, 0xa3,
   0xca, 0xcf, 0x8a, 0xd2, 0x58, 0x23, 0x46, 0xfc, 0x93, 0x55, 0xab, 0xf0, 0xb7, 0x01, 0xc0, 0xb7,
   0xd5, 0x85, 0xb2, 0xea, 0x5c, 0x55, 0x28, 0x4e, 0x60, 0x5f, 0x27, 0x32, 0x98, 0x06, 0xa7, 0x87,
   0xd1, 0xbe, 0x4e, 0xc4, 0x6b, 0x18, 0xc5, 0x2a, 0xc3, 0x52, 0xcd, 0x13, 0xb9, 0xcf, 0x6c, 0x8b,
   0xc5, 0x04, 0xc0, 0x9d, 0xbf, 0x57, 0x19, 0xca, 0x03, 0xb6, 0x7a, 0x4c, 0x67, 0x9f, 0x25, 0x49,
   0x29, 0x9f, 0xf9, 0x76, 0x62, 0xc4, 0x67, 0x70, 0xac, 0x72, 0x95, 0xde, 0x5f, 0x62, 0x79, 0x8b,
   0xe5, 0x3c, 0x91, 0xcf, 0xd9, 0xa5, 0x4f, 0x8a, 0x53, 0x78, 0xe1, 0x11, 0x9c, 0x6a, 0xc0, 0x7e,
   0xbb, 0xf4, 0x6e, 0xbc, 0x42, 0x0e, 0xff, 0x19, 0xaf, 0x10, 0x9f, 0xc2, 0x61, 0x9c, 0x6e, 0x2a,
   0xcb, 0x19, 0x47, 0xec, 0xd1, 0x11, 0xe2, 0x15, 0x0c, 0xac, 0xaa, 0xd6, 0xf3, 0x44, 0x1e, 0xb2,
   0xa9, 0x46, 0xf4, 0x0e, 0x74, 0xe2, 0xf4, 0xe0, 0xde, 0xa1, 0xc1, 0x42, 0xc2, 0xb0, 0x4a, 0x9c,
   0x69, 0xcc, 0xa6, 0x06, 0x52, 0xae, 0x42, 0xc7, 0xdf, 0xa9, 0xbb, 0x9f, 0xca, 0x54, 0x1e, 0x4d,
   0x0f, 0x28, 0x57, 0x4b, 0x50, 0xcc, 0x5b, 0x9d, 0xa0, 0x21, 0xe3, 0xb1, 0x8b, 0xd9, 0x60, 0x8a,
   0x59, 0xe8, 0xf8, 0x42, 0x59, 0x94, 0x27, 0x2e, 0x66, 0x0d, 0xc5, 0x5b, 0x00, 0xab, 0xca, 0x15,
   0xda, 0x79, 0x7e, 0x6d, 0xe4, 0x8b, 0xe9, 0xc1, 0xe9, 0xf8, 0xcd, 0xcb, 0xb3, 0xa6, 0x9f, 0x67,
   0x57, 0xad, 0x2d, 0xf2, 0xfc, 0xc4, 0x14, 0xc6, 0xc6, 0xde, 0x60, 0xb9, 0x50, 0x4b, 0x4c, 0x2b,
   0xf9, 0x1e, 0xc7, 0xf4, 0x29, 0xea, 0x56, 0x75, 0x63, 0xde, 0xd5, 0x0e, 0xef, 0xbb, 0x6e, 0x75,
   0x0c, 0x55, 0x9b, 0xea, 0x35, 0x72, 0x49, 0xc2, 0x55, 0xdb, 0x60, 0x71, 0x06, 0xa3, 0xa5, 0xaa,
   0x90, 0x2b, 0xfa, 0x80, 0x2b, 0x12, 0x5d, 0x45, 0xe7, 0xb5, 0x25, 0x6a, 0x7d, 0xe8, 0x76, 0xba,
   0x9a, 0xa5, 0xaa, 0xcc, 0xe4, 0xcb, 0x69, 0x70, 0x3a, 0x8a, 0x1a, 0x48, 0x55, 0xe8, 0x6a, 0x16,
   0xaf, 0x9d, 0xf1, 0x43, 0x36, 0x7a, 0x0c, 0xdd, 0x5e, 0xd1, 0x21, 0xda, 0xa4, 0x58, 0xc9, 0x57,
   0xbb, 0xb7, 0x9f, 0xb5, 0xb6, 0xc8, 0xf3, 0xa3, 0x3e, 0xe8, 0xea, 0x1b, 0x93, 0xa6, 0x18, 0x5b,
   0xf9, 0x11, 0x07, 0xed, 0x08, 0xba, 0x99, 0xae, 0x2e, 0x30, 0x45, 0x8b, 0x52, 0xb2, 0xb1, 0xc5,
   0x54, 0x69, 0x6c, 0x72, 0x8b, 0xb9, 0x95, 0x1f, 0xbb, 0x3e, 0xd4, 0x30, 0xfc, 0x79, 0x08, 0xc3,
   0xd9, 0xfc, 0x07, 0x12, 0xd5, 0x93, 0x6a, 0x9e, 0x54, 0xf3, 0xa4, 0x9a, 0xff, 0xa3, 0x1a, 0xb2,
   0xa4, 0x3a, 0x5f, 0x5f, 0xa9, 0x95, 0x7c, 0xed, 0x2c, 0x35, 0x14, 0x5f, 0xc1, 0xb8, 0x3e, 0xf2,
   0x83, 0x7c, 0xb2, 0x5b, 0x64, 0xf7, 0x91, 0x8a, 0x7c, 0xc7, 0x70, 0x1b, 0x00, 0x74, 0xed, 0x73,
   0x23, 0xc7, 0xa8, 0x11, 0x64, 0x8b, 0xe9, 0x99, 0xdc, 0xf9, 0xea, 0xbe, 0xc0, 0x5a, 0x98, 0x1e,
   0x43, 0xed, 0x76, 0xe8, 0x32, 0x36, 0xa5, 0xd3, 0x66, 0x10, 0xf9, 0x14, 0x95, 0x7f, 0x8d, 0xca,
   0x6e, 0x4a, 0xac, 0x95, 0xd9, 0x40, 0xca, 0x5b, 0xe8, 0xf8, 0x32, 0xa3, 0xb1, 0x74, 0x8a, 0x6c,
   0xb1, 0xf8, 0x1a, 0x4e, 0x5c, 0x90, 0x85, 0x89, 0x95, 0xd5, 0x26, 0x67, 0x2d, 0x8e, 0xdf, 0xc8,
   0xdd, 0x01, 0x6c, 0xec, 0xd1, 0x8e, 0x7f, 0x68, 0xe1, 0xa4, 0xef, 0x21, 0xbe, 0x80, 0xa1, 0x35,
   0xc5, 0x02, 0xaf, 0x2d, 0x5f, 0xb3, 0x37, 0x3b, 0x6d, 0x98, 0xc6, 0x45, 0xbc, 0x85, 0xf1, 0xd2,
   0x58, 0x6b, 0xb2, 0x48, 0xaf, 0x6e, 0x2c, 0x5f, 0xfd, 0xdf, 0xff, 0xe1, 0xbb, 0x85, 0x9f, 0xc3,
   0xa8, 0xcd, 0x77, 0x04, 0xc1, 0x1d, 0x67, 0x0a, 0xa2, 0xe0, 0x8e, 0xd0, 0x3d, 0x47, 0x09, 0xa2,
   0xe0, 0x3e, 0xfc, 0x3d, 0x00, 0xe8, 0x66, 0x88, 0x1e, 0x69, 0x55, 0x9a, 0x4d, 0xd1, 0x76, 0xa0,
   0x81, 0xd4, 0x00, 0x9e, 0xaf, 0x05, 0xde, 0x62, 0xda, 0x34, 0xa0, 0x63, 0xe8, 0x11, 0xcb, 0x4d,
   0x8a, 0x57, 0x78, 0x67, 0xeb, 0xcd, 0xd8, 0x62, 0x11, 0xc2, 0x51, 0x82, 0xd7, 0x98, 0xc7, 0x78,
   0x69, 0x49, 0x4d, 0xcf, 0x78, 0xe6, 0x7a, 0x1c, 0xed, 0x21, 0x5d, 0x2d, 0x74, 0xbe, 0xe6, 0x16,
   0x8c, 0xa2, 0x1a, 0x39, 0x15, 0xe6, 0x6b, 0x1e, 0xac, 0x41, 0xa3, 0x42, 0x87, 0xc3, 0x5f, 0xf7,
   0x61, 0x74, 0xee, 0x49, 0xcc, 0xaa, 0x65, 0x8a, 0x5d, 0xe9, 0x35, 0x24, 0x31, 0xf0, 0x91, 0x17,
   0x96, 0xab, 0xbc, 0x23, 0xa8, 0xb8, 0xd8, 0x64, 0x85, 0x2a, 0xd1, 0x1f, 0x9d, 0x1e, 0x47, 0xc5,
   0x2d, 0xdf, 0xf1, 0xe4, 0xb9, 0xd1, 0xa9, 0x51, 0x6f, 0x62, 0x9f, 0xff, 0xd7, 0xc4, 0x7a, 0x1b,
   0xdc, 0x63, 0x28, 0xaf, 0x43, 0x3f, 0xea, 0x98, 0x26, 0xcf, 0xed, 0xee, 0x1e, 0x47, 0x3e, 0x99,
   0xc9, 0xb5, 0x35, 0xa5, 0x7b, 0x76, 0xb7, 0xbd, 0x7b, 0x1c, 0xd5, 0x96, 0xba, 0x15, 0x56, 0x2f,
   0x70, 0x87, 0x7c, 0x21, 0x43, 0x4f, 0xc8, 0xe7, 0xf2, 0x8f, 0xed, 0x24, 0x78, 0xd8, 0x4e, 0x82,
   0xbf, 0xb6, 0x93, 0xe0, 0x97, 0xc7, 0xc9, 0xde, 0xc3, 0xe3, 0x64, 0xef, 0xcf, 0xc7, 0xc9, 0xde,
   0x72, 0xc0, 0x53, 0xf5, 0xe5, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x4e, 0x91, 0xae, 0xe0, 0x73,
   0x0a, 0x00, 0x00,
}
func (m *EsDataBase) Marshal() (dAtA []byte, err error) {
@@ -1041,10 +1050,19 @@
      i += copy(dAtA[i:], m.SdkName)
   }
   if len(m.PicMaxUrl) > 0 {
      dAtA[i] = 0x62
      i++
      i = encodeVarintAiocean(dAtA, i, uint64(len(m.PicMaxUrl)))
      i += copy(dAtA[i:], m.PicMaxUrl)
      for _, s := range m.PicMaxUrl {
         dAtA[i] = 0x62
         i++
         l = len(s)
         for l >= 1<<7 {
            dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
            l >>= 7
            i++
         }
         dAtA[i] = uint8(l)
         i++
         i += copy(dAtA[i:], s)
      }
   }
   if len(m.VideoUrl) > 0 {
      dAtA[i] = 0x6a
@@ -1455,26 +1473,32 @@
      i = encodeVarintAiocean(dAtA, i, uint64(len(m.TargetId)))
      i += copy(dAtA[i:], m.TargetId)
   }
   if len(m.TargetType) > 0 {
      dAtA[i] = 0x12
      i++
      i = encodeVarintAiocean(dAtA, i, uint64(len(m.TargetType)))
      i += copy(dAtA[i:], m.TargetType)
   }
   if m.TargetScore != 0 {
      dAtA[i] = 0x11
      dAtA[i] = 0x19
      i++
      encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.TargetScore))))
      i += 8
   }
   if len(m.Feature) > 0 {
      dAtA[i] = 0x1a
      dAtA[i] = 0x22
      i++
      i = encodeVarintAiocean(dAtA, i, uint64(len(m.Feature)))
      i += copy(dAtA[i:], m.Feature)
   }
   if len(m.PicSmUrl) > 0 {
      dAtA[i] = 0x22
      dAtA[i] = 0x2a
      i++
      i = encodeVarintAiocean(dAtA, i, uint64(len(m.PicSmUrl)))
      i += copy(dAtA[i:], m.PicSmUrl)
   }
   if m.TargetLocation != nil {
      dAtA[i] = 0x2a
      dAtA[i] = 0x32
      i++
      i = encodeVarintAiocean(dAtA, i, uint64(m.TargetLocation.Size()))
      n1, err1 := m.TargetLocation.MarshalTo(dAtA[i:])
@@ -1753,9 +1777,11 @@
   if l > 0 {
      n += 1 + l + sovAiocean(uint64(l))
   }
   l = len(m.PicMaxUrl)
   if l > 0 {
      n += 1 + l + sovAiocean(uint64(l))
   if len(m.PicMaxUrl) > 0 {
      for _, s := range m.PicMaxUrl {
         l = len(s)
         n += 1 + l + sovAiocean(uint64(l))
      }
   }
   l = len(m.VideoUrl)
   if l > 0 {
@@ -1944,6 +1970,10 @@
   var l int
   _ = l
   l = len(m.TargetId)
   if l > 0 {
      n += 1 + l + sovAiocean(uint64(l))
   }
   l = len(m.TargetType)
   if l > 0 {
      n += 1 + l + sovAiocean(uint64(l))
   }
@@ -2493,7 +2523,7 @@
         if postIndex > l {
            return io.ErrUnexpectedEOF
         }
         m.PicMaxUrl = string(dAtA[iNdEx:postIndex])
         m.PicMaxUrl = append(m.PicMaxUrl, string(dAtA[iNdEx:postIndex]))
         iNdEx = postIndex
      case 13:
         if wireType != 2 {
@@ -3832,6 +3862,38 @@
         m.TargetId = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 2:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field TargetType", wireType)
         }
         var stringLen uint64
         for shift := uint(0); ; shift += 7 {
            if shift >= 64 {
               return ErrIntOverflowAiocean
            }
            if iNdEx >= l {
               return io.ErrUnexpectedEOF
            }
            b := dAtA[iNdEx]
            iNdEx++
            stringLen |= uint64(b&0x7F) << shift
            if b < 0x80 {
               break
            }
         }
         intStringLen := int(stringLen)
         if intStringLen < 0 {
            return ErrInvalidLengthAiocean
         }
         postIndex := iNdEx + intStringLen
         if postIndex < 0 {
            return ErrInvalidLengthAiocean
         }
         if postIndex > l {
            return io.ErrUnexpectedEOF
         }
         m.TargetType = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 3:
         if wireType != 1 {
            return fmt.Errorf("proto: wrong wireType = %d for field TargetScore", wireType)
         }
@@ -3842,7 +3904,7 @@
         v = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:]))
         iNdEx += 8
         m.TargetScore = float64(math.Float64frombits(v))
      case 3:
      case 4:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field Feature", wireType)
         }
@@ -3874,7 +3936,7 @@
         }
         m.Feature = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 4:
      case 5:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field PicSmUrl", wireType)
         }
@@ -3906,7 +3968,7 @@
         }
         m.PicSmUrl = string(dAtA[iNdEx:postIndex])
         iNdEx = postIndex
      case 5:
      case 6:
         if wireType != 2 {
            return fmt.Errorf("proto: wrong wireType = %d for field TargetLocation", wireType)
         }