15 lines
248 B
Protocol Buffer
15 lines
248 B
Protocol Buffer
syntax = "proto3";
|
|
package mp;
|
|
|
|
import "mp.mph.proto";
|
|
|
|
message body {
|
|
MP_SUB_TYPE subcommand = 1;
|
|
string account = 2;
|
|
string password = 3;
|
|
uint64 target = 4;
|
|
uint64 source = 5;
|
|
string data = 6;
|
|
string email = 7;
|
|
uint64 phone = 8;
|
|
} |