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

10 lines
154 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message WxVerifyCodeReqInfo {
optional string _VerifySignature = 1;
optional string _VerifyContent = 2;
}