554325746@qq.com
2020-02-06 201ba0c95333cb07be9f955a936cd06a929e2e8f
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;
}
}