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