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