修改updateServer字段类型

This commit is contained in:
qiwang 2023-10-23 11:15:45 +08:00
parent 39b8294f2e
commit ccda108a3a
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ message GetServersDetailedByIdResp{
/******************update server Start*************************/
message UpdateServerReq{
string server_id =1;
ServerUpdate Server_update = 2;
ServerUpdate server_update = 2;
}
message ServerUpdate {