github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/client/packets/pb/service/oidb/OidbSvcTrpcTcp0xE37_1700.proto (about)

     1  syntax = "proto3";
     2  
     3  option go_package = "github.com/LagrangeDev/LagrangeGo/client/packets/pb/service/oidb";
     4  
     5  // Upload Offline File
     6  message OidbSvcTrpcTcp0xE37_1700 {
     7    uint32 Command = 1; // 1700
     8    int32 Seq = 2;  // 0
     9    ApplyUploadReqV3 Upload = 19;
    10    int32 BusinessId = 101; // 3
    11    int32 ClientType = 102; // 1
    12    int32 FlagSupportMediaPlatform = 200; // 1
    13  }
    14  
    15  message ApplyUploadReqV3 {
    16    string SenderUid = 10;
    17    string ReceiverUid = 20;
    18    uint32 FileSize = 30;
    19    string FileName = 40;
    20    bytes Md510MCheckSum = 50;
    21    bytes Sha1CheckSum = 60;
    22    string LocalPath = 70;
    23    bytes Md5CheckSum = 110;
    24    bytes Sha3CheckSum = 120;
    25  }