update 【gRPC API】 proto files

This commit is contained in:
社会易姐QwQ
2022-01-31 00:33:38 +08:00
parent 83cfcc80d6
commit 57c5621b5d
14 changed files with 1114 additions and 565 deletions

View File

@@ -8,18 +8,6 @@ service Space {
rpc Archive (ArchiveReq) returns (ArchiveReply);
}
//-请求
message ArchiveReq {
//
int64 vmid = 1;
//
int32 pn = 2;
//
int32 ps = 3;
//
string order = 4;
}
//-响应
message ArchiveReply {
//
@@ -32,6 +20,18 @@ message ArchiveReply {
repeated OrderConfig order = 4;
}
//-请求
message ArchiveReq {
//
int64 vmid = 1;
//
int32 pn = 2;
//
int32 ps = 3;
//
string order = 4;
}
//
message Badge {
//