12 lines
268 B
Protocol Buffer
12 lines
268 B
Protocol Buffer
syntax = "proto2";
|
|
package MMPro.micromsg;
|
|
|
|
import "TransferJsApiHeader.proto";
|
|
|
|
message JsApiRequest {
|
|
optional string _Url = 1;
|
|
optional string _ReqJson = 2;
|
|
optional uint32 _CgiCmdid = 3;
|
|
repeated TransferJsApiHeader _Header = 4;
|
|
optional uint32 _Method = 5;
|
|
} |