liuxiaolong
2019-12-04 abd6d2381b39009f8bd9faf47ddf4535a1596fdc
aiocean.proto
@@ -14,7 +14,7 @@
    string taskId               =9;
    string taskName             =10;
    string sdkName              =11;
    string picMaxUrl            =12;
    repeated string picMaxUrl            =12;
    string videoUrl             =13;
    string picDate              =14;
    repeated TargetInfo targetInfo       =15;
@@ -63,10 +63,11 @@
message TargetInfo {
    string targetId             =1;
    double targetScore           =2;
    string feature              =3;
    string picSmUrl             =4;
    TargetLocation targetLocation =5;
    string targetType           =2;
    double targetScore           =3;
    string feature              =4;
    string picSmUrl             =5;
    TargetLocation targetLocation =6;
}
message TargetLocation {