WeChatHelper/MMPro/micromsg/proto/AppSettingReq.proto

9 lines
101 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
message AppSettingReq {
optional string _AppID = 1;
}