mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:42:25 +08:00
更新文档
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user