WeChatHelper/MMPro/micromsg/proto/EchoRequest.proto

10 lines
128 B
Protocol Buffer
Raw Normal View History

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