panlei
2019-11-05 11a3749018a73a2b81a5a51d9c06425cd40b1d74
commsg.proto
@@ -2,6 +2,8 @@
package protomsg;
import "protomsg.proto";
message SdkmsgWithTask {
    string ipcid = 1;
    string sdktype = 2;
@@ -20,10 +22,11 @@
    string    caddr = 2;
   TaskLabel tasklab =3 ;
   bytes     data = 4;
    PushAttach push= 5;
}
message recvmsg {
    string  id   = 1;
    string  addr = 2;
    bytes   picdata = 3;
}
}