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

12 lines
217 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "BaseResponse.proto";
message GenBizIapPrepayResponse {
required BaseResponse _BaseResponse = 1;
optional string _ProductId = 2;
optional string _ExtInfo = 4;
}