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

16 lines
324 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message AuthAppBaseInfo {
optional string _AppID = 1;
optional string _AppType = 2;
optional string _IconUrl = 3;
optional string _AppName = 4;
required uint32 _AppFlag = 5;
optional string _ExternInfo = 6;
optional string _AuthInfo = 7;
optional string _DevInfo = 8;
}