miduo_protocol/protos/GMCommandProto.proto

7 lines
160 B
Protocol Buffer
Raw Normal View History

2019-01-15 15:20:30 +08:00
package com.ljsd.jieling.protocols;
option optimize_for = SPEED;
message GMCommand{
optional string command =1 ; // 指令字符串 uid#type#prarm1#param2
}