mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 16:45:59 +08:00
third
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user