WeChatHelper/MMPro/micromsg/proto/GetProductInfoResponse.proto

13 lines
244 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
import "BaseResponse.proto";
message GetProductInfoResponse {
required BaseResponse _BaseResponse = 1;
required uint32 _Type = 2;
optional string _DescXML = 3;
optional string _ProductID = 4;
}