WeChatHelper/MMPro/micromsg/proto/CheckBigFileDownloadResponse.proto
2024-06-11 08:43:45 +08:00

14 lines
293 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "BaseResponse.proto";
message CheckBigFileDownloadResponse {
required BaseResponse _BaseResponse = 1;
optional string _Signature = 2;
optional uint32 _Fakeuin = 3;
optional string _FakeAESKey = 4;
optional string _FakeSignature = 5;
}