15 lines
242 B
Protocol Buffer
15 lines
242 B
Protocol Buffer
syntax = "proto3";
|
|
package mp;
|
|
|
|
import "mp.mp.proto";
|
|
|
|
message sri {
|
|
MP_SUB_TYPE subcommand = 1;
|
|
string username = 2;
|
|
uint64 account = 3;
|
|
string email = 4;
|
|
uint64 phone = 5;
|
|
string msg = 6;
|
|
string token = 7;
|
|
string data = 8;
|
|
} |