WeChatHelper/MMPro/micromsg/proto/Report.proto

9 lines
92 B
Protocol Buffer
Raw Normal View History

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