16 lines
359 B
Protocol Buffer
16 lines
359 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "RcptInfoList.proto";
|
|
import "BaseResponse.proto";
|
|
|
|
message RcptInfoQueryResponse {
|
|
required RcptInfoList _Rcptinfolist = 1;
|
|
required uint32 _Islatest = 2;
|
|
required BaseResponse _BaseResponse = 3;
|
|
optional string _Appusername = 4;
|
|
optional uint32 _Isauthority = 5;
|
|
optional string _Appnickname = 6;
|
|
}
|