|
|
@ -4,12 +4,13 @@ import "sdkws/sdkws.proto";
|
|
|
|
option go_package = "github.com/OpenIMSDK/Open-IM-Server/pkg/proto/third";
|
|
|
|
option go_package = "github.com/OpenIMSDK/Open-IM-Server/pkg/proto/third";
|
|
|
|
|
|
|
|
|
|
|
|
message ApplyPutReq {
|
|
|
|
message ApplyPutReq {
|
|
|
|
string name = 1;
|
|
|
|
string putID = 1;
|
|
|
|
int64 size = 2;
|
|
|
|
string name = 2;
|
|
|
|
string hash = 3;
|
|
|
|
int64 size = 3;
|
|
|
|
string contentType = 4;
|
|
|
|
string hash = 4;
|
|
|
|
int64 fragmentSize = 5;
|
|
|
|
string contentType = 5;
|
|
|
|
int64 validTime = 6; // 文件有效时间
|
|
|
|
int64 fragmentSize = 6;
|
|
|
|
|
|
|
|
int64 validTime = 7; // 文件有效时间
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
message ApplyPutResp {
|
|
|
|
message ApplyPutResp {
|
|
|
|