This commit is contained in:
withchao
2023-03-30 10:20:25 +08:00
parent 39aeabcd24
commit b27efd54cc
3 changed files with 158 additions and 147 deletions
+2 -1
View File
@@ -9,13 +9,14 @@ message ApplyPutReq {
string hash = 3;
string contentType = 4;
int64 fragmentSize = 5;
int64 validTime = 6;
int64 validTime = 6; // 文件有效时间
}
message ApplyPutResp {
string url = 1;
string putID = 2;
int64 fragmentSize = 3;
int64 validTime = 4;// 上传地址的有效时间
repeated string PutURLs = 5;
}