更新文档

This commit is contained in:
flswld
2023-01-31 00:10:18 +08:00
parent 5a175722d7
commit bd8a68b8d6
12 changed files with 56 additions and 42 deletions

View File

@@ -12,11 +12,11 @@ service GM {
}
message CmdRequest {
string func_name = 1;
repeated string param = 2;
string func_name = 1;
repeated string param = 2;
}
message CmdReply {
int32 code = 1; // 0 表示成功
int32 code = 1; // 0 表示成功
string message = 2;
}