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

17 lines
369 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "BaseRequest.proto";
message GameKVReportReq {
required BaseRequest _BaseRequest = 1;
optional string _DeviceModel = 2;
optional string _DeviceBrand = 3;
optional string _OsName = 4;
optional string _OsVersion = 5;
optional string _LanguageVer = 6;
required uint32 _LogId = 7;
optional string _LogExt = 8;
}