WeChatHelper/MMPro/micromsg/proto/SendC2cSecMsgResponse.proto

13 lines
240 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
import "BaseResponse.proto";
message SendC2cSecMsgResponse {
required BaseResponse _BaseResponse = 1;
optional int32 _ErrCode = 2;
optional string _ErrMsg = 3;
optional string _MsgId = 4;
}