github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/client/pb/cmd0x346/cmd0x346.pb.go (about)

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/cmd0x346/cmd0x346.proto
     3  
     4  package cmd0x346
     5  
     6  type ApplyCleanTrafficRsp struct {
     7  	RetCode int32  `protobuf:"varint,10,opt"`
     8  	RetMsg  string `protobuf:"bytes,20,opt"`
     9  	_       [0]func()
    10  }
    11  
    12  type ApplyCopyFromReq struct {
    13  	SrcUin          int64  `protobuf:"varint,10,opt"`
    14  	SrcGroup        int64  `protobuf:"varint,20,opt"`
    15  	SrcSvcid        int32  `protobuf:"varint,30,opt"`
    16  	SrcParentfolder []byte `protobuf:"bytes,40,opt"`
    17  	SrcUuid         []byte `protobuf:"bytes,50,opt"`
    18  	FileMd5         []byte `protobuf:"bytes,60,opt"`
    19  	DstUin          int64  `protobuf:"varint,70,opt"`
    20  	FileSize        int64  `protobuf:"varint,80,opt"`
    21  	FileName        string `protobuf:"bytes,90,opt"`
    22  	DangerLevel     int32  `protobuf:"varint,100,opt"`
    23  	TotalSpace      int64  `protobuf:"varint,110,opt"`
    24  }
    25  
    26  type ApplyCopyFromRsp struct {
    27  	RetCode    int32  `protobuf:"varint,10,opt"`
    28  	RetMsg     string `protobuf:"bytes,20,opt"`
    29  	Uuid       []byte `protobuf:"bytes,30,opt"`
    30  	TotalSpace int64  `protobuf:"varint,40,opt"`
    31  }
    32  
    33  type ApplyCopyToReq struct {
    34  	DstId         int64  `protobuf:"varint,10,opt"`
    35  	DstUin        int64  `protobuf:"varint,20,opt"`
    36  	DstSvcid      int32  `protobuf:"varint,30,opt"`
    37  	SrcUin        int64  `protobuf:"varint,40,opt"`
    38  	FileSize      int64  `protobuf:"varint,50,opt"`
    39  	FileName      string `protobuf:"bytes,60,opt"`
    40  	LocalFilepath string `protobuf:"bytes,70,opt"`
    41  	Uuid          []byte `protobuf:"bytes,80,opt"`
    42  }
    43  
    44  type ApplyCopyToRsp struct {
    45  	RetCode int32  `protobuf:"varint,10,opt"`
    46  	RetMsg  string `protobuf:"bytes,20,opt"`
    47  	FileKey string `protobuf:"bytes,30,opt"`
    48  	_       [0]func()
    49  }
    50  
    51  type ApplyDownloadAbsReq struct {
    52  	Uin  int64  `protobuf:"varint,10,opt"`
    53  	Uuid []byte `protobuf:"bytes,20,opt"`
    54  }
    55  
    56  type ApplyDownloadAbsRsp struct {
    57  	RetCode      int32         `protobuf:"varint,10,opt"`
    58  	RetMsg       string        `protobuf:"bytes,20,opt"`
    59  	DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt"`
    60  	_            [0]func()
    61  }
    62  
    63  type ApplyDownloadReq struct {
    64  	Uin       int64  `protobuf:"varint,10,opt"`
    65  	Uuid      []byte `protobuf:"bytes,20,opt"`
    66  	OwnerType int32  `protobuf:"varint,30,opt"`
    67  	ExtIntype int32  `protobuf:"varint,500,opt"`
    68  }
    69  
    70  type ApplyDownloadRsp struct {
    71  	RetCode      int32         `protobuf:"varint,10,opt"`
    72  	RetMsg       string        `protobuf:"bytes,20,opt"`
    73  	DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt"`
    74  	FileInfo     *FileInfo     `protobuf:"bytes,40,opt"`
    75  	_            [0]func()
    76  }
    77  
    78  type ApplyForwardFileReq struct {
    79  	SenderUin   int64  `protobuf:"varint,10,opt"`
    80  	RecverUin   int64  `protobuf:"varint,20,opt"`
    81  	Uuid        []byte `protobuf:"bytes,30,opt"`
    82  	DangerLevel int32  `protobuf:"varint,40,opt"`
    83  	TotalSpace  int64  `protobuf:"varint,50,opt"`
    84  }
    85  
    86  type ApplyForwardFileRsp struct {
    87  	RetCode    int32  `protobuf:"varint,10,opt"`
    88  	RetMsg     string `protobuf:"bytes,20,opt"`
    89  	TotalSpace int64  `protobuf:"varint,30,opt"`
    90  	UsedSpace  int64  `protobuf:"varint,40,opt"`
    91  	Uuid       []byte `protobuf:"bytes,50,opt"`
    92  }
    93  
    94  type ApplyGetTrafficReq struct {
    95  	_ [0]func()
    96  }
    97  
    98  type ApplyGetTrafficRsp struct {
    99  	RetCode     int32  `protobuf:"varint,10,opt"`
   100  	RetMsg      string `protobuf:"bytes,20,opt"`
   101  	UseFileSize int64  `protobuf:"varint,30,opt"`
   102  	UseFileNum  int32  `protobuf:"varint,40,opt"`
   103  	AllFileSize int64  `protobuf:"varint,50,opt"`
   104  	AllFileNum  int32  `protobuf:"varint,60,opt"`
   105  	_           [0]func()
   106  }
   107  
   108  type ApplyListDownloadReq struct {
   109  	Uin        int64 `protobuf:"varint,10,opt"`
   110  	BeginIndex int32 `protobuf:"varint,20,opt"`
   111  	ReqCount   int32 `protobuf:"varint,30,opt"`
   112  	_          [0]func()
   113  }
   114  
   115  type ApplyListDownloadRsp struct {
   116  	RetCode    int32       `protobuf:"varint,10,opt"`
   117  	RetMsg     string      `protobuf:"bytes,20,opt"`
   118  	TotalCount int32       `protobuf:"varint,30,opt"`
   119  	BeginIndex int32       `protobuf:"varint,40,opt"`
   120  	RspCount   int32       `protobuf:"varint,50,opt"`
   121  	IsEnd      int32       `protobuf:"varint,60,opt"`
   122  	FileList   []*FileInfo `protobuf:"bytes,70,rep"`
   123  }
   124  
   125  type ApplyUploadHitReq struct {
   126  	SenderUin     int64  `protobuf:"varint,10,opt"`
   127  	RecverUin     int64  `protobuf:"varint,20,opt"`
   128  	FileSize      int64  `protobuf:"varint,30,opt"`
   129  	FileName      string `protobuf:"bytes,40,opt"`
   130  	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
   131  	LocalFilepath string `protobuf:"bytes,60,opt"`
   132  	DangerLevel   int32  `protobuf:"varint,70,opt"`
   133  	TotalSpace    int64  `protobuf:"varint,80,opt"`
   134  }
   135  
   136  type ApplyUploadHitReqV2 struct {
   137  	SenderUin     int64  `protobuf:"varint,10,opt"`
   138  	RecverUin     int64  `protobuf:"varint,20,opt"`
   139  	FileSize      int64  `protobuf:"varint,30,opt"`
   140  	FileName      string `protobuf:"bytes,40,opt"`
   141  	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
   142  	Bytes_3Sha    []byte `protobuf:"bytes,60,opt"`
   143  	Sha           []byte `protobuf:"bytes,70,opt"`
   144  	LocalFilepath string `protobuf:"bytes,80,opt"`
   145  	DangerLevel   int32  `protobuf:"varint,90,opt"`
   146  	TotalSpace    int64  `protobuf:"varint,100,opt"`
   147  }
   148  
   149  type ApplyUploadHitReqV3 struct {
   150  	SenderUin     int64  `protobuf:"varint,10,opt"`
   151  	RecverUin     int64  `protobuf:"varint,20,opt"`
   152  	FileSize      int64  `protobuf:"varint,30,opt"`
   153  	FileName      string `protobuf:"bytes,40,opt"`
   154  	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
   155  	Sha           []byte `protobuf:"bytes,60,opt"`
   156  	LocalFilepath string `protobuf:"bytes,70,opt"`
   157  	DangerLevel   int32  `protobuf:"varint,80,opt"`
   158  	TotalSpace    int64  `protobuf:"varint,90,opt"`
   159  }
   160  
   161  type ApplyUploadHitRsp struct {
   162  	RetCode      int32  `protobuf:"varint,10,opt"`
   163  	RetMsg       string `protobuf:"bytes,20,opt"`
   164  	UploadIp     string `protobuf:"bytes,30,opt"`
   165  	UploadPort   int32  `protobuf:"varint,40,opt"`
   166  	UploadDomain string `protobuf:"bytes,50,opt"`
   167  	Uuid         []byte `protobuf:"bytes,60,opt"`
   168  	UploadKey    []byte `protobuf:"bytes,70,opt"`
   169  	TotalSpace   int64  `protobuf:"varint,80,opt"`
   170  	UsedSpace    int64  `protobuf:"varint,90,opt"`
   171  }
   172  
   173  type ApplyUploadHitRspV2 struct {
   174  	RetCode      int32  `protobuf:"varint,10,opt"`
   175  	RetMsg       string `protobuf:"bytes,20,opt"`
   176  	UploadIp     string `protobuf:"bytes,30,opt"`
   177  	UploadPort   int32  `protobuf:"varint,40,opt"`
   178  	UploadDomain string `protobuf:"bytes,50,opt"`
   179  	Uuid         []byte `protobuf:"bytes,60,opt"`
   180  	UploadKey    []byte `protobuf:"bytes,70,opt"`
   181  	TotalSpace   int64  `protobuf:"varint,80,opt"`
   182  	UsedSpace    int64  `protobuf:"varint,90,opt"`
   183  }
   184  
   185  type ApplyUploadHitRspV3 struct {
   186  	RetCode      int32  `protobuf:"varint,10,opt"`
   187  	RetMsg       string `protobuf:"bytes,20,opt"`
   188  	UploadIp     string `protobuf:"bytes,30,opt"`
   189  	UploadPort   int32  `protobuf:"varint,40,opt"`
   190  	UploadDomain string `protobuf:"bytes,50,opt"`
   191  	Uuid         []byte `protobuf:"bytes,60,opt"`
   192  	UploadKey    []byte `protobuf:"bytes,70,opt"`
   193  	TotalSpace   int64  `protobuf:"varint,80,opt"`
   194  	UsedSpace    int64  `protobuf:"varint,90,opt"`
   195  }
   196  
   197  type ApplyUploadReq struct {
   198  	SenderUin     int64  `protobuf:"varint,10,opt"`
   199  	RecverUin     int64  `protobuf:"varint,20,opt"`
   200  	FileType      int32  `protobuf:"varint,30,opt"`
   201  	FileSize      int64  `protobuf:"varint,40,opt"`
   202  	FileName      string `protobuf:"bytes,50,opt"`
   203  	Bytes_10MMd5  []byte `protobuf:"bytes,60,opt"`
   204  	LocalFilepath string `protobuf:"bytes,70,opt"`
   205  	DangerLevel   int32  `protobuf:"varint,80,opt"`
   206  	TotalSpace    int64  `protobuf:"varint,90,opt"`
   207  }
   208  
   209  type ApplyUploadReqV2 struct {
   210  	SenderUin     int64  `protobuf:"varint,10,opt"`
   211  	RecverUin     int64  `protobuf:"varint,20,opt"`
   212  	FileSize      int64  `protobuf:"varint,30,opt"`
   213  	FileName      string `protobuf:"bytes,40,opt"`
   214  	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
   215  	Bytes_3Sha    []byte `protobuf:"bytes,60,opt"`
   216  	LocalFilepath string `protobuf:"bytes,70,opt"`
   217  	DangerLevel   int32  `protobuf:"varint,80,opt"`
   218  	TotalSpace    int64  `protobuf:"varint,90,opt"`
   219  }
   220  
   221  type ApplyUploadReqV3 struct {
   222  	SenderUin     int64  `protobuf:"varint,10,opt"`
   223  	RecverUin     int64  `protobuf:"varint,20,opt"`
   224  	FileSize      int64  `protobuf:"varint,30,opt"`
   225  	FileName      string `protobuf:"bytes,40,opt"`
   226  	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
   227  	Sha           []byte `protobuf:"bytes,60,opt"`
   228  	LocalFilepath string `protobuf:"bytes,70,opt"`
   229  	DangerLevel   int32  `protobuf:"varint,80,opt"`
   230  	TotalSpace    int64  `protobuf:"varint,90,opt"`
   231  	Md5           []byte `protobuf:"bytes,110,opt"`
   232  	X3Sha         []byte `protobuf:"bytes,120,opt"`
   233  }
   234  
   235  type ApplyUploadRsp struct {
   236  	RetCode       int32    `protobuf:"varint,10,opt"`
   237  	RetMsg        string   `protobuf:"bytes,20,opt"`
   238  	TotalSpace    int64    `protobuf:"varint,30,opt"`
   239  	UsedSpace     int64    `protobuf:"varint,40,opt"`
   240  	UploadedSize  int64    `protobuf:"varint,50,opt"`
   241  	UploadIp      string   `protobuf:"bytes,60,opt"`
   242  	UploadDomain  string   `protobuf:"bytes,70,opt"`
   243  	UploadPort    int32    `protobuf:"varint,80,opt"`
   244  	Uuid          []byte   `protobuf:"bytes,90,opt"`
   245  	UploadKey     []byte   `protobuf:"bytes,100,opt"`
   246  	BoolFileExist bool     `protobuf:"varint,110,opt"`
   247  	PackSize      int32    `protobuf:"varint,120,opt"`
   248  	UploadipList  []string `protobuf:"bytes,130,rep"`
   249  }
   250  
   251  type ApplyUploadRspV2 struct {
   252  	RetCode       int32    `protobuf:"varint,10,opt"`
   253  	RetMsg        string   `protobuf:"bytes,20,opt"`
   254  	TotalSpace    int64    `protobuf:"varint,30,opt"`
   255  	UsedSpace     int64    `protobuf:"varint,40,opt"`
   256  	UploadedSize  int64    `protobuf:"varint,50,opt"`
   257  	UploadIp      string   `protobuf:"bytes,60,opt"`
   258  	UploadDomain  string   `protobuf:"bytes,70,opt"`
   259  	UploadPort    int32    `protobuf:"varint,80,opt"`
   260  	Uuid          []byte   `protobuf:"bytes,90,opt"`
   261  	UploadKey     []byte   `protobuf:"bytes,100,opt"`
   262  	BoolFileExist bool     `protobuf:"varint,110,opt"`
   263  	PackSize      int32    `protobuf:"varint,120,opt"`
   264  	UploadipList  []string `protobuf:"bytes,130,rep"`
   265  	HttpsvrApiVer int32    `protobuf:"varint,140,opt"`
   266  	Sha           []byte   `protobuf:"bytes,141,opt"`
   267  }
   268  
   269  type ApplyUploadRspV3 struct {
   270  	RetCode                 int32    `protobuf:"varint,10,opt"`
   271  	RetMsg                  string   `protobuf:"bytes,20,opt"`
   272  	TotalSpace              int64    `protobuf:"varint,30,opt"`
   273  	UsedSpace               int64    `protobuf:"varint,40,opt"`
   274  	UploadedSize            int64    `protobuf:"varint,50,opt"`
   275  	UploadIp                string   `protobuf:"bytes,60,opt"`
   276  	UploadDomain            string   `protobuf:"bytes,70,opt"`
   277  	UploadPort              int32    `protobuf:"varint,80,opt"`
   278  	Uuid                    []byte   `protobuf:"bytes,90,opt"`
   279  	UploadKey               []byte   `protobuf:"bytes,100,opt"`
   280  	BoolFileExist           bool     `protobuf:"varint,110,opt"`
   281  	PackSize                int32    `protobuf:"varint,120,opt"`
   282  	UploadIpList            []string `protobuf:"bytes,130,rep"`
   283  	UploadHttpsPort         int32    `protobuf:"varint,140,opt"`
   284  	UploadHttpsDomain       string   `protobuf:"bytes,150,opt"`
   285  	UploadDns               string   `protobuf:"bytes,160,opt"`
   286  	UploadLanip             string   `protobuf:"bytes,170,opt"`
   287  	MediaPlateformUploadKey []byte   `protobuf:"bytes,220,opt"`
   288  }
   289  
   290  type DelMessageReq struct {
   291  	UinSender   int64 `protobuf:"varint,1,opt"`
   292  	UinReceiver int64 `protobuf:"varint,2,opt"`
   293  	Time        int32 `protobuf:"varint,10,opt"`
   294  	Random      int32 `protobuf:"varint,20,opt"`
   295  	SeqNo       int32 `protobuf:"varint,30,opt"`
   296  	_           [0]func()
   297  }
   298  
   299  type DeleteFileReq struct {
   300  	Uin        int64  `protobuf:"varint,10,opt"`
   301  	PeerUin    int64  `protobuf:"varint,20,opt"`
   302  	DeleteType int32  `protobuf:"varint,30,opt"`
   303  	Uuid       []byte `protobuf:"bytes,40,opt"`
   304  }
   305  
   306  type DeleteFileRsp struct {
   307  	RetCode int32  `protobuf:"varint,10,opt"`
   308  	RetMsg  string `protobuf:"bytes,20,opt"`
   309  	_       [0]func()
   310  }
   311  
   312  type DownloadInfo struct {
   313  	DownloadKey    []byte   `protobuf:"bytes,10,opt"`
   314  	DownloadIp     string   `protobuf:"bytes,20,opt"`
   315  	DownloadDomain string   `protobuf:"bytes,30,opt"`
   316  	Port           int32    `protobuf:"varint,40,opt"`
   317  	DownloadUrl    string   `protobuf:"bytes,50,opt"`
   318  	DownloadipList []string `protobuf:"bytes,60,rep"`
   319  	Cookie         string   `protobuf:"bytes,70,opt"`
   320  }
   321  
   322  type DownloadSuccReq struct {
   323  	Uin  int64  `protobuf:"varint,10,opt"`
   324  	Uuid []byte `protobuf:"bytes,20,opt"`
   325  }
   326  
   327  type DownloadSuccRsp struct {
   328  	RetCode  int32  `protobuf:"varint,10,opt"`
   329  	RetMsg   string `protobuf:"bytes,20,opt"`
   330  	DownStat int32  `protobuf:"varint,30,opt"`
   331  	_        [0]func()
   332  }
   333  
   334  type ExtensionReq struct {
   335  	Id               int64          `protobuf:"varint,1,opt"`
   336  	Type             int64          `protobuf:"varint,2,opt"`
   337  	DstPhonenum      string         `protobuf:"bytes,3,opt"`
   338  	PhoneConvertType int32          `protobuf:"varint,4,opt"`
   339  	Sig              []byte         `protobuf:"bytes,20,opt"`
   340  	RouteId          int64          `protobuf:"varint,100,opt"`
   341  	DelMessageReq    *DelMessageReq `protobuf:"bytes,90100,opt"`
   342  	DownloadUrlType  int32          `protobuf:"varint,90200,opt"`
   343  	PttFormat        int32          `protobuf:"varint,90300,opt"`
   344  	IsNeedInnerIp    int32          `protobuf:"varint,90400,opt"`
   345  	NetType          int32          `protobuf:"varint,90500,opt"`
   346  	VoiceType        int32          `protobuf:"varint,90600,opt"`
   347  	FileType         int32          `protobuf:"varint,90700,opt"`
   348  	PttTime          int32          `protobuf:"varint,90800,opt"`
   349  }
   350  
   351  type ExtensionRsp struct {
   352  	_ [0]func()
   353  }
   354  
   355  type FileInfo struct {
   356  	Uin          int64  `protobuf:"varint,1,opt"`
   357  	DangerEvel   int32  `protobuf:"varint,2,opt"`
   358  	FileSize     int64  `protobuf:"varint,3,opt"`
   359  	LifeTime     int32  `protobuf:"varint,4,opt"`
   360  	UploadTime   int32  `protobuf:"varint,5,opt"`
   361  	Uuid         []byte `protobuf:"bytes,6,opt"`
   362  	FileName     string `protobuf:"bytes,7,opt"`
   363  	AbsFileType  int32  `protobuf:"varint,90,opt"`
   364  	Bytes_10MMd5 []byte `protobuf:"bytes,100,opt"`
   365  	Sha          []byte `protobuf:"bytes,101,opt"`
   366  	ClientType   int32  `protobuf:"varint,110,opt"`
   367  	OwnerUin     int64  `protobuf:"varint,120,opt"`
   368  	PeerUin      int64  `protobuf:"varint,121,opt"`
   369  	ExpireTime   int32  `protobuf:"varint,130,opt"`
   370  }
   371  
   372  type FileQueryReq struct {
   373  	Uin  int64  `protobuf:"varint,10,opt"`
   374  	Uuid []byte `protobuf:"bytes,20,opt"`
   375  }
   376  
   377  type FileQueryRsp struct {
   378  	RetCode  int32     `protobuf:"varint,10,opt"`
   379  	RetMsg   string    `protobuf:"bytes,20,opt"`
   380  	FileInfo *FileInfo `protobuf:"bytes,30,opt"`
   381  	_        [0]func()
   382  }
   383  
   384  type RecallFileReq struct {
   385  	Uin  int64  `protobuf:"varint,1,opt"`
   386  	Uuid []byte `protobuf:"bytes,2,opt"`
   387  }
   388  
   389  type RecallFileRsp struct {
   390  	RetCode int32  `protobuf:"varint,1,opt"`
   391  	RetMsg  string `protobuf:"bytes,2,opt"`
   392  	_       [0]func()
   393  }
   394  
   395  type RecvListQueryReq struct {
   396  	Uin        int64 `protobuf:"varint,1,opt"`
   397  	BeginIndex int32 `protobuf:"varint,2,opt"`
   398  	ReqCount   int32 `protobuf:"varint,3,opt"`
   399  	_          [0]func()
   400  }
   401  
   402  type RecvListQueryRsp struct {
   403  	RetCode      int32       `protobuf:"varint,1,opt"`
   404  	RetMsg       string      `protobuf:"bytes,2,opt"`
   405  	FileTotCount int32       `protobuf:"varint,3,opt"`
   406  	BeginIndex   int32       `protobuf:"varint,4,opt"`
   407  	RspFileCount int32       `protobuf:"varint,5,opt"`
   408  	IsEnd        int32       `protobuf:"varint,6,opt"`
   409  	FileList     []*FileInfo `protobuf:"bytes,7,rep"`
   410  }
   411  
   412  type RenewFileReq struct {
   413  	Uin    int64  `protobuf:"varint,1,opt"`
   414  	Uuid   []byte `protobuf:"bytes,2,opt"`
   415  	AddTtl int32  `protobuf:"varint,3,opt"`
   416  }
   417  
   418  type RenewFileRsp struct {
   419  	RetCode int32  `protobuf:"varint,1,opt"`
   420  	RetMsg  string `protobuf:"bytes,2,opt"`
   421  	_       [0]func()
   422  }
   423  
   424  type C346ReqBody struct {
   425  	Cmd int32 `protobuf:"varint,1,opt"`
   426  	Seq int32 `protobuf:"varint,2,opt"`
   427  	// RecvListQueryReq recvListQueryReq = 3;
   428  	// SendListQueryReq sendListQueryReq = 4;
   429  	// RenewFileReq renewFileReq = 5;
   430  	// RecallFileReq recallFileReq = 6;
   431  	ApplyUploadReq *ApplyUploadReq `protobuf:"bytes,7,opt"`
   432  	// ApplyUploadHitReq applyUploadHitReq = 8;
   433  	// ApplyForwardFileReq applyForwardFileReq = 9;
   434  	UploadSuccReq *UploadSuccReq `protobuf:"bytes,10,opt"`
   435  	// DeleteFileReq deleteFileReq = 11;
   436  	// DownloadSuccReq downloadSuccReq = 12;
   437  	// ApplyDownloadAbsReq applyDownloadAbsReq = 13;
   438  	ApplyDownloadReq *ApplyDownloadReq `protobuf:"bytes,14,opt"`
   439  	// ApplyListDownloadReq applyListDownloadReq = 15;
   440  	// FileQueryReq fileQueryReq = 16;
   441  	// ApplyCopyFromReq applyCopyFromReq = 17;
   442  	// ApplyUploadReqV2 applyUploadReqV2 = 18;
   443  	ApplyUploadReqV3 *ApplyUploadReqV3 `protobuf:"bytes,19,opt"`
   444  	// ApplyUploadHitReqV2 applyUploadHitReqV2 = 20;
   445  	// ApplyUploadHitReqV3 applyUploadHitReqV3 = 21;
   446  	BusinessId               int32  `protobuf:"varint,101,opt"`
   447  	ClientType               int32  `protobuf:"varint,102,opt"`
   448  	FlagSupportMediaplatform uint32 `protobuf:"varint,200,opt"`
   449  	// ApplyCopyToReq applyCopyToReq = 90000;
   450  	// ApplyCleanTrafficReq applyCleanTrafficReq = 90001; empty message
   451  	// ApplyGetTrafficReq applyGetTrafficReq = 90002;
   452  	ExtensionReq *ExtensionReq `protobuf:"bytes,99999,opt"`
   453  	_            [0]func()
   454  }
   455  
   456  type C346RspBody struct {
   457  	Cmd int32 `protobuf:"varint,1,opt"`
   458  	Seq int32 `protobuf:"varint,2,opt"`
   459  	// RecvListQueryRsp recvListQueryRsp = 3;
   460  	// SendListQueryRsp sendListQueryRsp = 4;
   461  	// RenewFileRsp renewFileRsp = 5;
   462  	// RecallFileRsp recallFileRsp = 6;
   463  	ApplyUploadRsp *ApplyUploadRsp `protobuf:"bytes,7,opt"`
   464  	// ApplyUploadHitRsp applyUploadHitRsp = 8;
   465  	// ApplyForwardFileRsp applyForwardFileRsp = 9;
   466  	// UploadSuccRsp uploadSuccRsp = 10;
   467  	// DeleteFileRsp deleteFileRsp = 11;
   468  	// DownloadSuccRsp downloadSuccRsp = 12;
   469  	// ApplyDownloadAbsRsp applyDownloadAbsRsp = 13;
   470  	ApplyDownloadRsp *ApplyDownloadRsp `protobuf:"bytes,14,opt"`
   471  	// ApplyListDownloadRsp applyListDownloadRsp = 15;
   472  	// FileQueryRsp fileQueryRsp = 16;
   473  	// ApplyCopyFromRsp applyCopyFromRsp = 17;
   474  	// ApplyUploadRspV2 applyUploadRspV2 = 18;
   475  	ApplyUploadRspV3 *ApplyUploadRspV3 `protobuf:"bytes,19,opt"`
   476  	// ApplyUploadHitRspV2 applyUploadHitRspV2 = 20;
   477  	// ApplyUploadHitRspV3 applyUploadHitRspV3 = 21;
   478  	BusinessId int32 `protobuf:"varint,101,opt"`
   479  	ClientType int32 `protobuf:"varint,102,opt"`
   480  	_          [0]func()
   481  }
   482  
   483  type SendListQueryReq struct {
   484  	Uin        int64 `protobuf:"varint,1,opt"`
   485  	BeginIndex int32 `protobuf:"varint,2,opt"`
   486  	ReqCount   int32 `protobuf:"varint,3,opt"`
   487  	_          [0]func()
   488  }
   489  
   490  type SendListQueryRsp struct {
   491  	RetCode      int32       `protobuf:"varint,1,opt"`
   492  	RetMsg       string      `protobuf:"bytes,2,opt"`
   493  	FileTotCount int32       `protobuf:"varint,3,opt"`
   494  	BeginIndex   int32       `protobuf:"varint,4,opt"`
   495  	RspFileCount int32       `protobuf:"varint,5,opt"`
   496  	IsEnd        int32       `protobuf:"varint,6,opt"`
   497  	TotLimit     int64       `protobuf:"varint,7,opt"`
   498  	UsedLimit    int64       `protobuf:"varint,8,opt"`
   499  	FileList     []*FileInfo `protobuf:"bytes,9,rep"`
   500  }
   501  
   502  type UploadSuccReq struct {
   503  	SenderUin int64  `protobuf:"varint,10,opt"`
   504  	RecverUin int64  `protobuf:"varint,20,opt"`
   505  	Uuid      []byte `protobuf:"bytes,30,opt"`
   506  }
   507  
   508  type UploadSuccRsp struct {
   509  	RetCode  int32     `protobuf:"varint,10,opt"`
   510  	RetMsg   string    `protobuf:"bytes,20,opt"`
   511  	FileInfo *FileInfo `protobuf:"bytes,30,opt"`
   512  	_        [0]func()
   513  }