7 lines
81 B
Protocol Buffer
7 lines
81 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message PingRsp {
|
||
|
// CMD_ID = 20939
|
||
|
int32 retcode = 1;
|
||
|
}
|