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

15 lines
331 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "BaseResponse.proto";
message UploadHDHeadImgResponse {
required BaseResponse _BaseResponse = 1;
required uint32 _TotalLen = 2;
required uint32 _StartPos = 3;
optional string _FinalImgMd5sum = 4;
optional string _BigHeadImgUrl = 5;
optional string _SmallHeadImgUrl = 6;
}