WeChatHelper/MMPro/micromsg/proto/ExtDeviceInitRequest.proto

9 lines
111 B
Protocol Buffer
Raw Normal View History

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