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

11 lines
159 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message AppSetting {
optional string _AppID = 1;
required uint32 _AppFlag = 2;
optional string _OpenID = 3;
}