1 Star 0 Fork 0

liuxuezhan / mylib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
game2gate.pb.go 21.79 KB
一键复制 编辑 原始数据 按行查看 历史
liuxuezhan 提交于 2020-11-16 20:18 . 'gate ok'
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: game2gate.proto
package MPB
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// 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
type GS_GetRank struct {
ServerId int32 `protobuf:"varint,1,opt,name=ServerId,proto3" json:"ServerId,omitempty"`
UserId string `protobuf:"bytes,2,opt,name=UserId,proto3" json:"UserId,omitempty"`
GetRank *C_GetRank `protobuf:"bytes,3,opt,name=GetRank,proto3" json:"GetRank,omitempty"`
Type string `protobuf:"bytes,4,opt,name=Type,proto3" json:"Type,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GS_GetRank) Reset() { *m = GS_GetRank{} }
func (m *GS_GetRank) String() string { return proto.CompactTextString(m) }
func (*GS_GetRank) ProtoMessage() {}
func (*GS_GetRank) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{0}
}
func (m *GS_GetRank) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GS_GetRank.Unmarshal(m, b)
}
func (m *GS_GetRank) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GS_GetRank.Marshal(b, m, deterministic)
}
func (m *GS_GetRank) XXX_Merge(src proto.Message) {
xxx_messageInfo_GS_GetRank.Merge(m, src)
}
func (m *GS_GetRank) XXX_Size() int {
return xxx_messageInfo_GS_GetRank.Size(m)
}
func (m *GS_GetRank) XXX_DiscardUnknown() {
xxx_messageInfo_GS_GetRank.DiscardUnknown(m)
}
var xxx_messageInfo_GS_GetRank proto.InternalMessageInfo
func (m *GS_GetRank) GetServerId() int32 {
if m != nil {
return m.ServerId
}
return 0
}
func (m *GS_GetRank) GetUserId() string {
if m != nil {
return m.UserId
}
return ""
}
func (m *GS_GetRank) GetGetRank() *C_GetRank {
if m != nil {
return m.GetRank
}
return nil
}
func (m *GS_GetRank) GetType() string {
if m != nil {
return m.Type
}
return ""
}
type C_GetRank struct {
Type RankType `protobuf:"varint,1,opt,name=Type,proto3,enum=MPB.RankType" json:"Type,omitempty"`
Begin int32 `protobuf:"varint,2,opt,name=Begin,proto3" json:"Begin,omitempty"`
Count int32 `protobuf:"varint,3,opt,name=Count,proto3" json:"Count,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *C_GetRank) Reset() { *m = C_GetRank{} }
func (m *C_GetRank) String() string { return proto.CompactTextString(m) }
func (*C_GetRank) ProtoMessage() {}
func (*C_GetRank) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{1}
}
func (m *C_GetRank) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_C_GetRank.Unmarshal(m, b)
}
func (m *C_GetRank) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_C_GetRank.Marshal(b, m, deterministic)
}
func (m *C_GetRank) XXX_Merge(src proto.Message) {
xxx_messageInfo_C_GetRank.Merge(m, src)
}
func (m *C_GetRank) XXX_Size() int {
return xxx_messageInfo_C_GetRank.Size(m)
}
func (m *C_GetRank) XXX_DiscardUnknown() {
xxx_messageInfo_C_GetRank.DiscardUnknown(m)
}
var xxx_messageInfo_C_GetRank proto.InternalMessageInfo
func (m *C_GetRank) GetType() RankType {
if m != nil {
return m.Type
}
return RankType__rankTypeEnumNone
}
func (m *C_GetRank) GetBegin() int32 {
if m != nil {
return m.Begin
}
return 0
}
func (m *C_GetRank) GetCount() int32 {
if m != nil {
return m.Count
}
return 0
}
type GS_GetRank_R struct {
ErrorCode RetType `protobuf:"varint,1,opt,name=ErrorCode,proto3,enum=MPB.RetType" json:"ErrorCode,omitempty"`
Rank *RankBase `protobuf:"bytes,2,opt,name=Rank,proto3" json:"Rank,omitempty"`
NextSortTime int64 `protobuf:"varint,3,opt,name=NextSortTime,proto3" json:"NextSortTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GS_GetRank_R) Reset() { *m = GS_GetRank_R{} }
func (m *GS_GetRank_R) String() string { return proto.CompactTextString(m) }
func (*GS_GetRank_R) ProtoMessage() {}
func (*GS_GetRank_R) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{2}
}
func (m *GS_GetRank_R) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GS_GetRank_R.Unmarshal(m, b)
}
func (m *GS_GetRank_R) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GS_GetRank_R.Marshal(b, m, deterministic)
}
func (m *GS_GetRank_R) XXX_Merge(src proto.Message) {
xxx_messageInfo_GS_GetRank_R.Merge(m, src)
}
func (m *GS_GetRank_R) XXX_Size() int {
return xxx_messageInfo_GS_GetRank_R.Size(m)
}
func (m *GS_GetRank_R) XXX_DiscardUnknown() {
xxx_messageInfo_GS_GetRank_R.DiscardUnknown(m)
}
var xxx_messageInfo_GS_GetRank_R proto.InternalMessageInfo
func (m *GS_GetRank_R) GetErrorCode() RetType {
if m != nil {
return m.ErrorCode
}
return RetType_OK
}
func (m *GS_GetRank_R) GetRank() *RankBase {
if m != nil {
return m.Rank
}
return nil
}
func (m *GS_GetRank_R) GetNextSortTime() int64 {
if m != nil {
return m.NextSortTime
}
return 0
}
// 新邮件推送
type GS_MailNew struct {
M *Mail `protobuf:"bytes,1,opt,name=M,proto3" json:"M,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GS_MailNew) Reset() { *m = GS_MailNew{} }
func (m *GS_MailNew) String() string { return proto.CompactTextString(m) }
func (*GS_MailNew) ProtoMessage() {}
func (*GS_MailNew) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{3}
}
func (m *GS_MailNew) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GS_MailNew.Unmarshal(m, b)
}
func (m *GS_MailNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GS_MailNew.Marshal(b, m, deterministic)
}
func (m *GS_MailNew) XXX_Merge(src proto.Message) {
xxx_messageInfo_GS_MailNew.Merge(m, src)
}
func (m *GS_MailNew) XXX_Size() int {
return xxx_messageInfo_GS_MailNew.Size(m)
}
func (m *GS_MailNew) XXX_DiscardUnknown() {
xxx_messageInfo_GS_MailNew.DiscardUnknown(m)
}
var xxx_messageInfo_GS_MailNew proto.InternalMessageInfo
func (m *GS_MailNew) GetM() *Mail {
if m != nil {
return m.M
}
return nil
}
// 删除邮件推送
type GS_MailDel struct {
Ids []int32 `protobuf:"varint,1,rep,packed,name=Ids,proto3" json:"Ids,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GS_MailDel) Reset() { *m = GS_MailDel{} }
func (m *GS_MailDel) String() string { return proto.CompactTextString(m) }
func (*GS_MailDel) ProtoMessage() {}
func (*GS_MailDel) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{4}
}
func (m *GS_MailDel) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GS_MailDel.Unmarshal(m, b)
}
func (m *GS_MailDel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GS_MailDel.Marshal(b, m, deterministic)
}
func (m *GS_MailDel) XXX_Merge(src proto.Message) {
xxx_messageInfo_GS_MailDel.Merge(m, src)
}
func (m *GS_MailDel) XXX_Size() int {
return xxx_messageInfo_GS_MailDel.Size(m)
}
func (m *GS_MailDel) XXX_DiscardUnknown() {
xxx_messageInfo_GS_MailDel.DiscardUnknown(m)
}
var xxx_messageInfo_GS_MailDel proto.InternalMessageInfo
func (m *GS_MailDel) GetIds() []int32 {
if m != nil {
return m.Ids
}
return nil
}
// 邮件内容变化
type GS_MailChange struct {
M *Mail `protobuf:"bytes,2,opt,name=M,proto3" json:"M,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GS_MailChange) Reset() { *m = GS_MailChange{} }
func (m *GS_MailChange) String() string { return proto.CompactTextString(m) }
func (*GS_MailChange) ProtoMessage() {}
func (*GS_MailChange) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{5}
}
func (m *GS_MailChange) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GS_MailChange.Unmarshal(m, b)
}
func (m *GS_MailChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GS_MailChange.Marshal(b, m, deterministic)
}
func (m *GS_MailChange) XXX_Merge(src proto.Message) {
xxx_messageInfo_GS_MailChange.Merge(m, src)
}
func (m *GS_MailChange) XXX_Size() int {
return xxx_messageInfo_GS_MailChange.Size(m)
}
func (m *GS_MailChange) XXX_DiscardUnknown() {
xxx_messageInfo_GS_MailChange.DiscardUnknown(m)
}
var xxx_messageInfo_GS_MailChange proto.InternalMessageInfo
func (m *GS_MailChange) GetM() *Mail {
if m != nil {
return m.M
}
return nil
}
type GS_ActCalendarChange struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GS_ActCalendarChange) Reset() { *m = GS_ActCalendarChange{} }
func (m *GS_ActCalendarChange) String() string { return proto.CompactTextString(m) }
func (*GS_ActCalendarChange) ProtoMessage() {}
func (*GS_ActCalendarChange) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{6}
}
func (m *GS_ActCalendarChange) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GS_ActCalendarChange.Unmarshal(m, b)
}
func (m *GS_ActCalendarChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GS_ActCalendarChange.Marshal(b, m, deterministic)
}
func (m *GS_ActCalendarChange) XXX_Merge(src proto.Message) {
xxx_messageInfo_GS_ActCalendarChange.Merge(m, src)
}
func (m *GS_ActCalendarChange) XXX_Size() int {
return xxx_messageInfo_GS_ActCalendarChange.Size(m)
}
func (m *GS_ActCalendarChange) XXX_DiscardUnknown() {
xxx_messageInfo_GS_ActCalendarChange.DiscardUnknown(m)
}
var xxx_messageInfo_GS_ActCalendarChange proto.InternalMessageInfo
type GS_ActConfChange struct {
Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
ConfKey int32 `protobuf:"varint,2,opt,name=ConfKey,proto3" json:"ConfKey,omitempty"`
Force bool `protobuf:"varint,3,opt,name=Force,proto3" json:"Force,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GS_ActConfChange) Reset() { *m = GS_ActConfChange{} }
func (m *GS_ActConfChange) String() string { return proto.CompactTextString(m) }
func (*GS_ActConfChange) ProtoMessage() {}
func (*GS_ActConfChange) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{7}
}
func (m *GS_ActConfChange) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GS_ActConfChange.Unmarshal(m, b)
}
func (m *GS_ActConfChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GS_ActConfChange.Marshal(b, m, deterministic)
}
func (m *GS_ActConfChange) XXX_Merge(src proto.Message) {
xxx_messageInfo_GS_ActConfChange.Merge(m, src)
}
func (m *GS_ActConfChange) XXX_Size() int {
return xxx_messageInfo_GS_ActConfChange.Size(m)
}
func (m *GS_ActConfChange) XXX_DiscardUnknown() {
xxx_messageInfo_GS_ActConfChange.DiscardUnknown(m)
}
var xxx_messageInfo_GS_ActConfChange proto.InternalMessageInfo
func (m *GS_ActConfChange) GetId() int32 {
if m != nil {
return m.Id
}
return 0
}
func (m *GS_ActConfChange) GetConfKey() int32 {
if m != nil {
return m.ConfKey
}
return 0
}
func (m *GS_ActConfChange) GetForce() bool {
if m != nil {
return m.Force
}
return false
}
type GS_ActStageChange struct {
Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
Stage int32 `protobuf:"varint,2,opt,name=Stage,proto3" json:"Stage,omitempty"`
Act *ActCalendarData `protobuf:"bytes,3,opt,name=Act,proto3" json:"Act,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GS_ActStageChange) Reset() { *m = GS_ActStageChange{} }
func (m *GS_ActStageChange) String() string { return proto.CompactTextString(m) }
func (*GS_ActStageChange) ProtoMessage() {}
func (*GS_ActStageChange) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{8}
}
func (m *GS_ActStageChange) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GS_ActStageChange.Unmarshal(m, b)
}
func (m *GS_ActStageChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GS_ActStageChange.Marshal(b, m, deterministic)
}
func (m *GS_ActStageChange) XXX_Merge(src proto.Message) {
xxx_messageInfo_GS_ActStageChange.Merge(m, src)
}
func (m *GS_ActStageChange) XXX_Size() int {
return xxx_messageInfo_GS_ActStageChange.Size(m)
}
func (m *GS_ActStageChange) XXX_DiscardUnknown() {
xxx_messageInfo_GS_ActStageChange.DiscardUnknown(m)
}
var xxx_messageInfo_GS_ActStageChange proto.InternalMessageInfo
func (m *GS_ActStageChange) GetId() int32 {
if m != nil {
return m.Id
}
return 0
}
func (m *GS_ActStageChange) GetStage() int32 {
if m != nil {
return m.Stage
}
return 0
}
func (m *GS_ActStageChange) GetAct() *ActCalendarData {
if m != nil {
return m.Act
}
return nil
}
type ActCalendarData struct {
Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
Sort int32 `protobuf:"varint,2,opt,name=Sort,proto3" json:"Sort,omitempty"`
Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
Desc string `protobuf:"bytes,4,opt,name=Desc,proto3" json:"Desc,omitempty"`
Type int32 `protobuf:"varint,5,opt,name=Type,proto3" json:"Type,omitempty"`
ConfKey int32 `protobuf:"varint,6,opt,name=ConfKey,proto3" json:"ConfKey,omitempty"`
Flag string `protobuf:"bytes,7,opt,name=Flag,proto3" json:"Flag,omitempty"`
Open int64 `protobuf:"varint,8,opt,name=Open,proto3" json:"Open,omitempty"`
Start int64 `protobuf:"varint,9,opt,name=Start,proto3" json:"Start,omitempty"`
End int64 `protobuf:"varint,10,opt,name=End,proto3" json:"End,omitempty"`
Close int64 `protobuf:"varint,11,opt,name=Close,proto3" json:"Close,omitempty"`
Stage int32 `protobuf:"varint,12,opt,name=Stage,proto3" json:"Stage,omitempty"`
BanServer []int32 `protobuf:"varint,13,rep,packed,name=BanServer,proto3" json:"BanServer,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ActCalendarData) Reset() { *m = ActCalendarData{} }
func (m *ActCalendarData) String() string { return proto.CompactTextString(m) }
func (*ActCalendarData) ProtoMessage() {}
func (*ActCalendarData) Descriptor() ([]byte, []int) {
return fileDescriptor_8dc6d83da496ece4, []int{9}
}
func (m *ActCalendarData) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ActCalendarData.Unmarshal(m, b)
}
func (m *ActCalendarData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ActCalendarData.Marshal(b, m, deterministic)
}
func (m *ActCalendarData) XXX_Merge(src proto.Message) {
xxx_messageInfo_ActCalendarData.Merge(m, src)
}
func (m *ActCalendarData) XXX_Size() int {
return xxx_messageInfo_ActCalendarData.Size(m)
}
func (m *ActCalendarData) XXX_DiscardUnknown() {
xxx_messageInfo_ActCalendarData.DiscardUnknown(m)
}
var xxx_messageInfo_ActCalendarData proto.InternalMessageInfo
func (m *ActCalendarData) GetId() int32 {
if m != nil {
return m.Id
}
return 0
}
func (m *ActCalendarData) GetSort() int32 {
if m != nil {
return m.Sort
}
return 0
}
func (m *ActCalendarData) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *ActCalendarData) GetDesc() string {
if m != nil {
return m.Desc
}
return ""
}
func (m *ActCalendarData) GetType() int32 {
if m != nil {
return m.Type
}
return 0
}
func (m *ActCalendarData) GetConfKey() int32 {
if m != nil {
return m.ConfKey
}
return 0
}
func (m *ActCalendarData) GetFlag() string {
if m != nil {
return m.Flag
}
return ""
}
func (m *ActCalendarData) GetOpen() int64 {
if m != nil {
return m.Open
}
return 0
}
func (m *ActCalendarData) GetStart() int64 {
if m != nil {
return m.Start
}
return 0
}
func (m *ActCalendarData) GetEnd() int64 {
if m != nil {
return m.End
}
return 0
}
func (m *ActCalendarData) GetClose() int64 {
if m != nil {
return m.Close
}
return 0
}
func (m *ActCalendarData) GetStage() int32 {
if m != nil {
return m.Stage
}
return 0
}
func (m *ActCalendarData) GetBanServer() []int32 {
if m != nil {
return m.BanServer
}
return nil
}
func init() {
proto.RegisterType((*GS_GetRank)(nil), "MPB.GS_GetRank")
proto.RegisterType((*C_GetRank)(nil), "MPB.C_GetRank")
proto.RegisterType((*GS_GetRank_R)(nil), "MPB.GS_GetRank_R")
proto.RegisterType((*GS_MailNew)(nil), "MPB.GS_MailNew")
proto.RegisterType((*GS_MailDel)(nil), "MPB.GS_MailDel")
proto.RegisterType((*GS_MailChange)(nil), "MPB.GS_MailChange")
proto.RegisterType((*GS_ActCalendarChange)(nil), "MPB.GS_ActCalendarChange")
proto.RegisterType((*GS_ActConfChange)(nil), "MPB.GS_ActConfChange")
proto.RegisterType((*GS_ActStageChange)(nil), "MPB.GS_ActStageChange")
proto.RegisterType((*ActCalendarData)(nil), "MPB.ActCalendarData")
}
func init() { proto.RegisterFile("game2gate.proto", fileDescriptor_8dc6d83da496ece4) }
var fileDescriptor_8dc6d83da496ece4 = []byte{
// 638 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x54, 0xdf, 0x6b, 0x13, 0x4f,
0x10, 0xef, 0x5d, 0x72, 0x4d, 0x6f, 0x9a, 0xa4, 0xed, 0x92, 0x6f, 0xbf, 0x67, 0x10, 0x89, 0x0b,
0x4a, 0x50, 0x08, 0x18, 0x1f, 0xc4, 0x27, 0x69, 0x92, 0x36, 0x14, 0x49, 0x2d, 0x9b, 0xfa, 0xe2,
0x4b, 0x59, 0x93, 0x31, 0x16, 0xaf, 0x77, 0x61, 0x6f, 0xab, 0xf6, 0x45, 0xf0, 0x8f, 0xf1, 0xcf,
0x14, 0x64, 0x67, 0xf7, 0x2e, 0x97, 0xa6, 0x7d, 0x9b, 0xf9, 0xcc, 0xef, 0xd9, 0xcf, 0x2c, 0xec,
0x2d, 0xe4, 0x35, 0xf6, 0x17, 0x52, 0x63, 0x6f, 0xa9, 0x52, 0x9d, 0xb2, 0xca, 0xe4, 0x7c, 0xd0,
0x6e, 0x64, 0x5a, 0xdd, 0xcc, 0x74, 0x66, 0xb1, 0x36, 0xdc, 0x64, 0xa8, 0xac, 0xcc, 0x7f, 0x01,
0x8c, 0xa7, 0x97, 0x63, 0xd4, 0x42, 0x26, 0xdf, 0x58, 0x1b, 0x76, 0xa6, 0xa8, 0xbe, 0xa3, 0x3a,
0x9d, 0x47, 0x5e, 0xc7, 0xeb, 0x06, 0xa2, 0xd0, 0xd9, 0x21, 0x6c, 0x7f, 0xcc, 0xc8, 0xe2, 0x77,
0xbc, 0x6e, 0x28, 0x9c, 0xc6, 0xba, 0x50, 0x73, 0xe1, 0x51, 0xa5, 0xe3, 0x75, 0x77, 0xfb, 0xcd,
0xde, 0xe4, 0x7c, 0xd0, 0x1b, 0xe6, 0x49, 0x45, 0x6e, 0x66, 0x0c, 0xaa, 0x17, 0xb7, 0x4b, 0x8c,
0xaa, 0x14, 0x4f, 0x32, 0xff, 0x04, 0x61, 0xe1, 0xc9, 0x9e, 0x3a, 0x07, 0x53, 0xba, 0xd9, 0x6f,
0x50, 0x1e, 0x63, 0x30, 0xa0, 0xf5, 0x67, 0x2d, 0x08, 0x06, 0xb8, 0xb8, 0x4a, 0xa8, 0x89, 0x40,
0x58, 0xc5, 0xa0, 0xc3, 0xf4, 0x26, 0xd1, 0xd4, 0x41, 0x20, 0xac, 0xc2, 0x7f, 0x7b, 0x50, 0x5f,
0x0d, 0x77, 0x29, 0xd8, 0x0b, 0x08, 0x8f, 0x95, 0x4a, 0xd5, 0x30, 0x9d, 0xe7, 0x45, 0xea, 0xb6,
0x08, 0x6a, 0xaa, 0xb1, 0x32, 0x9b, 0x5e, 0x68, 0x26, 0x9f, 0x66, 0x5a, 0xf5, 0x32, 0x90, 0x19,
0x0a, 0x32, 0x31, 0x0e, 0xf5, 0x33, 0xfc, 0xa9, 0xa7, 0xa9, 0xd2, 0x17, 0x57, 0xd7, 0x48, 0xc5,
0x2b, 0x62, 0x0d, 0xe3, 0xcf, 0x68, 0xbf, 0x13, 0x79, 0x15, 0x9f, 0xe1, 0x0f, 0xf6, 0x3f, 0x78,
0x13, 0x2a, 0xbc, 0xdb, 0x0f, 0x29, 0xa3, 0x31, 0x08, 0x6f, 0xc2, 0x9f, 0x14, 0x6e, 0x23, 0x8c,
0xd9, 0x3e, 0x54, 0x4e, 0xe7, 0x59, 0xe4, 0x75, 0x2a, 0xdd, 0x40, 0x18, 0x91, 0x77, 0xa1, 0xe1,
0xec, 0xc3, 0xaf, 0x32, 0x59, 0xa0, 0xcd, 0xe4, 0xdf, 0x93, 0xe9, 0x10, 0x5a, 0xe3, 0xe9, 0xe5,
0xd1, 0x4c, 0x0f, 0x65, 0x8c, 0xc9, 0x5c, 0x2a, 0x1b, 0xc0, 0x05, 0xec, 0x3b, 0x3c, 0x4d, 0xbe,
0xb8, 0x24, 0x4d, 0xf0, 0x8b, 0x87, 0xf6, 0x4f, 0xe7, 0x2c, 0x82, 0x9a, 0xb1, 0xbe, 0xc7, 0x5b,
0xb7, 0xde, 0x5c, 0x35, 0x0b, 0x3e, 0x49, 0xd5, 0xcc, 0xce, 0xb8, 0x23, 0xac, 0xc2, 0x25, 0x1c,
0xd8, 0x9c, 0x53, 0x2d, 0x17, 0xf8, 0x40, 0xd2, 0x16, 0x04, 0x64, 0xce, 0x5f, 0x8c, 0x14, 0xf6,
0x1c, 0x2a, 0x47, 0x33, 0xed, 0x18, 0xd3, 0xa2, 0x09, 0x4a, 0x3d, 0x8f, 0xa4, 0x96, 0xc2, 0x38,
0xf0, 0x3f, 0x3e, 0xec, 0xdd, 0x31, 0x6c, 0x54, 0x60, 0x50, 0x35, 0xfb, 0x76, 0x05, 0x48, 0x36,
0xd8, 0x99, 0x74, 0x6f, 0x12, 0x0a, 0x92, 0x0d, 0x36, 0xc2, 0x6c, 0x96, 0xf3, 0xcf, 0xc8, 0x05,
0x27, 0x03, 0x1b, 0x4b, 0x1c, 0x2b, 0xad, 0x61, 0x7b, 0x7d, 0x0d, 0x0c, 0xaa, 0x27, 0xb1, 0x5c,
0x44, 0x35, 0x9b, 0xc1, 0xc8, 0x06, 0xfb, 0xb0, 0xc4, 0x24, 0xda, 0xa1, 0xd7, 0x27, 0xd9, 0xcd,
0xac, 0x74, 0x14, 0x12, 0x68, 0x15, 0xf3, 0xac, 0xc7, 0xc9, 0x3c, 0x02, 0xc2, 0x8c, 0x48, 0xbc,
0x8d, 0xd3, 0x0c, 0xa3, 0x5d, 0xeb, 0x47, 0xca, 0x6a, 0x63, 0xf5, 0xf2, 0xc6, 0x1e, 0x43, 0x38,
0x90, 0x89, 0x3d, 0xc7, 0xa8, 0x41, 0xd4, 0x58, 0x01, 0xfd, 0xbf, 0x3e, 0x84, 0x63, 0x73, 0xfb,
0x63, 0xa9, 0x91, 0xbd, 0x83, 0x83, 0x0d, 0x06, 0xb0, 0x47, 0xb4, 0xe5, 0xfb, 0xc8, 0xd1, 0x76,
0xf4, 0xc6, 0x6c, 0x99, 0x26, 0x19, 0xf2, 0x2d, 0xf6, 0x06, 0x1a, 0xeb, 0x54, 0xf9, 0xaf, 0x1c,
0x5c, 0xc0, 0x9b, 0x81, 0x6f, 0xa1, 0x79, 0x87, 0x0f, 0x87, 0xa5, 0xc8, 0x12, 0xbe, 0x19, 0xfa,
0x12, 0x6a, 0xf9, 0x9d, 0xec, 0xe5, 0x31, 0x0e, 0x78, 0xd0, 0xd9, 0x5c, 0xcb, 0x9a, 0xf3, 0x08,
0xe3, 0x4d, 0xe7, 0x57, 0x00, 0xa5, 0xd3, 0x61, 0x65, 0xff, 0x87, 0x9a, 0xe9, 0x15, 0xbf, 0x1a,
0xbb, 0xf3, 0x9f, 0xb5, 0x0f, 0xf2, 0xf8, 0xe2, 0x63, 0xe1, 0x5b, 0x9f, 0xb7, 0xe9, 0x3b, 0x7d,
0xfd, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xa8, 0xd8, 0x42, 0x46, 0x81, 0x05, 0x00, 0x00,
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxuezhan/mylib.git
git@gitee.com:liuxuezhan/mylib.git
liuxuezhan
mylib
mylib
v1.1.1

搜索帮助

344bd9b3 5694891 D2dac590 5694891