This commit is contained in:
withchao
2023-03-29 10:15:21 +08:00
parent ff65eeddba
commit 8ec04f46b0
7 changed files with 252 additions and 211 deletions
+6 -5
View File
@@ -7,15 +7,15 @@ message ApplyPutReq {
string name = 1;
int64 size = 2;
string hash = 3;
int64 fragmentSize = 4;
int64 cleanTime = 5;
string contentType = 4;
int64 fragmentSize = 5;
int64 validTime = 6;
}
message ApplyPutResp {
string url = 1;
string putID = 2;
int64 fragmentSize = 3;
// int64 expirationTime = 4;
repeated string PutURLs = 5;
}
@@ -52,8 +52,9 @@ message GetPutResp {
int64 size = 2;
string hash = 3;
int64 fragmentSize = 4;
int64 cleanTime = 5;
repeated GetPutFragment fragments = 6;
string contentType = 5;
int64 validTime = 6;
repeated GetPutFragment fragments = 7;
}
message GetSignalInvitationInfoReq {