10 lines
154 B
Protocol Buffer
10 lines
154 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message WxVerifyCodeReqInfo {
|
|
optional string _VerifySignature = 1;
|
|
optional string _VerifyContent = 2;
|
|
}
|