801 lines
29 KiB
Go
801 lines
29 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: xxcaibi.proto
|
|
|
|
package wechat
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
math "math"
|
|
"xiawan/wx/protobuf/proto_ref"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
// 下载 CDN 视频 请求体
|
|
type DownloadVideoRequest struct {
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
|
|
MsgId *uint32 `protobuf:"varint,2,opt,name=msgId" json:"msgId,omitempty"`
|
|
TotalLen *uint32 `protobuf:"varint,3,opt,name=totalLen" json:"totalLen,omitempty"`
|
|
StartPos *uint32 `protobuf:"varint,4,opt,name=startPos" json:"startPos,omitempty"`
|
|
NetworkEnv *uint32 `protobuf:"varint,5,opt,name=networkEnv" json:"networkEnv,omitempty"`
|
|
MxPackSize *uint32 `protobuf:"varint,6,opt,name=mxPackSize" json:"mxPackSize,omitempty"`
|
|
NewMsgId *uint64 `protobuf:"varint,7,opt,name=newMsgId" json:"newMsgId,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *DownloadVideoRequest) Reset() { *m = DownloadVideoRequest{} }
|
|
func (m *DownloadVideoRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*DownloadVideoRequest) ProtoMessage() {}
|
|
func (*DownloadVideoRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_4f173d3eaf539867, []int{0}
|
|
}
|
|
|
|
func (m *DownloadVideoRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_DownloadVideoRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *DownloadVideoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_DownloadVideoRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *DownloadVideoRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_DownloadVideoRequest.Merge(m, src)
|
|
}
|
|
func (m *DownloadVideoRequest) XXX_Size() int {
|
|
return xxx_messageInfo_DownloadVideoRequest.Size(m)
|
|
}
|
|
func (m *DownloadVideoRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_DownloadVideoRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_DownloadVideoRequest proto.InternalMessageInfo
|
|
|
|
func (m *DownloadVideoRequest) GetBaseRequest() *BaseRequest {
|
|
if m != nil {
|
|
return m.BaseRequest
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *DownloadVideoRequest) GetMsgId() uint32 {
|
|
if m != nil && m.MsgId != nil {
|
|
return *m.MsgId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DownloadVideoRequest) GetTotalLen() uint32 {
|
|
if m != nil && m.TotalLen != nil {
|
|
return *m.TotalLen
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DownloadVideoRequest) GetStartPos() uint32 {
|
|
if m != nil && m.StartPos != nil {
|
|
return *m.StartPos
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DownloadVideoRequest) GetNetworkEnv() uint32 {
|
|
if m != nil && m.NetworkEnv != nil {
|
|
return *m.NetworkEnv
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DownloadVideoRequest) GetMxPackSize() uint32 {
|
|
if m != nil && m.MxPackSize != nil {
|
|
return *m.MxPackSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DownloadVideoRequest) GetNewMsgId() uint64 {
|
|
if m != nil && m.NewMsgId != nil {
|
|
return *m.NewMsgId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 下载 CDN 视频 响应体
|
|
type DownloadVideoResponse struct {
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
|
|
MsgId *uint32 `protobuf:"varint,2,opt,name=msgId" json:"msgId,omitempty"`
|
|
TotalLen *uint32 `protobuf:"varint,3,opt,name=totalLen" json:"totalLen,omitempty"`
|
|
StartPos *uint32 `protobuf:"varint,4,opt,name=startPos" json:"startPos,omitempty"`
|
|
Data *SKBuiltinString_ `protobuf:"bytes,5,opt,name=data" json:"data,omitempty"`
|
|
NewMsgId *uint64 `protobuf:"varint,6,opt,name=newMsgId" json:"newMsgId,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *DownloadVideoResponse) Reset() { *m = DownloadVideoResponse{} }
|
|
func (m *DownloadVideoResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*DownloadVideoResponse) ProtoMessage() {}
|
|
func (*DownloadVideoResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_4f173d3eaf539867, []int{1}
|
|
}
|
|
|
|
func (m *DownloadVideoResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_DownloadVideoResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *DownloadVideoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_DownloadVideoResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *DownloadVideoResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_DownloadVideoResponse.Merge(m, src)
|
|
}
|
|
func (m *DownloadVideoResponse) XXX_Size() int {
|
|
return xxx_messageInfo_DownloadVideoResponse.Size(m)
|
|
}
|
|
func (m *DownloadVideoResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_DownloadVideoResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_DownloadVideoResponse proto.InternalMessageInfo
|
|
|
|
func (m *DownloadVideoResponse) GetBaseResponse() *BaseResponse {
|
|
if m != nil {
|
|
return m.BaseResponse
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *DownloadVideoResponse) GetMsgId() uint32 {
|
|
if m != nil && m.MsgId != nil {
|
|
return *m.MsgId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DownloadVideoResponse) GetTotalLen() uint32 {
|
|
if m != nil && m.TotalLen != nil {
|
|
return *m.TotalLen
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DownloadVideoResponse) GetStartPos() uint32 {
|
|
if m != nil && m.StartPos != nil {
|
|
return *m.StartPos
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *DownloadVideoResponse) GetData() *SKBuiltinString_ {
|
|
if m != nil {
|
|
return m.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *DownloadVideoResponse) GetNewMsgId() uint64 {
|
|
if m != nil && m.NewMsgId != nil {
|
|
return *m.NewMsgId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 获取指定 wxid 用户朋友圈 响应体(SnsUserPageResponse)
|
|
type SnsUserPageResponseNew struct {
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
|
|
FirstPageMd5 *string `protobuf:"bytes,2,opt,name=firstPageMd5" json:"firstPageMd5,omitempty"`
|
|
ObjectCount *uint32 `protobuf:"varint,3,opt,name=objectCount" json:"objectCount,omitempty"`
|
|
ObjectList []*SnsObjectNew `protobuf:"bytes,4,rep,name=objectList" json:"objectList,omitempty"`
|
|
ObjectTotalCount *uint32 `protobuf:"varint,5,opt,name=objectTotalCount" json:"objectTotalCount,omitempty"`
|
|
SnsUserInfo *SnsUserInfo `protobuf:"bytes,6,opt,name=snsUserInfo" json:"snsUserInfo,omitempty"`
|
|
NewRequestTime *uint32 `protobuf:"varint,7,opt,name=newRequestTime" json:"newRequestTime,omitempty"`
|
|
ObjectCountForSameMd5 *uint32 `protobuf:"varint,8,opt,name=objectCountForSameMd5" json:"objectCountForSameMd5,omitempty"`
|
|
ServerConfig *SnsServerConfig `protobuf:"bytes,9,opt,name=serverConfig" json:"serverConfig,omitempty"`
|
|
LimitedId *int64 `protobuf:"varint,10,opt,name=limitedId" json:"limitedId,omitempty"`
|
|
ContinueId *int64 `protobuf:"varint,11,opt,name=continueId" json:"continueId,omitempty"`
|
|
RetTips *string `protobuf:"bytes,12,opt,name=retTips" json:"retTips,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) Reset() { *m = SnsUserPageResponseNew{} }
|
|
func (m *SnsUserPageResponseNew) String() string { return proto.CompactTextString(m) }
|
|
func (*SnsUserPageResponseNew) ProtoMessage() {}
|
|
func (*SnsUserPageResponseNew) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_4f173d3eaf539867, []int{2}
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SnsUserPageResponseNew.Unmarshal(m, b)
|
|
}
|
|
func (m *SnsUserPageResponseNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SnsUserPageResponseNew.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SnsUserPageResponseNew) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SnsUserPageResponseNew.Merge(m, src)
|
|
}
|
|
func (m *SnsUserPageResponseNew) XXX_Size() int {
|
|
return xxx_messageInfo_SnsUserPageResponseNew.Size(m)
|
|
}
|
|
func (m *SnsUserPageResponseNew) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SnsUserPageResponseNew.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SnsUserPageResponseNew proto.InternalMessageInfo
|
|
|
|
func (m *SnsUserPageResponseNew) GetBaseResponse() *BaseResponse {
|
|
if m != nil {
|
|
return m.BaseResponse
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetFirstPageMd5() string {
|
|
if m != nil && m.FirstPageMd5 != nil {
|
|
return *m.FirstPageMd5
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetObjectCount() uint32 {
|
|
if m != nil && m.ObjectCount != nil {
|
|
return *m.ObjectCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetObjectList() []*SnsObjectNew {
|
|
if m != nil {
|
|
return m.ObjectList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetObjectTotalCount() uint32 {
|
|
if m != nil && m.ObjectTotalCount != nil {
|
|
return *m.ObjectTotalCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetSnsUserInfo() *SnsUserInfo {
|
|
if m != nil {
|
|
return m.SnsUserInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetNewRequestTime() uint32 {
|
|
if m != nil && m.NewRequestTime != nil {
|
|
return *m.NewRequestTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetObjectCountForSameMd5() uint32 {
|
|
if m != nil && m.ObjectCountForSameMd5 != nil {
|
|
return *m.ObjectCountForSameMd5
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetServerConfig() *SnsServerConfig {
|
|
if m != nil {
|
|
return m.ServerConfig
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetLimitedId() int64 {
|
|
if m != nil && m.LimitedId != nil {
|
|
return *m.LimitedId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetContinueId() int64 {
|
|
if m != nil && m.ContinueId != nil {
|
|
return *m.ContinueId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsUserPageResponseNew) GetRetTips() string {
|
|
if m != nil && m.RetTips != nil {
|
|
return *m.RetTips
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 获取指定 wxid 用户朋友圈 响应体(SnsUserPageResponse) 的朋友圈内容详情(SnsObject)
|
|
type SnsObjectNew struct {
|
|
Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
|
|
Username *string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
|
|
Nickname *string `protobuf:"bytes,3,opt,name=nickname" json:"nickname,omitempty"`
|
|
CreateTime *uint32 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"`
|
|
ObjectDesc *SKBuiltinString_ `protobuf:"bytes,5,opt,name=objectDesc" json:"objectDesc,omitempty"`
|
|
LikeFlag *uint32 `protobuf:"varint,6,opt,name=likeFlag" json:"likeFlag,omitempty"`
|
|
LikeCount *uint32 `protobuf:"varint,7,opt,name=likeCount" json:"likeCount,omitempty"`
|
|
LikeUserListCount *uint32 `protobuf:"varint,8,opt,name=likeUserListCount" json:"likeUserListCount,omitempty"`
|
|
// 点赞好友列表
|
|
LikeUserList []*SnsCommentInfo `protobuf:"bytes,9,rep,name=likeUserList" json:"likeUserList,omitempty"`
|
|
CommentCount *uint32 `protobuf:"varint,10,opt,name=commentCount" json:"commentCount,omitempty"`
|
|
CommentUserListCount *uint32 `protobuf:"varint,11,opt,name=commentUserListCount" json:"commentUserListCount,omitempty"`
|
|
// 评论好友列表
|
|
CommentUserList []*SnsCommentInfo `protobuf:"bytes,12,rep,name=commentUserList" json:"commentUserList,omitempty"`
|
|
WithUserCount *uint32 `protobuf:"varint,13,opt,name=withUserCount" json:"withUserCount,omitempty"`
|
|
WithUserListCount *uint32 `protobuf:"varint,14,opt,name=withUserListCount" json:"withUserListCount,omitempty"`
|
|
// 发送朋友圈时,提到的用户列表
|
|
WithUserList []*SnsCommentInfo `protobuf:"bytes,15,rep,name=withUserList" json:"withUserList,omitempty"`
|
|
ExtFlag *uint32 `protobuf:"varint,16,opt,name=extFlag" json:"extFlag,omitempty"`
|
|
NoChange *uint32 `protobuf:"varint,17,opt,name=noChange" json:"noChange,omitempty"`
|
|
GroupCount *uint32 `protobuf:"varint,18,opt,name=groupCount" json:"groupCount,omitempty"`
|
|
// 暂时不知道做什么用
|
|
GroupList []*SnsGroup `protobuf:"bytes,19,rep,name=groupList" json:"groupList,omitempty"`
|
|
IsNotRichText *uint32 `protobuf:"varint,20,opt,name=isNotRichText" json:"isNotRichText,omitempty"`
|
|
ReferUsername *string `protobuf:"bytes,21,opt,name=referUsername" json:"referUsername,omitempty"`
|
|
ReferId *uint64 `protobuf:"varint,22,opt,name=referId" json:"referId,omitempty"`
|
|
BlackListCount *uint32 `protobuf:"varint,23,opt,name=blackListCount" json:"blackListCount,omitempty"`
|
|
// 不可见的朋友
|
|
BlackList []*SKBuiltinString `protobuf:"bytes,24,rep,name=blackList" json:"blackList,omitempty"`
|
|
DeleteFlag *uint32 `protobuf:"varint,25,opt,name=deleteFlag" json:"deleteFlag,omitempty"`
|
|
GroupUserCount *uint32 `protobuf:"varint,26,opt,name=groupUserCount" json:"groupUserCount,omitempty"`
|
|
// 可见的朋友
|
|
GroupUser []*SKBuiltinString `protobuf:"bytes,27,rep,name=groupUser" json:"groupUser,omitempty"`
|
|
ObjectOperations *SKBuiltinString_ `protobuf:"bytes,28,opt,name=objectOperations" json:"objectOperations,omitempty"`
|
|
SnsRedEnvelops *SnsRedEnvelops `protobuf:"bytes,29,opt,name=snsRedEnvelops" json:"snsRedEnvelops,omitempty"`
|
|
PreDownloadInfo *PreDownloadInfo `protobuf:"bytes,30,opt,name=preDownloadInfo" json:"preDownloadInfo,omitempty"`
|
|
WeAppInfo *SnsWeAppInfo `protobuf:"bytes,31,opt,name=weAppInfo" json:"weAppInfo,omitempty"`
|
|
// 需要修改为 clientsdk/baseinfo/snsdefine.go 的 TimelineObject
|
|
// optional TimelineObject objectInfo = 32;
|
|
// ObjectInfo *proto_ref.TimelineObject
|
|
ObjectInfo *proto_ref.TimelineObject `protobuf:"bytes,32,opt,name=objectInfo" json:"objectInfo,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SnsObjectNew) Reset() { *m = SnsObjectNew{} }
|
|
func (m *SnsObjectNew) String() string { return proto.CompactTextString(m) }
|
|
func (*SnsObjectNew) ProtoMessage() {}
|
|
func (*SnsObjectNew) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_4f173d3eaf539867, []int{3}
|
|
}
|
|
|
|
func (m *SnsObjectNew) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SnsObjectNew.Unmarshal(m, b)
|
|
}
|
|
func (m *SnsObjectNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SnsObjectNew.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SnsObjectNew) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SnsObjectNew.Merge(m, src)
|
|
}
|
|
func (m *SnsObjectNew) XXX_Size() int {
|
|
return xxx_messageInfo_SnsObjectNew.Size(m)
|
|
}
|
|
func (m *SnsObjectNew) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SnsObjectNew.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SnsObjectNew proto.InternalMessageInfo
|
|
|
|
func (m *SnsObjectNew) GetId() uint64 {
|
|
if m != nil && m.Id != nil {
|
|
return *m.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetUsername() string {
|
|
if m != nil && m.Username != nil {
|
|
return *m.Username
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetNickname() string {
|
|
if m != nil && m.Nickname != nil {
|
|
return *m.Nickname
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetCreateTime() uint32 {
|
|
if m != nil && m.CreateTime != nil {
|
|
return *m.CreateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetObjectDesc() *SKBuiltinString_ {
|
|
if m != nil {
|
|
return m.ObjectDesc
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetLikeFlag() uint32 {
|
|
if m != nil && m.LikeFlag != nil {
|
|
return *m.LikeFlag
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetLikeCount() uint32 {
|
|
if m != nil && m.LikeCount != nil {
|
|
return *m.LikeCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetLikeUserListCount() uint32 {
|
|
if m != nil && m.LikeUserListCount != nil {
|
|
return *m.LikeUserListCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetLikeUserList() []*SnsCommentInfo {
|
|
if m != nil {
|
|
return m.LikeUserList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetCommentCount() uint32 {
|
|
if m != nil && m.CommentCount != nil {
|
|
return *m.CommentCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetCommentUserListCount() uint32 {
|
|
if m != nil && m.CommentUserListCount != nil {
|
|
return *m.CommentUserListCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetCommentUserList() []*SnsCommentInfo {
|
|
if m != nil {
|
|
return m.CommentUserList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetWithUserCount() uint32 {
|
|
if m != nil && m.WithUserCount != nil {
|
|
return *m.WithUserCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetWithUserListCount() uint32 {
|
|
if m != nil && m.WithUserListCount != nil {
|
|
return *m.WithUserListCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetWithUserList() []*SnsCommentInfo {
|
|
if m != nil {
|
|
return m.WithUserList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetExtFlag() uint32 {
|
|
if m != nil && m.ExtFlag != nil {
|
|
return *m.ExtFlag
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetNoChange() uint32 {
|
|
if m != nil && m.NoChange != nil {
|
|
return *m.NoChange
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetGroupCount() uint32 {
|
|
if m != nil && m.GroupCount != nil {
|
|
return *m.GroupCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetGroupList() []*SnsGroup {
|
|
if m != nil {
|
|
return m.GroupList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetIsNotRichText() uint32 {
|
|
if m != nil && m.IsNotRichText != nil {
|
|
return *m.IsNotRichText
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetReferUsername() string {
|
|
if m != nil && m.ReferUsername != nil {
|
|
return *m.ReferUsername
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetReferId() uint64 {
|
|
if m != nil && m.ReferId != nil {
|
|
return *m.ReferId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetBlackListCount() uint32 {
|
|
if m != nil && m.BlackListCount != nil {
|
|
return *m.BlackListCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetBlackList() []*SKBuiltinString {
|
|
if m != nil {
|
|
return m.BlackList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetDeleteFlag() uint32 {
|
|
if m != nil && m.DeleteFlag != nil {
|
|
return *m.DeleteFlag
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetGroupUserCount() uint32 {
|
|
if m != nil && m.GroupUserCount != nil {
|
|
return *m.GroupUserCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetGroupUser() []*SKBuiltinString {
|
|
if m != nil {
|
|
return m.GroupUser
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetObjectOperations() *SKBuiltinString_ {
|
|
if m != nil {
|
|
return m.ObjectOperations
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetSnsRedEnvelops() *SnsRedEnvelops {
|
|
if m != nil {
|
|
return m.SnsRedEnvelops
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetPreDownloadInfo() *PreDownloadInfo {
|
|
if m != nil {
|
|
return m.PreDownloadInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetWeAppInfo() *SnsWeAppInfo {
|
|
if m != nil {
|
|
return m.WeAppInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SnsObjectNew) GetObjectInfo() *proto_ref.TimelineObject {
|
|
if m != nil {
|
|
return m.ObjectInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 撤回消息
|
|
type RevokeMsgRequestNew struct {
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
|
|
ClientMsgId *string `protobuf:"bytes,2,opt,name=clientMsgId" json:"clientMsgId,omitempty"`
|
|
NewClientMsgId *uint64 `protobuf:"varint,3,opt,name=newClientMsgId" json:"newClientMsgId,omitempty"`
|
|
CreateTime *uint64 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"`
|
|
IndexOfRequest *uint64 `protobuf:"varint,5,opt,name=indexOfRequest" json:"indexOfRequest,omitempty"`
|
|
FromUserName *string `protobuf:"bytes,6,opt,name=FromUserName" json:"FromUserName,omitempty"`
|
|
ToUserName *string `protobuf:"bytes,7,opt,name=ToUserName" json:"ToUserName,omitempty"`
|
|
MsgId *uint64 `protobuf:"varint,8,opt,name=MsgId" json:"MsgId,omitempty"`
|
|
NewMsgId *uint64 `protobuf:"varint,9,opt,name=NewMsgId" json:"NewMsgId,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) Reset() { *m = RevokeMsgRequestNew{} }
|
|
func (m *RevokeMsgRequestNew) String() string { return proto.CompactTextString(m) }
|
|
func (*RevokeMsgRequestNew) ProtoMessage() {}
|
|
func (*RevokeMsgRequestNew) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_4f173d3eaf539867, []int{4}
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_RevokeMsgRequestNew.Unmarshal(m, b)
|
|
}
|
|
func (m *RevokeMsgRequestNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_RevokeMsgRequestNew.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *RevokeMsgRequestNew) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_RevokeMsgRequestNew.Merge(m, src)
|
|
}
|
|
func (m *RevokeMsgRequestNew) XXX_Size() int {
|
|
return xxx_messageInfo_RevokeMsgRequestNew.Size(m)
|
|
}
|
|
func (m *RevokeMsgRequestNew) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_RevokeMsgRequestNew.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_RevokeMsgRequestNew proto.InternalMessageInfo
|
|
|
|
func (m *RevokeMsgRequestNew) GetBaseRequest() *BaseRequest {
|
|
if m != nil {
|
|
return m.BaseRequest
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) GetClientMsgId() string {
|
|
if m != nil && m.ClientMsgId != nil {
|
|
return *m.ClientMsgId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) GetNewClientMsgId() uint64 {
|
|
if m != nil && m.NewClientMsgId != nil {
|
|
return *m.NewClientMsgId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) GetCreateTime() uint64 {
|
|
if m != nil && m.CreateTime != nil {
|
|
return *m.CreateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) GetIndexOfRequest() uint64 {
|
|
if m != nil && m.IndexOfRequest != nil {
|
|
return *m.IndexOfRequest
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) GetFromUserName() string {
|
|
if m != nil && m.FromUserName != nil {
|
|
return *m.FromUserName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) GetToUserName() string {
|
|
if m != nil && m.ToUserName != nil {
|
|
return *m.ToUserName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) GetMsgId() uint64 {
|
|
if m != nil && m.MsgId != nil {
|
|
return *m.MsgId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *RevokeMsgRequestNew) GetNewMsgId() uint64 {
|
|
if m != nil && m.NewMsgId != nil {
|
|
return *m.NewMsgId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*DownloadVideoRequest)(nil), "wechat_proto.DownloadVideoRequest")
|
|
proto.RegisterType((*DownloadVideoResponse)(nil), "wechat_proto.DownloadVideoResponse")
|
|
proto.RegisterType((*SnsUserPageResponseNew)(nil), "wechat_proto.SnsUserPageResponseNew")
|
|
proto.RegisterType((*SnsObjectNew)(nil), "wechat_proto.SnsObjectNew")
|
|
proto.RegisterType((*RevokeMsgRequestNew)(nil), "wechat_proto.RevokeMsgRequestNew")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("xxcaibi.proto", fileDescriptor_4f173d3eaf539867) }
|
|
|
|
var fileDescriptor_4f173d3eaf539867 = []byte{
|
|
// 1066 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x5d, 0x6b, 0x23, 0x37,
|
|
0x14, 0xc5, 0x89, 0xf3, 0x61, 0xd9, 0x49, 0x36, 0xda, 0x24, 0xd5, 0xa6, 0x49, 0x6a, 0x42, 0x59,
|
|
0x42, 0x29, 0x29, 0x84, 0x2d, 0x94, 0x2e, 0x2c, 0xdd, 0x24, 0x9b, 0x25, 0xed, 0xe6, 0x03, 0x39,
|
|
0xdb, 0x42, 0x5f, 0x96, 0xc9, 0xcc, 0xb5, 0xa3, 0xda, 0x96, 0x5c, 0x49, 0x8e, 0x4d, 0x7f, 0x5b,
|
|
0xdf, 0xfb, 0x1f, 0xfa, 0x3f, 0xfa, 0x58, 0x28, 0xba, 0xf2, 0xcc, 0x68, 0x3c, 0xa6, 0xb8, 0x6c,
|
|
0x1f, 0xcf, 0xb9, 0x47, 0xd2, 0xd5, 0xd5, 0xd1, 0x95, 0xc8, 0xda, 0x78, 0x1c, 0x47, 0xe2, 0x5e,
|
|
0x1c, 0x0f, 0xb4, 0xb2, 0x8a, 0x36, 0x46, 0x10, 0x3f, 0x44, 0xf6, 0x03, 0xa2, 0xdd, 0x09, 0xf2,
|
|
0xb1, 0xdd, 0xcd, 0xb6, 0x16, 0x20, 0x93, 0x8e, 0x56, 0xc3, 0x81, 0xa7, 0x0e, 0xff, 0xae, 0x90,
|
|
0xad, 0x73, 0x35, 0x92, 0x3d, 0x15, 0x25, 0x3f, 0x8a, 0x04, 0x14, 0x87, 0x5f, 0x87, 0x60, 0x2c,
|
|
0x7d, 0x49, 0xea, 0xf7, 0x91, 0x81, 0x09, 0x64, 0x95, 0x66, 0xe5, 0xa8, 0x7e, 0xf2, 0xec, 0x38,
|
|
0x9c, 0xfd, 0xf8, 0x34, 0x17, 0xf0, 0x50, 0x4d, 0xb7, 0xc8, 0x52, 0xdf, 0x74, 0x2e, 0x13, 0xb6,
|
|
0xd0, 0xac, 0x1c, 0xad, 0x71, 0x0f, 0xe8, 0x2e, 0x59, 0xb5, 0xca, 0x46, 0xbd, 0x77, 0x20, 0xd9,
|
|
0x22, 0x06, 0x32, 0xec, 0x62, 0xc6, 0x46, 0xda, 0xde, 0x2a, 0xc3, 0xaa, 0x3e, 0x96, 0x62, 0x7a,
|
|
0x40, 0x88, 0x04, 0x3b, 0x52, 0xba, 0xfb, 0x46, 0x3e, 0xb2, 0x25, 0x8c, 0x06, 0x8c, 0x8b, 0xf7,
|
|
0xc7, 0xb7, 0x51, 0xdc, 0x6d, 0x89, 0xdf, 0x80, 0x2d, 0xfb, 0x78, 0xce, 0xb8, 0xb9, 0x25, 0x8c,
|
|
0xae, 0x30, 0xa1, 0x95, 0x66, 0xe5, 0xa8, 0xca, 0x33, 0x7c, 0xf8, 0x57, 0x85, 0x6c, 0x4f, 0xed,
|
|
0xdf, 0x0c, 0x94, 0x34, 0x40, 0x5f, 0x91, 0x86, 0xdf, 0x92, 0xc7, 0x93, 0x0a, 0xec, 0xce, 0xaa,
|
|
0x80, 0x57, 0xf0, 0x82, 0xfe, 0x7f, 0xae, 0xc1, 0x09, 0xa9, 0x26, 0x91, 0x8d, 0x70, 0xf7, 0xf5,
|
|
0x93, 0x83, 0x62, 0x16, 0xad, 0x1f, 0x4e, 0x87, 0xa2, 0x67, 0x85, 0x6c, 0x59, 0x2d, 0x64, 0xe7,
|
|
0x03, 0x47, 0x6d, 0x61, 0xdf, 0xcb, 0x53, 0xfb, 0xfe, 0xbd, 0x4a, 0x76, 0x5a, 0xd2, 0xbc, 0x37,
|
|
0xa0, 0x6f, 0xa3, 0x4e, 0x96, 0xf5, 0x35, 0x8c, 0x3e, 0x7a, 0xe3, 0x87, 0xa4, 0xd1, 0x16, 0xda,
|
|
0x58, 0x37, 0xef, 0x55, 0xf2, 0x35, 0xee, 0xbf, 0xc6, 0x0b, 0x1c, 0x6d, 0x92, 0xba, 0xba, 0xff,
|
|
0x05, 0x62, 0x7b, 0xa6, 0x86, 0xd2, 0x4e, 0x2a, 0x11, 0x52, 0xf4, 0x5b, 0x42, 0x3c, 0x7c, 0x27,
|
|
0x8c, 0x65, 0xd5, 0xe6, 0x62, 0x39, 0x87, 0x96, 0x34, 0x37, 0x28, 0xb9, 0x86, 0x11, 0x0f, 0xd4,
|
|
0xf4, 0x0b, 0xf2, 0xc4, 0xa3, 0x3b, 0x57, 0x5a, 0xbf, 0x84, 0xb7, 0x4d, 0x89, 0x77, 0x3e, 0x37,
|
|
0xbe, 0x0e, 0x97, 0xb2, 0xad, 0xb0, 0x4e, 0x25, 0x9f, 0xb7, 0x72, 0x01, 0x0f, 0xd5, 0xf4, 0x39,
|
|
0x59, 0x97, 0x30, 0x9a, 0xb8, 0xfe, 0x4e, 0xf4, 0x01, 0xfd, 0xb5, 0xc6, 0xa7, 0x58, 0xfa, 0x82,
|
|
0x6c, 0x07, 0x7b, 0xbb, 0x50, 0xba, 0x15, 0xf5, 0xb1, 0x36, 0xab, 0x28, 0x9f, 0x1d, 0xa4, 0xaf,
|
|
0x49, 0xc3, 0x80, 0x7e, 0x04, 0x7d, 0xa6, 0x64, 0x5b, 0x74, 0x58, 0x0d, 0x73, 0xdb, 0x2f, 0xe5,
|
|
0xd6, 0x0a, 0x44, 0xbc, 0x30, 0x84, 0xee, 0x91, 0x5a, 0x4f, 0xf4, 0x85, 0x85, 0xe4, 0x32, 0x61,
|
|
0xa4, 0x59, 0x39, 0x5a, 0xe4, 0x39, 0xe1, 0x2e, 0x4e, 0xac, 0xa4, 0x15, 0x72, 0x08, 0x97, 0x09,
|
|
0xab, 0x63, 0x38, 0x60, 0x28, 0x23, 0x2b, 0x1a, 0xec, 0x9d, 0x18, 0x18, 0xd6, 0xc0, 0x43, 0x4c,
|
|
0xe1, 0xe1, 0x1f, 0x75, 0xd2, 0x08, 0xcb, 0x4f, 0xd7, 0xc9, 0x82, 0x48, 0xd0, 0x2a, 0x55, 0xbe,
|
|
0x20, 0xd0, 0xe7, 0x43, 0x03, 0x5a, 0x46, 0x7d, 0x98, 0x18, 0x20, 0xc3, 0xe8, 0x4b, 0x11, 0x77,
|
|
0x31, 0xb6, 0xe8, 0x63, 0x29, 0xc6, 0x94, 0x34, 0x44, 0x16, 0xb0, 0x9a, 0xfe, 0x16, 0x04, 0x0c,
|
|
0x7d, 0x95, 0xda, 0xe2, 0x1c, 0x4c, 0x3c, 0xe7, 0x6d, 0x08, 0x46, 0xb8, 0xb5, 0x7b, 0xa2, 0x0b,
|
|
0x17, 0xbd, 0xa8, 0x33, 0xe9, 0x14, 0x19, 0xf6, 0xc5, 0xea, 0x82, 0xf7, 0x8b, 0x3f, 0xc8, 0x9c,
|
|
0xa0, 0x5f, 0x92, 0x4d, 0x07, 0xdc, 0xd9, 0x3b, 0x93, 0x79, 0x95, 0x3f, 0xbf, 0x72, 0x80, 0x7e,
|
|
0x47, 0x1a, 0x21, 0xc9, 0x6a, 0x68, 0xe0, 0xbd, 0xd2, 0xd9, 0x9d, 0xa9, 0x7e, 0x1f, 0xa4, 0x45,
|
|
0x6b, 0x15, 0x46, 0xb8, 0x6b, 0x14, 0xfb, 0xa0, 0x5f, 0x8a, 0xe0, 0x52, 0x05, 0x8e, 0x9e, 0x90,
|
|
0xad, 0x09, 0x2e, 0xa6, 0x55, 0x47, 0xed, 0xcc, 0x18, 0xbd, 0x20, 0x1b, 0x53, 0x3c, 0x6b, 0xcc,
|
|
0x91, 0xdc, 0xf4, 0x20, 0xfa, 0x39, 0x59, 0x1b, 0x09, 0xfb, 0xe0, 0xb0, 0x5f, 0x74, 0x0d, 0x17,
|
|
0x2d, 0x92, 0xae, 0x6a, 0x29, 0x91, 0xa7, 0xb7, 0xee, 0xab, 0x56, 0x0a, 0xb8, 0xaa, 0x85, 0x24,
|
|
0xdb, 0x98, 0xa7, 0x6a, 0xe1, 0x08, 0x67, 0x59, 0x18, 0x5b, 0x3c, 0xde, 0x27, 0xb8, 0x4a, 0x0a,
|
|
0xd1, 0x75, 0xea, 0xec, 0x21, 0x92, 0x1d, 0x60, 0x9b, 0xfe, 0xe4, 0x53, 0xec, 0x5c, 0x87, 0x8f,
|
|
0xa2, 0x4f, 0x8f, 0x7a, 0xd7, 0xe5, 0x0c, 0x7d, 0x41, 0x6a, 0x88, 0x30, 0xa9, 0xa7, 0x98, 0xd4,
|
|
0x4e, 0x29, 0xa9, 0xb7, 0x4e, 0xc1, 0x73, 0xa1, 0xab, 0x90, 0x30, 0xd7, 0xca, 0x72, 0x11, 0x3f,
|
|
0xdc, 0xc1, 0xd8, 0xb2, 0x2d, 0x5f, 0xa1, 0x02, 0xe9, 0x54, 0x1a, 0xda, 0xa0, 0xdf, 0xa7, 0xd7,
|
|
0x65, 0x1b, 0xaf, 0x44, 0x91, 0xf4, 0x57, 0xb1, 0x0d, 0xfa, 0x32, 0x61, 0x3b, 0x78, 0xc9, 0x52,
|
|
0xe8, 0x7a, 0xd0, 0x7d, 0x2f, 0x8a, 0xbb, 0x79, 0x79, 0x3f, 0xf1, 0x3d, 0xa8, 0xc8, 0xd2, 0x97,
|
|
0xa4, 0x96, 0x31, 0x8c, 0xe1, 0x1e, 0xf6, 0xff, 0xf5, 0xe2, 0xf0, 0x5c, 0xef, 0x0a, 0x94, 0x40,
|
|
0x0f, 0xac, 0xbf, 0x38, 0xcf, 0x7c, 0x81, 0x72, 0xc6, 0x25, 0x81, 0xfb, 0xce, 0xdd, 0xb0, 0xeb,
|
|
0x93, 0x28, 0xb2, 0x2e, 0x89, 0x8c, 0x61, 0x9f, 0xce, 0x95, 0x44, 0xa6, 0xa7, 0xdf, 0xa7, 0x6d,
|
|
0xfd, 0x66, 0x00, 0x3a, 0xb2, 0x42, 0x49, 0xc3, 0xf6, 0xe6, 0xea, 0x00, 0xa5, 0x71, 0xf4, 0x9c,
|
|
0xac, 0x1b, 0x69, 0x38, 0x24, 0x6f, 0xe4, 0x23, 0xf4, 0xd4, 0xc0, 0xb0, 0x7d, 0x9c, 0xa9, 0xec,
|
|
0xb5, 0x40, 0xc3, 0xa7, 0xc6, 0xd0, 0xb7, 0x64, 0x63, 0xa0, 0x21, 0xfd, 0x3f, 0xe0, 0x03, 0x72,
|
|
0x30, 0xab, 0x49, 0xdf, 0x16, 0x45, 0x7c, 0x7a, 0x14, 0xfd, 0x86, 0xd4, 0x46, 0xf0, 0x7a, 0x30,
|
|
0xc0, 0x29, 0x3e, 0x9b, 0xf5, 0xe0, 0xb6, 0xa4, 0xf9, 0x29, 0x55, 0xf0, 0x5c, 0x9c, 0x37, 0x44,
|
|
0x1c, 0xda, 0xfc, 0x2f, 0x0d, 0xd1, 0x8d, 0x38, 0xfc, 0x73, 0x81, 0x3c, 0xe5, 0xf0, 0xa8, 0xba,
|
|
0x70, 0x65, 0x3a, 0x93, 0x37, 0xcb, 0x35, 0xf4, 0x8f, 0xfa, 0xff, 0x35, 0x49, 0x3d, 0xee, 0x09,
|
|
0x90, 0xf6, 0x2a, 0xfb, 0x01, 0xd5, 0x78, 0x48, 0x4d, 0x5e, 0xce, 0xb3, 0x40, 0xb4, 0x88, 0xb6,
|
|
0x9e, 0x62, 0x67, 0xbc, 0x07, 0xd5, 0xc2, 0x7b, 0xf0, 0x9c, 0xac, 0x0b, 0x99, 0xc0, 0xf8, 0xa6,
|
|
0x9d, 0x66, 0xba, 0xe4, 0xe7, 0x29, 0xb2, 0xae, 0x9b, 0x5e, 0x68, 0xd5, 0x77, 0x3e, 0xba, 0x76,
|
|
0x97, 0x6c, 0xd9, 0x7f, 0x4a, 0x42, 0xce, 0xad, 0x75, 0xa7, 0x32, 0xc5, 0x0a, 0x2a, 0x02, 0xc6,
|
|
0xfd, 0xe8, 0x7c, 0xaa, 0xab, 0xb8, 0x84, 0x07, 0xae, 0xaf, 0x5c, 0xa7, 0xbf, 0xac, 0x9a, 0xff,
|
|
0x65, 0xa5, 0xf8, 0xb4, 0xfe, 0x73, 0xed, 0xf8, 0xf8, 0x2b, 0x5f, 0xb3, 0x7f, 0x02, 0x00, 0x00,
|
|
0xff, 0xff, 0xfa, 0xd9, 0x6c, 0xf2, 0xa9, 0x0b, 0x00, 0x00,
|
|
}
|