github.com/qiuhoude/go-web@v0.0.0-20220223060959-ab545e78f20d/proto/v2/models/Http.pb.go (about) 1 // Code generated by protoc-gen-gogo. DO NOT EDIT. 2 // source: Http.proto 3 4 package models 5 6 import ( 7 fmt "fmt" 8 proto "github.com/gogo/protobuf/proto" 9 math "math" 10 ) 11 12 // Reference imports to suppress errors if they are not otherwise used. 13 var _ = proto.Marshal 14 var _ = fmt.Errorf 15 var _ = math.Inf 16 17 // This is a compile-time assertion to ensure that this generated file 18 // is compatible with the proto package it is being compiled against. 19 // A compilation error at this line likely means your copy of the 20 // proto package needs to be updated. 21 const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package 22 23 //服务器注册 24 type RegisterRq struct { 25 ServerId *int32 `protobuf:"varint,1,req,name=serverId" json:"serverId,omitempty"` 26 ServerName *string `protobuf:"bytes,2,req,name=serverName" json:"serverName,omitempty"` 27 XXX_NoUnkeyedLiteral struct{} `json:"-"` 28 XXX_unrecognized []byte `json:"-"` 29 XXX_sizecache int32 `json:"-"` 30 } 31 32 func (m *RegisterRq) Reset() { *m = RegisterRq{} } 33 func (m *RegisterRq) String() string { return proto.CompactTextString(m) } 34 func (*RegisterRq) ProtoMessage() {} 35 func (*RegisterRq) Descriptor() ([]byte, []int) { 36 return fileDescriptor_13540b191c79c9d6, []int{0} 37 } 38 func (m *RegisterRq) XXX_Unmarshal(b []byte) error { 39 return xxx_messageInfo_RegisterRq.Unmarshal(m, b) 40 } 41 func (m *RegisterRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 42 return xxx_messageInfo_RegisterRq.Marshal(b, m, deterministic) 43 } 44 func (m *RegisterRq) XXX_Merge(src proto.Message) { 45 xxx_messageInfo_RegisterRq.Merge(m, src) 46 } 47 func (m *RegisterRq) XXX_Size() int { 48 return xxx_messageInfo_RegisterRq.Size(m) 49 } 50 func (m *RegisterRq) XXX_DiscardUnknown() { 51 xxx_messageInfo_RegisterRq.DiscardUnknown(m) 52 } 53 54 var xxx_messageInfo_RegisterRq proto.InternalMessageInfo 55 56 func (m *RegisterRq) GetServerId() int32 { 57 if m != nil && m.ServerId != nil { 58 return *m.ServerId 59 } 60 return 0 61 } 62 63 func (m *RegisterRq) GetServerName() string { 64 if m != nil && m.ServerName != nil { 65 return *m.ServerName 66 } 67 return "" 68 } 69 70 var E_RegisterRq_Ext = &proto.ExtensionDesc{ 71 ExtendedType: (*Base)(nil), 72 ExtensionType: (*RegisterRq)(nil), 73 Field: 101, 74 Name: "RegisterRq.ext", 75 Tag: "bytes,101,opt,name=ext", 76 Filename: "Http.proto", 77 } 78 79 type RegisterRs struct { 80 State *int32 `protobuf:"varint,1,opt,name=state" json:"state,omitempty"` 81 XXX_NoUnkeyedLiteral struct{} `json:"-"` 82 XXX_unrecognized []byte `json:"-"` 83 XXX_sizecache int32 `json:"-"` 84 } 85 86 func (m *RegisterRs) Reset() { *m = RegisterRs{} } 87 func (m *RegisterRs) String() string { return proto.CompactTextString(m) } 88 func (*RegisterRs) ProtoMessage() {} 89 func (*RegisterRs) Descriptor() ([]byte, []int) { 90 return fileDescriptor_13540b191c79c9d6, []int{1} 91 } 92 func (m *RegisterRs) XXX_Unmarshal(b []byte) error { 93 return xxx_messageInfo_RegisterRs.Unmarshal(m, b) 94 } 95 func (m *RegisterRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 96 return xxx_messageInfo_RegisterRs.Marshal(b, m, deterministic) 97 } 98 func (m *RegisterRs) XXX_Merge(src proto.Message) { 99 xxx_messageInfo_RegisterRs.Merge(m, src) 100 } 101 func (m *RegisterRs) XXX_Size() int { 102 return xxx_messageInfo_RegisterRs.Size(m) 103 } 104 func (m *RegisterRs) XXX_DiscardUnknown() { 105 xxx_messageInfo_RegisterRs.DiscardUnknown(m) 106 } 107 108 var xxx_messageInfo_RegisterRs proto.InternalMessageInfo 109 110 func (m *RegisterRs) GetState() int32 { 111 if m != nil && m.State != nil { 112 return *m.State 113 } 114 return 0 115 } 116 117 var E_RegisterRs_Ext = &proto.ExtensionDesc{ 118 ExtendedType: (*Base)(nil), 119 ExtensionType: (*RegisterRs)(nil), 120 Field: 102, 121 Name: "RegisterRs.ext", 122 Tag: "bytes,102,opt,name=ext", 123 Filename: "Http.proto", 124 } 125 126 //玩家登陆 127 type DoLoginRq struct { 128 Sid *string `protobuf:"bytes,1,req,name=sid" json:"sid,omitempty"` 129 BaseVersion *string `protobuf:"bytes,2,req,name=baseVersion" json:"baseVersion,omitempty"` 130 Version *string `protobuf:"bytes,3,req,name=version" json:"version,omitempty"` 131 DeviceNo *string `protobuf:"bytes,4,req,name=deviceNo" json:"deviceNo,omitempty"` 132 Plat *string `protobuf:"bytes,5,req,name=plat" json:"plat,omitempty"` 133 XXX_NoUnkeyedLiteral struct{} `json:"-"` 134 XXX_unrecognized []byte `json:"-"` 135 XXX_sizecache int32 `json:"-"` 136 } 137 138 func (m *DoLoginRq) Reset() { *m = DoLoginRq{} } 139 func (m *DoLoginRq) String() string { return proto.CompactTextString(m) } 140 func (*DoLoginRq) ProtoMessage() {} 141 func (*DoLoginRq) Descriptor() ([]byte, []int) { 142 return fileDescriptor_13540b191c79c9d6, []int{2} 143 } 144 func (m *DoLoginRq) XXX_Unmarshal(b []byte) error { 145 return xxx_messageInfo_DoLoginRq.Unmarshal(m, b) 146 } 147 func (m *DoLoginRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 148 return xxx_messageInfo_DoLoginRq.Marshal(b, m, deterministic) 149 } 150 func (m *DoLoginRq) XXX_Merge(src proto.Message) { 151 xxx_messageInfo_DoLoginRq.Merge(m, src) 152 } 153 func (m *DoLoginRq) XXX_Size() int { 154 return xxx_messageInfo_DoLoginRq.Size(m) 155 } 156 func (m *DoLoginRq) XXX_DiscardUnknown() { 157 xxx_messageInfo_DoLoginRq.DiscardUnknown(m) 158 } 159 160 var xxx_messageInfo_DoLoginRq proto.InternalMessageInfo 161 162 func (m *DoLoginRq) GetSid() string { 163 if m != nil && m.Sid != nil { 164 return *m.Sid 165 } 166 return "" 167 } 168 169 func (m *DoLoginRq) GetBaseVersion() string { 170 if m != nil && m.BaseVersion != nil { 171 return *m.BaseVersion 172 } 173 return "" 174 } 175 176 func (m *DoLoginRq) GetVersion() string { 177 if m != nil && m.Version != nil { 178 return *m.Version 179 } 180 return "" 181 } 182 183 func (m *DoLoginRq) GetDeviceNo() string { 184 if m != nil && m.DeviceNo != nil { 185 return *m.DeviceNo 186 } 187 return "" 188 } 189 190 func (m *DoLoginRq) GetPlat() string { 191 if m != nil && m.Plat != nil { 192 return *m.Plat 193 } 194 return "" 195 } 196 197 var E_DoLoginRq_Ext = &proto.ExtensionDesc{ 198 ExtendedType: (*Base)(nil), 199 ExtensionType: (*DoLoginRq)(nil), 200 Field: 103, 201 Name: "DoLoginRq.ext", 202 Tag: "bytes,103,opt,name=ext", 203 Filename: "Http.proto", 204 } 205 206 type DoLoginRs struct { 207 KeyId *int64 `protobuf:"varint,1,opt,name=keyId" json:"keyId,omitempty"` 208 Token *string `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"` 209 Active *int32 `protobuf:"varint,3,opt,name=active" json:"active,omitempty"` 210 Recent []int32 `protobuf:"varint,4,rep,name=recent" json:"recent,omitempty"` 211 Sis []*ServerInfo `protobuf:"bytes,5,rep,name=sis" json:"sis,omitempty"` 212 XXX_NoUnkeyedLiteral struct{} `json:"-"` 213 XXX_unrecognized []byte `json:"-"` 214 XXX_sizecache int32 `json:"-"` 215 } 216 217 func (m *DoLoginRs) Reset() { *m = DoLoginRs{} } 218 func (m *DoLoginRs) String() string { return proto.CompactTextString(m) } 219 func (*DoLoginRs) ProtoMessage() {} 220 func (*DoLoginRs) Descriptor() ([]byte, []int) { 221 return fileDescriptor_13540b191c79c9d6, []int{3} 222 } 223 func (m *DoLoginRs) XXX_Unmarshal(b []byte) error { 224 return xxx_messageInfo_DoLoginRs.Unmarshal(m, b) 225 } 226 func (m *DoLoginRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 227 return xxx_messageInfo_DoLoginRs.Marshal(b, m, deterministic) 228 } 229 func (m *DoLoginRs) XXX_Merge(src proto.Message) { 230 xxx_messageInfo_DoLoginRs.Merge(m, src) 231 } 232 func (m *DoLoginRs) XXX_Size() int { 233 return xxx_messageInfo_DoLoginRs.Size(m) 234 } 235 func (m *DoLoginRs) XXX_DiscardUnknown() { 236 xxx_messageInfo_DoLoginRs.DiscardUnknown(m) 237 } 238 239 var xxx_messageInfo_DoLoginRs proto.InternalMessageInfo 240 241 func (m *DoLoginRs) GetKeyId() int64 { 242 if m != nil && m.KeyId != nil { 243 return *m.KeyId 244 } 245 return 0 246 } 247 248 func (m *DoLoginRs) GetToken() string { 249 if m != nil && m.Token != nil { 250 return *m.Token 251 } 252 return "" 253 } 254 255 func (m *DoLoginRs) GetActive() int32 { 256 if m != nil && m.Active != nil { 257 return *m.Active 258 } 259 return 0 260 } 261 262 func (m *DoLoginRs) GetRecent() []int32 { 263 if m != nil { 264 return m.Recent 265 } 266 return nil 267 } 268 269 func (m *DoLoginRs) GetSis() []*ServerInfo { 270 if m != nil { 271 return m.Sis 272 } 273 return nil 274 } 275 276 var E_DoLoginRs_Ext = &proto.ExtensionDesc{ 277 ExtendedType: (*Base)(nil), 278 ExtensionType: (*DoLoginRs)(nil), 279 Field: 104, 280 Name: "DoLoginRs.ext", 281 Tag: "bytes,104,opt,name=ext", 282 Filename: "Http.proto", 283 } 284 285 //玩家登录验证 286 type VerifyRq struct { 287 KeyId *int64 `protobuf:"varint,1,req,name=keyId" json:"keyId,omitempty"` 288 ServerId *int32 `protobuf:"varint,2,req,name=serverId" json:"serverId,omitempty"` 289 Token *string `protobuf:"bytes,3,req,name=token" json:"token,omitempty"` 290 CurVersion *string `protobuf:"bytes,4,req,name=curVersion" json:"curVersion,omitempty"` 291 DeviceNo *string `protobuf:"bytes,5,req,name=deviceNo" json:"deviceNo,omitempty"` 292 ChannelId *int64 `protobuf:"varint,6,req,name=channelId" json:"channelId,omitempty"` 293 XXX_NoUnkeyedLiteral struct{} `json:"-"` 294 XXX_unrecognized []byte `json:"-"` 295 XXX_sizecache int32 `json:"-"` 296 } 297 298 func (m *VerifyRq) Reset() { *m = VerifyRq{} } 299 func (m *VerifyRq) String() string { return proto.CompactTextString(m) } 300 func (*VerifyRq) ProtoMessage() {} 301 func (*VerifyRq) Descriptor() ([]byte, []int) { 302 return fileDescriptor_13540b191c79c9d6, []int{4} 303 } 304 func (m *VerifyRq) XXX_Unmarshal(b []byte) error { 305 return xxx_messageInfo_VerifyRq.Unmarshal(m, b) 306 } 307 func (m *VerifyRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 308 return xxx_messageInfo_VerifyRq.Marshal(b, m, deterministic) 309 } 310 func (m *VerifyRq) XXX_Merge(src proto.Message) { 311 xxx_messageInfo_VerifyRq.Merge(m, src) 312 } 313 func (m *VerifyRq) XXX_Size() int { 314 return xxx_messageInfo_VerifyRq.Size(m) 315 } 316 func (m *VerifyRq) XXX_DiscardUnknown() { 317 xxx_messageInfo_VerifyRq.DiscardUnknown(m) 318 } 319 320 var xxx_messageInfo_VerifyRq proto.InternalMessageInfo 321 322 func (m *VerifyRq) GetKeyId() int64 { 323 if m != nil && m.KeyId != nil { 324 return *m.KeyId 325 } 326 return 0 327 } 328 329 func (m *VerifyRq) GetServerId() int32 { 330 if m != nil && m.ServerId != nil { 331 return *m.ServerId 332 } 333 return 0 334 } 335 336 func (m *VerifyRq) GetToken() string { 337 if m != nil && m.Token != nil { 338 return *m.Token 339 } 340 return "" 341 } 342 343 func (m *VerifyRq) GetCurVersion() string { 344 if m != nil && m.CurVersion != nil { 345 return *m.CurVersion 346 } 347 return "" 348 } 349 350 func (m *VerifyRq) GetDeviceNo() string { 351 if m != nil && m.DeviceNo != nil { 352 return *m.DeviceNo 353 } 354 return "" 355 } 356 357 func (m *VerifyRq) GetChannelId() int64 { 358 if m != nil && m.ChannelId != nil { 359 return *m.ChannelId 360 } 361 return 0 362 } 363 364 var E_VerifyRq_Ext = &proto.ExtensionDesc{ 365 ExtendedType: (*Base)(nil), 366 ExtensionType: (*VerifyRq)(nil), 367 Field: 105, 368 Name: "VerifyRq.ext", 369 Tag: "bytes,105,opt,name=ext", 370 Filename: "Http.proto", 371 } 372 373 type VerifyRs struct { 374 KeyId *int64 `protobuf:"varint,1,opt,name=keyId" json:"keyId,omitempty"` 375 PlatId *string `protobuf:"bytes,2,opt,name=platId" json:"platId,omitempty"` 376 PlatNo *int32 `protobuf:"varint,3,opt,name=platNo" json:"platNo,omitempty"` 377 ChildNo *int32 `protobuf:"varint,4,opt,name=childNo" json:"childNo,omitempty"` 378 CurVersion *string `protobuf:"bytes,5,opt,name=curVersion" json:"curVersion,omitempty"` 379 DeviceNo *string `protobuf:"bytes,6,opt,name=deviceNo" json:"deviceNo,omitempty"` 380 ServerId *int32 `protobuf:"varint,7,opt,name=serverId" json:"serverId,omitempty"` 381 ChannelId *int64 `protobuf:"varint,8,req,name=channelId" json:"channelId,omitempty"` 382 XXX_NoUnkeyedLiteral struct{} `json:"-"` 383 XXX_unrecognized []byte `json:"-"` 384 XXX_sizecache int32 `json:"-"` 385 } 386 387 func (m *VerifyRs) Reset() { *m = VerifyRs{} } 388 func (m *VerifyRs) String() string { return proto.CompactTextString(m) } 389 func (*VerifyRs) ProtoMessage() {} 390 func (*VerifyRs) Descriptor() ([]byte, []int) { 391 return fileDescriptor_13540b191c79c9d6, []int{5} 392 } 393 func (m *VerifyRs) XXX_Unmarshal(b []byte) error { 394 return xxx_messageInfo_VerifyRs.Unmarshal(m, b) 395 } 396 func (m *VerifyRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 397 return xxx_messageInfo_VerifyRs.Marshal(b, m, deterministic) 398 } 399 func (m *VerifyRs) XXX_Merge(src proto.Message) { 400 xxx_messageInfo_VerifyRs.Merge(m, src) 401 } 402 func (m *VerifyRs) XXX_Size() int { 403 return xxx_messageInfo_VerifyRs.Size(m) 404 } 405 func (m *VerifyRs) XXX_DiscardUnknown() { 406 xxx_messageInfo_VerifyRs.DiscardUnknown(m) 407 } 408 409 var xxx_messageInfo_VerifyRs proto.InternalMessageInfo 410 411 func (m *VerifyRs) GetKeyId() int64 { 412 if m != nil && m.KeyId != nil { 413 return *m.KeyId 414 } 415 return 0 416 } 417 418 func (m *VerifyRs) GetPlatId() string { 419 if m != nil && m.PlatId != nil { 420 return *m.PlatId 421 } 422 return "" 423 } 424 425 func (m *VerifyRs) GetPlatNo() int32 { 426 if m != nil && m.PlatNo != nil { 427 return *m.PlatNo 428 } 429 return 0 430 } 431 432 func (m *VerifyRs) GetChildNo() int32 { 433 if m != nil && m.ChildNo != nil { 434 return *m.ChildNo 435 } 436 return 0 437 } 438 439 func (m *VerifyRs) GetCurVersion() string { 440 if m != nil && m.CurVersion != nil { 441 return *m.CurVersion 442 } 443 return "" 444 } 445 446 func (m *VerifyRs) GetDeviceNo() string { 447 if m != nil && m.DeviceNo != nil { 448 return *m.DeviceNo 449 } 450 return "" 451 } 452 453 func (m *VerifyRs) GetServerId() int32 { 454 if m != nil && m.ServerId != nil { 455 return *m.ServerId 456 } 457 return 0 458 } 459 460 func (m *VerifyRs) GetChannelId() int64 { 461 if m != nil && m.ChannelId != nil { 462 return *m.ChannelId 463 } 464 return 0 465 } 466 467 var E_VerifyRs_Ext = &proto.ExtensionDesc{ 468 ExtendedType: (*Base)(nil), 469 ExtensionType: (*VerifyRs)(nil), 470 Field: 106, 471 Name: "VerifyRs.ext", 472 Tag: "bytes,106,opt,name=ext", 473 Filename: "Http.proto", 474 } 475 476 //注册账号(使用自有账号的时候,会用到) 477 type DoRegisterRq struct { 478 AccountId *string `protobuf:"bytes,1,req,name=accountId" json:"accountId,omitempty"` 479 Passwd *string `protobuf:"bytes,2,req,name=passwd" json:"passwd,omitempty"` 480 Version *string `protobuf:"bytes,3,req,name=version" json:"version,omitempty"` 481 DeviceNo *string `protobuf:"bytes,4,req,name=deviceNo" json:"deviceNo,omitempty"` 482 BaseVersion *string `protobuf:"bytes,5,req,name=baseVersion" json:"baseVersion,omitempty"` 483 Plat *string `protobuf:"bytes,6,req,name=plat" json:"plat,omitempty"` 484 XXX_NoUnkeyedLiteral struct{} `json:"-"` 485 XXX_unrecognized []byte `json:"-"` 486 XXX_sizecache int32 `json:"-"` 487 } 488 489 func (m *DoRegisterRq) Reset() { *m = DoRegisterRq{} } 490 func (m *DoRegisterRq) String() string { return proto.CompactTextString(m) } 491 func (*DoRegisterRq) ProtoMessage() {} 492 func (*DoRegisterRq) Descriptor() ([]byte, []int) { 493 return fileDescriptor_13540b191c79c9d6, []int{6} 494 } 495 func (m *DoRegisterRq) XXX_Unmarshal(b []byte) error { 496 return xxx_messageInfo_DoRegisterRq.Unmarshal(m, b) 497 } 498 func (m *DoRegisterRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 499 return xxx_messageInfo_DoRegisterRq.Marshal(b, m, deterministic) 500 } 501 func (m *DoRegisterRq) XXX_Merge(src proto.Message) { 502 xxx_messageInfo_DoRegisterRq.Merge(m, src) 503 } 504 func (m *DoRegisterRq) XXX_Size() int { 505 return xxx_messageInfo_DoRegisterRq.Size(m) 506 } 507 func (m *DoRegisterRq) XXX_DiscardUnknown() { 508 xxx_messageInfo_DoRegisterRq.DiscardUnknown(m) 509 } 510 511 var xxx_messageInfo_DoRegisterRq proto.InternalMessageInfo 512 513 func (m *DoRegisterRq) GetAccountId() string { 514 if m != nil && m.AccountId != nil { 515 return *m.AccountId 516 } 517 return "" 518 } 519 520 func (m *DoRegisterRq) GetPasswd() string { 521 if m != nil && m.Passwd != nil { 522 return *m.Passwd 523 } 524 return "" 525 } 526 527 func (m *DoRegisterRq) GetVersion() string { 528 if m != nil && m.Version != nil { 529 return *m.Version 530 } 531 return "" 532 } 533 534 func (m *DoRegisterRq) GetDeviceNo() string { 535 if m != nil && m.DeviceNo != nil { 536 return *m.DeviceNo 537 } 538 return "" 539 } 540 541 func (m *DoRegisterRq) GetBaseVersion() string { 542 if m != nil && m.BaseVersion != nil { 543 return *m.BaseVersion 544 } 545 return "" 546 } 547 548 func (m *DoRegisterRq) GetPlat() string { 549 if m != nil && m.Plat != nil { 550 return *m.Plat 551 } 552 return "" 553 } 554 555 var E_DoRegisterRq_Ext = &proto.ExtensionDesc{ 556 ExtendedType: (*Base)(nil), 557 ExtensionType: (*DoRegisterRq)(nil), 558 Field: 107, 559 Name: "DoRegisterRq.ext", 560 Tag: "bytes,107,opt,name=ext", 561 Filename: "Http.proto", 562 } 563 564 type DoRegisterRs struct { 565 KeyId *int64 `protobuf:"varint,1,opt,name=keyId" json:"keyId,omitempty"` 566 Token *string `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"` 567 Active *int32 `protobuf:"varint,3,opt,name=active" json:"active,omitempty"` 568 Sis []*ServerInfo `protobuf:"bytes,4,rep,name=sis" json:"sis,omitempty"` 569 XXX_NoUnkeyedLiteral struct{} `json:"-"` 570 XXX_unrecognized []byte `json:"-"` 571 XXX_sizecache int32 `json:"-"` 572 } 573 574 func (m *DoRegisterRs) Reset() { *m = DoRegisterRs{} } 575 func (m *DoRegisterRs) String() string { return proto.CompactTextString(m) } 576 func (*DoRegisterRs) ProtoMessage() {} 577 func (*DoRegisterRs) Descriptor() ([]byte, []int) { 578 return fileDescriptor_13540b191c79c9d6, []int{7} 579 } 580 func (m *DoRegisterRs) XXX_Unmarshal(b []byte) error { 581 return xxx_messageInfo_DoRegisterRs.Unmarshal(m, b) 582 } 583 func (m *DoRegisterRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 584 return xxx_messageInfo_DoRegisterRs.Marshal(b, m, deterministic) 585 } 586 func (m *DoRegisterRs) XXX_Merge(src proto.Message) { 587 xxx_messageInfo_DoRegisterRs.Merge(m, src) 588 } 589 func (m *DoRegisterRs) XXX_Size() int { 590 return xxx_messageInfo_DoRegisterRs.Size(m) 591 } 592 func (m *DoRegisterRs) XXX_DiscardUnknown() { 593 xxx_messageInfo_DoRegisterRs.DiscardUnknown(m) 594 } 595 596 var xxx_messageInfo_DoRegisterRs proto.InternalMessageInfo 597 598 func (m *DoRegisterRs) GetKeyId() int64 { 599 if m != nil && m.KeyId != nil { 600 return *m.KeyId 601 } 602 return 0 603 } 604 605 func (m *DoRegisterRs) GetToken() string { 606 if m != nil && m.Token != nil { 607 return *m.Token 608 } 609 return "" 610 } 611 612 func (m *DoRegisterRs) GetActive() int32 { 613 if m != nil && m.Active != nil { 614 return *m.Active 615 } 616 return 0 617 } 618 619 func (m *DoRegisterRs) GetSis() []*ServerInfo { 620 if m != nil { 621 return m.Sis 622 } 623 return nil 624 } 625 626 var E_DoRegisterRs_Ext = &proto.ExtensionDesc{ 627 ExtendedType: (*Base)(nil), 628 ExtensionType: (*DoRegisterRs)(nil), 629 Field: 108, 630 Name: "DoRegisterRs.ext", 631 Tag: "bytes,108,opt,name=ext", 632 Filename: "Http.proto", 633 } 634 635 //使用激活码,激活账号 636 type DoActiveRq struct { 637 KeyId *int64 `protobuf:"varint,1,req,name=keyId" json:"keyId,omitempty"` 638 ActiveCode *string `protobuf:"bytes,2,req,name=activeCode" json:"activeCode,omitempty"` 639 XXX_NoUnkeyedLiteral struct{} `json:"-"` 640 XXX_unrecognized []byte `json:"-"` 641 XXX_sizecache int32 `json:"-"` 642 } 643 644 func (m *DoActiveRq) Reset() { *m = DoActiveRq{} } 645 func (m *DoActiveRq) String() string { return proto.CompactTextString(m) } 646 func (*DoActiveRq) ProtoMessage() {} 647 func (*DoActiveRq) Descriptor() ([]byte, []int) { 648 return fileDescriptor_13540b191c79c9d6, []int{8} 649 } 650 func (m *DoActiveRq) XXX_Unmarshal(b []byte) error { 651 return xxx_messageInfo_DoActiveRq.Unmarshal(m, b) 652 } 653 func (m *DoActiveRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 654 return xxx_messageInfo_DoActiveRq.Marshal(b, m, deterministic) 655 } 656 func (m *DoActiveRq) XXX_Merge(src proto.Message) { 657 xxx_messageInfo_DoActiveRq.Merge(m, src) 658 } 659 func (m *DoActiveRq) XXX_Size() int { 660 return xxx_messageInfo_DoActiveRq.Size(m) 661 } 662 func (m *DoActiveRq) XXX_DiscardUnknown() { 663 xxx_messageInfo_DoActiveRq.DiscardUnknown(m) 664 } 665 666 var xxx_messageInfo_DoActiveRq proto.InternalMessageInfo 667 668 func (m *DoActiveRq) GetKeyId() int64 { 669 if m != nil && m.KeyId != nil { 670 return *m.KeyId 671 } 672 return 0 673 } 674 675 func (m *DoActiveRq) GetActiveCode() string { 676 if m != nil && m.ActiveCode != nil { 677 return *m.ActiveCode 678 } 679 return "" 680 } 681 682 var E_DoActiveRq_Ext = &proto.ExtensionDesc{ 683 ExtendedType: (*Base)(nil), 684 ExtensionType: (*DoActiveRq)(nil), 685 Field: 109, 686 Name: "DoActiveRq.ext", 687 Tag: "bytes,109,opt,name=ext", 688 Filename: "Http.proto", 689 } 690 691 type DoActiveRs struct { 692 State *int32 `protobuf:"varint,1,opt,name=state" json:"state,omitempty"` 693 XXX_NoUnkeyedLiteral struct{} `json:"-"` 694 XXX_unrecognized []byte `json:"-"` 695 XXX_sizecache int32 `json:"-"` 696 } 697 698 func (m *DoActiveRs) Reset() { *m = DoActiveRs{} } 699 func (m *DoActiveRs) String() string { return proto.CompactTextString(m) } 700 func (*DoActiveRs) ProtoMessage() {} 701 func (*DoActiveRs) Descriptor() ([]byte, []int) { 702 return fileDescriptor_13540b191c79c9d6, []int{9} 703 } 704 func (m *DoActiveRs) XXX_Unmarshal(b []byte) error { 705 return xxx_messageInfo_DoActiveRs.Unmarshal(m, b) 706 } 707 func (m *DoActiveRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 708 return xxx_messageInfo_DoActiveRs.Marshal(b, m, deterministic) 709 } 710 func (m *DoActiveRs) XXX_Merge(src proto.Message) { 711 xxx_messageInfo_DoActiveRs.Merge(m, src) 712 } 713 func (m *DoActiveRs) XXX_Size() int { 714 return xxx_messageInfo_DoActiveRs.Size(m) 715 } 716 func (m *DoActiveRs) XXX_DiscardUnknown() { 717 xxx_messageInfo_DoActiveRs.DiscardUnknown(m) 718 } 719 720 var xxx_messageInfo_DoActiveRs proto.InternalMessageInfo 721 722 func (m *DoActiveRs) GetState() int32 { 723 if m != nil && m.State != nil { 724 return *m.State 725 } 726 return 0 727 } 728 729 var E_DoActiveRs_Ext = &proto.ExtensionDesc{ 730 ExtendedType: (*Base)(nil), 731 ExtensionType: (*DoActiveRs)(nil), 732 Field: 110, 733 Name: "DoActiveRs.ext", 734 Tag: "bytes,110,opt,name=ext", 735 Filename: "Http.proto", 736 } 737 738 // 使用礼包兑换码 739 type UseGiftCodeRq struct { 740 Code *string `protobuf:"bytes,1,req,name=code" json:"code,omitempty"` 741 ServerId *int32 `protobuf:"varint,2,req,name=serverId" json:"serverId,omitempty"` 742 LordId *int64 `protobuf:"varint,3,req,name=lordId" json:"lordId,omitempty"` 743 PlatNo *int32 `protobuf:"varint,4,opt,name=platNo" json:"platNo,omitempty"` 744 XXX_NoUnkeyedLiteral struct{} `json:"-"` 745 XXX_unrecognized []byte `json:"-"` 746 XXX_sizecache int32 `json:"-"` 747 } 748 749 func (m *UseGiftCodeRq) Reset() { *m = UseGiftCodeRq{} } 750 func (m *UseGiftCodeRq) String() string { return proto.CompactTextString(m) } 751 func (*UseGiftCodeRq) ProtoMessage() {} 752 func (*UseGiftCodeRq) Descriptor() ([]byte, []int) { 753 return fileDescriptor_13540b191c79c9d6, []int{10} 754 } 755 func (m *UseGiftCodeRq) XXX_Unmarshal(b []byte) error { 756 return xxx_messageInfo_UseGiftCodeRq.Unmarshal(m, b) 757 } 758 func (m *UseGiftCodeRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 759 return xxx_messageInfo_UseGiftCodeRq.Marshal(b, m, deterministic) 760 } 761 func (m *UseGiftCodeRq) XXX_Merge(src proto.Message) { 762 xxx_messageInfo_UseGiftCodeRq.Merge(m, src) 763 } 764 func (m *UseGiftCodeRq) XXX_Size() int { 765 return xxx_messageInfo_UseGiftCodeRq.Size(m) 766 } 767 func (m *UseGiftCodeRq) XXX_DiscardUnknown() { 768 xxx_messageInfo_UseGiftCodeRq.DiscardUnknown(m) 769 } 770 771 var xxx_messageInfo_UseGiftCodeRq proto.InternalMessageInfo 772 773 func (m *UseGiftCodeRq) GetCode() string { 774 if m != nil && m.Code != nil { 775 return *m.Code 776 } 777 return "" 778 } 779 780 func (m *UseGiftCodeRq) GetServerId() int32 { 781 if m != nil && m.ServerId != nil { 782 return *m.ServerId 783 } 784 return 0 785 } 786 787 func (m *UseGiftCodeRq) GetLordId() int64 { 788 if m != nil && m.LordId != nil { 789 return *m.LordId 790 } 791 return 0 792 } 793 794 func (m *UseGiftCodeRq) GetPlatNo() int32 { 795 if m != nil && m.PlatNo != nil { 796 return *m.PlatNo 797 } 798 return 0 799 } 800 801 var E_UseGiftCodeRq_Ext = &proto.ExtensionDesc{ 802 ExtendedType: (*Base)(nil), 803 ExtensionType: (*UseGiftCodeRq)(nil), 804 Field: 111, 805 Name: "UseGiftCodeRq.ext", 806 Tag: "bytes,111,opt,name=ext", 807 Filename: "Http.proto", 808 } 809 810 type UseGiftCodeRs struct { 811 Award *string `protobuf:"bytes,1,opt,name=award" json:"award,omitempty"` 812 ServerId *int32 `protobuf:"varint,2,opt,name=serverId" json:"serverId,omitempty"` 813 LordId *int64 `protobuf:"varint,3,opt,name=lordId" json:"lordId,omitempty"` 814 State *int32 `protobuf:"varint,4,opt,name=state" json:"state,omitempty"` 815 XXX_NoUnkeyedLiteral struct{} `json:"-"` 816 XXX_unrecognized []byte `json:"-"` 817 XXX_sizecache int32 `json:"-"` 818 } 819 820 func (m *UseGiftCodeRs) Reset() { *m = UseGiftCodeRs{} } 821 func (m *UseGiftCodeRs) String() string { return proto.CompactTextString(m) } 822 func (*UseGiftCodeRs) ProtoMessage() {} 823 func (*UseGiftCodeRs) Descriptor() ([]byte, []int) { 824 return fileDescriptor_13540b191c79c9d6, []int{11} 825 } 826 func (m *UseGiftCodeRs) XXX_Unmarshal(b []byte) error { 827 return xxx_messageInfo_UseGiftCodeRs.Unmarshal(m, b) 828 } 829 func (m *UseGiftCodeRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 830 return xxx_messageInfo_UseGiftCodeRs.Marshal(b, m, deterministic) 831 } 832 func (m *UseGiftCodeRs) XXX_Merge(src proto.Message) { 833 xxx_messageInfo_UseGiftCodeRs.Merge(m, src) 834 } 835 func (m *UseGiftCodeRs) XXX_Size() int { 836 return xxx_messageInfo_UseGiftCodeRs.Size(m) 837 } 838 func (m *UseGiftCodeRs) XXX_DiscardUnknown() { 839 xxx_messageInfo_UseGiftCodeRs.DiscardUnknown(m) 840 } 841 842 var xxx_messageInfo_UseGiftCodeRs proto.InternalMessageInfo 843 844 func (m *UseGiftCodeRs) GetAward() string { 845 if m != nil && m.Award != nil { 846 return *m.Award 847 } 848 return "" 849 } 850 851 func (m *UseGiftCodeRs) GetServerId() int32 { 852 if m != nil && m.ServerId != nil { 853 return *m.ServerId 854 } 855 return 0 856 } 857 858 func (m *UseGiftCodeRs) GetLordId() int64 { 859 if m != nil && m.LordId != nil { 860 return *m.LordId 861 } 862 return 0 863 } 864 865 func (m *UseGiftCodeRs) GetState() int32 { 866 if m != nil && m.State != nil { 867 return *m.State 868 } 869 return 0 870 } 871 872 var E_UseGiftCodeRs_Ext = &proto.ExtensionDesc{ 873 ExtendedType: (*Base)(nil), 874 ExtensionType: (*UseGiftCodeRs)(nil), 875 Field: 112, 876 Name: "UseGiftCodeRs.ext", 877 Tag: "bytes,112,opt,name=ext", 878 Filename: "Http.proto", 879 } 880 881 //玩家发起支付申请(游戏服发送到支付服) 882 type PayApplyRq struct { 883 ServerId *int32 `protobuf:"varint,1,req,name=serverId" json:"serverId,omitempty"` 884 RoleId *int64 `protobuf:"varint,2,req,name=roleId" json:"roleId,omitempty"` 885 Amount *int32 `protobuf:"varint,3,req,name=amount" json:"amount,omitempty"` 886 PayType *int32 `protobuf:"varint,4,req,name=payType" json:"payType,omitempty"` 887 PlatName *string `protobuf:"bytes,5,req,name=platName" json:"platName,omitempty"` 888 AccountKey *int64 `protobuf:"varint,6,opt,name=accountKey" json:"accountKey,omitempty"` 889 XXX_NoUnkeyedLiteral struct{} `json:"-"` 890 XXX_unrecognized []byte `json:"-"` 891 XXX_sizecache int32 `json:"-"` 892 } 893 894 func (m *PayApplyRq) Reset() { *m = PayApplyRq{} } 895 func (m *PayApplyRq) String() string { return proto.CompactTextString(m) } 896 func (*PayApplyRq) ProtoMessage() {} 897 func (*PayApplyRq) Descriptor() ([]byte, []int) { 898 return fileDescriptor_13540b191c79c9d6, []int{12} 899 } 900 func (m *PayApplyRq) XXX_Unmarshal(b []byte) error { 901 return xxx_messageInfo_PayApplyRq.Unmarshal(m, b) 902 } 903 func (m *PayApplyRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 904 return xxx_messageInfo_PayApplyRq.Marshal(b, m, deterministic) 905 } 906 func (m *PayApplyRq) XXX_Merge(src proto.Message) { 907 xxx_messageInfo_PayApplyRq.Merge(m, src) 908 } 909 func (m *PayApplyRq) XXX_Size() int { 910 return xxx_messageInfo_PayApplyRq.Size(m) 911 } 912 func (m *PayApplyRq) XXX_DiscardUnknown() { 913 xxx_messageInfo_PayApplyRq.DiscardUnknown(m) 914 } 915 916 var xxx_messageInfo_PayApplyRq proto.InternalMessageInfo 917 918 func (m *PayApplyRq) GetServerId() int32 { 919 if m != nil && m.ServerId != nil { 920 return *m.ServerId 921 } 922 return 0 923 } 924 925 func (m *PayApplyRq) GetRoleId() int64 { 926 if m != nil && m.RoleId != nil { 927 return *m.RoleId 928 } 929 return 0 930 } 931 932 func (m *PayApplyRq) GetAmount() int32 { 933 if m != nil && m.Amount != nil { 934 return *m.Amount 935 } 936 return 0 937 } 938 939 func (m *PayApplyRq) GetPayType() int32 { 940 if m != nil && m.PayType != nil { 941 return *m.PayType 942 } 943 return 0 944 } 945 946 func (m *PayApplyRq) GetPlatName() string { 947 if m != nil && m.PlatName != nil { 948 return *m.PlatName 949 } 950 return "" 951 } 952 953 func (m *PayApplyRq) GetAccountKey() int64 { 954 if m != nil && m.AccountKey != nil { 955 return *m.AccountKey 956 } 957 return 0 958 } 959 960 var E_PayApplyRq_Ext = &proto.ExtensionDesc{ 961 ExtendedType: (*Base)(nil), 962 ExtensionType: (*PayApplyRq)(nil), 963 Field: 113, 964 Name: "PayApplyRq.ext", 965 Tag: "bytes,113,opt,name=ext", 966 Filename: "Http.proto", 967 } 968 969 type PayApplyRs struct { 970 SerialId *string `protobuf:"bytes,1,req,name=serialId" json:"serialId,omitempty"` 971 RoleId *int64 `protobuf:"varint,2,req,name=roleId" json:"roleId,omitempty"` 972 PayType *int32 `protobuf:"varint,3,req,name=payType" json:"payType,omitempty"` 973 PlatName *string `protobuf:"bytes,4,req,name=platName" json:"platName,omitempty"` 974 XXX_NoUnkeyedLiteral struct{} `json:"-"` 975 XXX_unrecognized []byte `json:"-"` 976 XXX_sizecache int32 `json:"-"` 977 } 978 979 func (m *PayApplyRs) Reset() { *m = PayApplyRs{} } 980 func (m *PayApplyRs) String() string { return proto.CompactTextString(m) } 981 func (*PayApplyRs) ProtoMessage() {} 982 func (*PayApplyRs) Descriptor() ([]byte, []int) { 983 return fileDescriptor_13540b191c79c9d6, []int{13} 984 } 985 func (m *PayApplyRs) XXX_Unmarshal(b []byte) error { 986 return xxx_messageInfo_PayApplyRs.Unmarshal(m, b) 987 } 988 func (m *PayApplyRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 989 return xxx_messageInfo_PayApplyRs.Marshal(b, m, deterministic) 990 } 991 func (m *PayApplyRs) XXX_Merge(src proto.Message) { 992 xxx_messageInfo_PayApplyRs.Merge(m, src) 993 } 994 func (m *PayApplyRs) XXX_Size() int { 995 return xxx_messageInfo_PayApplyRs.Size(m) 996 } 997 func (m *PayApplyRs) XXX_DiscardUnknown() { 998 xxx_messageInfo_PayApplyRs.DiscardUnknown(m) 999 } 1000 1001 var xxx_messageInfo_PayApplyRs proto.InternalMessageInfo 1002 1003 func (m *PayApplyRs) GetSerialId() string { 1004 if m != nil && m.SerialId != nil { 1005 return *m.SerialId 1006 } 1007 return "" 1008 } 1009 1010 func (m *PayApplyRs) GetRoleId() int64 { 1011 if m != nil && m.RoleId != nil { 1012 return *m.RoleId 1013 } 1014 return 0 1015 } 1016 1017 func (m *PayApplyRs) GetPayType() int32 { 1018 if m != nil && m.PayType != nil { 1019 return *m.PayType 1020 } 1021 return 0 1022 } 1023 1024 func (m *PayApplyRs) GetPlatName() string { 1025 if m != nil && m.PlatName != nil { 1026 return *m.PlatName 1027 } 1028 return "" 1029 } 1030 1031 var E_PayApplyRs_Ext = &proto.ExtensionDesc{ 1032 ExtendedType: (*Base)(nil), 1033 ExtensionType: (*PayApplyRs)(nil), 1034 Field: 114, 1035 Name: "PayApplyRs.ext", 1036 Tag: "bytes,114,opt,name=ext", 1037 Filename: "Http.proto", 1038 } 1039 1040 //订单支付成功(支付服务器发送到游戏服) 1041 type PayBackRq struct { 1042 PlatNo *int32 `protobuf:"varint,1,req,name=platNo" json:"platNo,omitempty"` 1043 PlatId *string `protobuf:"bytes,2,req,name=platId" json:"platId,omitempty"` 1044 OrderId *string `protobuf:"bytes,3,req,name=orderId" json:"orderId,omitempty"` 1045 SerialId *string `protobuf:"bytes,4,req,name=serialId" json:"serialId,omitempty"` 1046 ServerId *int32 `protobuf:"varint,5,req,name=serverId" json:"serverId,omitempty"` 1047 RoleId *int64 `protobuf:"varint,6,req,name=roleId" json:"roleId,omitempty"` 1048 Amount *int32 `protobuf:"varint,7,req,name=amount" json:"amount,omitempty"` 1049 PackId *int32 `protobuf:"varint,8,opt,name=packId" json:"packId,omitempty"` 1050 PayType *int32 `protobuf:"varint,9,req,name=payType" json:"payType,omitempty"` 1051 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1052 XXX_unrecognized []byte `json:"-"` 1053 XXX_sizecache int32 `json:"-"` 1054 } 1055 1056 func (m *PayBackRq) Reset() { *m = PayBackRq{} } 1057 func (m *PayBackRq) String() string { return proto.CompactTextString(m) } 1058 func (*PayBackRq) ProtoMessage() {} 1059 func (*PayBackRq) Descriptor() ([]byte, []int) { 1060 return fileDescriptor_13540b191c79c9d6, []int{14} 1061 } 1062 func (m *PayBackRq) XXX_Unmarshal(b []byte) error { 1063 return xxx_messageInfo_PayBackRq.Unmarshal(m, b) 1064 } 1065 func (m *PayBackRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1066 return xxx_messageInfo_PayBackRq.Marshal(b, m, deterministic) 1067 } 1068 func (m *PayBackRq) XXX_Merge(src proto.Message) { 1069 xxx_messageInfo_PayBackRq.Merge(m, src) 1070 } 1071 func (m *PayBackRq) XXX_Size() int { 1072 return xxx_messageInfo_PayBackRq.Size(m) 1073 } 1074 func (m *PayBackRq) XXX_DiscardUnknown() { 1075 xxx_messageInfo_PayBackRq.DiscardUnknown(m) 1076 } 1077 1078 var xxx_messageInfo_PayBackRq proto.InternalMessageInfo 1079 1080 func (m *PayBackRq) GetPlatNo() int32 { 1081 if m != nil && m.PlatNo != nil { 1082 return *m.PlatNo 1083 } 1084 return 0 1085 } 1086 1087 func (m *PayBackRq) GetPlatId() string { 1088 if m != nil && m.PlatId != nil { 1089 return *m.PlatId 1090 } 1091 return "" 1092 } 1093 1094 func (m *PayBackRq) GetOrderId() string { 1095 if m != nil && m.OrderId != nil { 1096 return *m.OrderId 1097 } 1098 return "" 1099 } 1100 1101 func (m *PayBackRq) GetSerialId() string { 1102 if m != nil && m.SerialId != nil { 1103 return *m.SerialId 1104 } 1105 return "" 1106 } 1107 1108 func (m *PayBackRq) GetServerId() int32 { 1109 if m != nil && m.ServerId != nil { 1110 return *m.ServerId 1111 } 1112 return 0 1113 } 1114 1115 func (m *PayBackRq) GetRoleId() int64 { 1116 if m != nil && m.RoleId != nil { 1117 return *m.RoleId 1118 } 1119 return 0 1120 } 1121 1122 func (m *PayBackRq) GetAmount() int32 { 1123 if m != nil && m.Amount != nil { 1124 return *m.Amount 1125 } 1126 return 0 1127 } 1128 1129 func (m *PayBackRq) GetPackId() int32 { 1130 if m != nil && m.PackId != nil { 1131 return *m.PackId 1132 } 1133 return 0 1134 } 1135 1136 func (m *PayBackRq) GetPayType() int32 { 1137 if m != nil && m.PayType != nil { 1138 return *m.PayType 1139 } 1140 return 0 1141 } 1142 1143 var E_PayBackRq_Ext = &proto.ExtensionDesc{ 1144 ExtendedType: (*Base)(nil), 1145 ExtensionType: (*PayBackRq)(nil), 1146 Field: 115, 1147 Name: "PayBackRq.ext", 1148 Tag: "bytes,115,opt,name=ext", 1149 Filename: "Http.proto", 1150 } 1151 1152 type PayBackRs struct { 1153 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1154 XXX_unrecognized []byte `json:"-"` 1155 XXX_sizecache int32 `json:"-"` 1156 } 1157 1158 func (m *PayBackRs) Reset() { *m = PayBackRs{} } 1159 func (m *PayBackRs) String() string { return proto.CompactTextString(m) } 1160 func (*PayBackRs) ProtoMessage() {} 1161 func (*PayBackRs) Descriptor() ([]byte, []int) { 1162 return fileDescriptor_13540b191c79c9d6, []int{15} 1163 } 1164 func (m *PayBackRs) XXX_Unmarshal(b []byte) error { 1165 return xxx_messageInfo_PayBackRs.Unmarshal(m, b) 1166 } 1167 func (m *PayBackRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1168 return xxx_messageInfo_PayBackRs.Marshal(b, m, deterministic) 1169 } 1170 func (m *PayBackRs) XXX_Merge(src proto.Message) { 1171 xxx_messageInfo_PayBackRs.Merge(m, src) 1172 } 1173 func (m *PayBackRs) XXX_Size() int { 1174 return xxx_messageInfo_PayBackRs.Size(m) 1175 } 1176 func (m *PayBackRs) XXX_DiscardUnknown() { 1177 xxx_messageInfo_PayBackRs.DiscardUnknown(m) 1178 } 1179 1180 var xxx_messageInfo_PayBackRs proto.InternalMessageInfo 1181 1182 var E_PayBackRs_Ext = &proto.ExtensionDesc{ 1183 ExtendedType: (*Base)(nil), 1184 ExtensionType: (*PayBackRs)(nil), 1185 Field: 116, 1186 Name: "PayBackRs.ext", 1187 Tag: "bytes,116,opt,name=ext", 1188 Filename: "Http.proto", 1189 } 1190 1191 //支付订单发货确认(游戏服发送到支付服) 1192 type PayConfirmRq struct { 1193 PlatNo *int32 `protobuf:"varint,1,req,name=platNo" json:"platNo,omitempty"` 1194 OrderId *string `protobuf:"bytes,2,req,name=orderId" json:"orderId,omitempty"` 1195 AddGold *int32 `protobuf:"varint,3,req,name=addGold" json:"addGold,omitempty"` 1196 AccountKey *int64 `protobuf:"varint,4,req,name=accountKey" json:"accountKey,omitempty"` 1197 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1198 XXX_unrecognized []byte `json:"-"` 1199 XXX_sizecache int32 `json:"-"` 1200 } 1201 1202 func (m *PayConfirmRq) Reset() { *m = PayConfirmRq{} } 1203 func (m *PayConfirmRq) String() string { return proto.CompactTextString(m) } 1204 func (*PayConfirmRq) ProtoMessage() {} 1205 func (*PayConfirmRq) Descriptor() ([]byte, []int) { 1206 return fileDescriptor_13540b191c79c9d6, []int{16} 1207 } 1208 func (m *PayConfirmRq) XXX_Unmarshal(b []byte) error { 1209 return xxx_messageInfo_PayConfirmRq.Unmarshal(m, b) 1210 } 1211 func (m *PayConfirmRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1212 return xxx_messageInfo_PayConfirmRq.Marshal(b, m, deterministic) 1213 } 1214 func (m *PayConfirmRq) XXX_Merge(src proto.Message) { 1215 xxx_messageInfo_PayConfirmRq.Merge(m, src) 1216 } 1217 func (m *PayConfirmRq) XXX_Size() int { 1218 return xxx_messageInfo_PayConfirmRq.Size(m) 1219 } 1220 func (m *PayConfirmRq) XXX_DiscardUnknown() { 1221 xxx_messageInfo_PayConfirmRq.DiscardUnknown(m) 1222 } 1223 1224 var xxx_messageInfo_PayConfirmRq proto.InternalMessageInfo 1225 1226 func (m *PayConfirmRq) GetPlatNo() int32 { 1227 if m != nil && m.PlatNo != nil { 1228 return *m.PlatNo 1229 } 1230 return 0 1231 } 1232 1233 func (m *PayConfirmRq) GetOrderId() string { 1234 if m != nil && m.OrderId != nil { 1235 return *m.OrderId 1236 } 1237 return "" 1238 } 1239 1240 func (m *PayConfirmRq) GetAddGold() int32 { 1241 if m != nil && m.AddGold != nil { 1242 return *m.AddGold 1243 } 1244 return 0 1245 } 1246 1247 func (m *PayConfirmRq) GetAccountKey() int64 { 1248 if m != nil && m.AccountKey != nil { 1249 return *m.AccountKey 1250 } 1251 return 0 1252 } 1253 1254 var E_PayConfirmRq_Ext = &proto.ExtensionDesc{ 1255 ExtendedType: (*Base)(nil), 1256 ExtensionType: (*PayConfirmRq)(nil), 1257 Field: 117, 1258 Name: "PayConfirmRq.ext", 1259 Tag: "bytes,117,opt,name=ext", 1260 Filename: "Http.proto", 1261 } 1262 1263 type PayConfirmRs struct { 1264 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1265 XXX_unrecognized []byte `json:"-"` 1266 XXX_sizecache int32 `json:"-"` 1267 } 1268 1269 func (m *PayConfirmRs) Reset() { *m = PayConfirmRs{} } 1270 func (m *PayConfirmRs) String() string { return proto.CompactTextString(m) } 1271 func (*PayConfirmRs) ProtoMessage() {} 1272 func (*PayConfirmRs) Descriptor() ([]byte, []int) { 1273 return fileDescriptor_13540b191c79c9d6, []int{17} 1274 } 1275 func (m *PayConfirmRs) XXX_Unmarshal(b []byte) error { 1276 return xxx_messageInfo_PayConfirmRs.Unmarshal(m, b) 1277 } 1278 func (m *PayConfirmRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1279 return xxx_messageInfo_PayConfirmRs.Marshal(b, m, deterministic) 1280 } 1281 func (m *PayConfirmRs) XXX_Merge(src proto.Message) { 1282 xxx_messageInfo_PayConfirmRs.Merge(m, src) 1283 } 1284 func (m *PayConfirmRs) XXX_Size() int { 1285 return xxx_messageInfo_PayConfirmRs.Size(m) 1286 } 1287 func (m *PayConfirmRs) XXX_DiscardUnknown() { 1288 xxx_messageInfo_PayConfirmRs.DiscardUnknown(m) 1289 } 1290 1291 var xxx_messageInfo_PayConfirmRs proto.InternalMessageInfo 1292 1293 var E_PayConfirmRs_Ext = &proto.ExtensionDesc{ 1294 ExtendedType: (*Base)(nil), 1295 ExtensionType: (*PayConfirmRs)(nil), 1296 Field: 118, 1297 Name: "PayConfirmRs.ext", 1298 Tag: "bytes,118,opt,name=ext", 1299 Filename: "Http.proto", 1300 } 1301 1302 //发送后台邮件 1303 type SendToMailRq struct { 1304 Type *int32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` 1305 ChannelNo *string `protobuf:"bytes,2,opt,name=channelNo" json:"channelNo,omitempty"` 1306 Online *int32 `protobuf:"varint,3,opt,name=online" json:"online,omitempty"` 1307 To *string `protobuf:"bytes,4,opt,name=to" json:"to,omitempty"` 1308 SendName *string `protobuf:"bytes,5,opt,name=sendName" json:"sendName,omitempty"` 1309 MoldId *string `protobuf:"bytes,6,opt,name=moldId" json:"moldId,omitempty"` 1310 Title *string `protobuf:"bytes,7,opt,name=title" json:"title,omitempty"` 1311 Contont *string `protobuf:"bytes,8,opt,name=contont" json:"contont,omitempty"` 1312 Award *string `protobuf:"bytes,9,opt,name=award" json:"award,omitempty"` 1313 Marking *string `protobuf:"bytes,10,opt,name=marking" json:"marking,omitempty"` 1314 Alv *int32 `protobuf:"varint,11,opt,name=alv" json:"alv,omitempty"` 1315 Blv *int32 `protobuf:"varint,12,opt,name=blv" json:"blv,omitempty"` 1316 Avip *int32 `protobuf:"varint,13,opt,name=avip" json:"avip,omitempty"` 1317 Bvip *int32 `protobuf:"varint,14,opt,name=bvip" json:"bvip,omitempty"` 1318 Partys *string `protobuf:"bytes,15,opt,name=partys" json:"partys,omitempty"` 1319 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1320 XXX_unrecognized []byte `json:"-"` 1321 XXX_sizecache int32 `json:"-"` 1322 } 1323 1324 func (m *SendToMailRq) Reset() { *m = SendToMailRq{} } 1325 func (m *SendToMailRq) String() string { return proto.CompactTextString(m) } 1326 func (*SendToMailRq) ProtoMessage() {} 1327 func (*SendToMailRq) Descriptor() ([]byte, []int) { 1328 return fileDescriptor_13540b191c79c9d6, []int{18} 1329 } 1330 func (m *SendToMailRq) XXX_Unmarshal(b []byte) error { 1331 return xxx_messageInfo_SendToMailRq.Unmarshal(m, b) 1332 } 1333 func (m *SendToMailRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1334 return xxx_messageInfo_SendToMailRq.Marshal(b, m, deterministic) 1335 } 1336 func (m *SendToMailRq) XXX_Merge(src proto.Message) { 1337 xxx_messageInfo_SendToMailRq.Merge(m, src) 1338 } 1339 func (m *SendToMailRq) XXX_Size() int { 1340 return xxx_messageInfo_SendToMailRq.Size(m) 1341 } 1342 func (m *SendToMailRq) XXX_DiscardUnknown() { 1343 xxx_messageInfo_SendToMailRq.DiscardUnknown(m) 1344 } 1345 1346 var xxx_messageInfo_SendToMailRq proto.InternalMessageInfo 1347 1348 func (m *SendToMailRq) GetType() int32 { 1349 if m != nil && m.Type != nil { 1350 return *m.Type 1351 } 1352 return 0 1353 } 1354 1355 func (m *SendToMailRq) GetChannelNo() string { 1356 if m != nil && m.ChannelNo != nil { 1357 return *m.ChannelNo 1358 } 1359 return "" 1360 } 1361 1362 func (m *SendToMailRq) GetOnline() int32 { 1363 if m != nil && m.Online != nil { 1364 return *m.Online 1365 } 1366 return 0 1367 } 1368 1369 func (m *SendToMailRq) GetTo() string { 1370 if m != nil && m.To != nil { 1371 return *m.To 1372 } 1373 return "" 1374 } 1375 1376 func (m *SendToMailRq) GetSendName() string { 1377 if m != nil && m.SendName != nil { 1378 return *m.SendName 1379 } 1380 return "" 1381 } 1382 1383 func (m *SendToMailRq) GetMoldId() string { 1384 if m != nil && m.MoldId != nil { 1385 return *m.MoldId 1386 } 1387 return "" 1388 } 1389 1390 func (m *SendToMailRq) GetTitle() string { 1391 if m != nil && m.Title != nil { 1392 return *m.Title 1393 } 1394 return "" 1395 } 1396 1397 func (m *SendToMailRq) GetContont() string { 1398 if m != nil && m.Contont != nil { 1399 return *m.Contont 1400 } 1401 return "" 1402 } 1403 1404 func (m *SendToMailRq) GetAward() string { 1405 if m != nil && m.Award != nil { 1406 return *m.Award 1407 } 1408 return "" 1409 } 1410 1411 func (m *SendToMailRq) GetMarking() string { 1412 if m != nil && m.Marking != nil { 1413 return *m.Marking 1414 } 1415 return "" 1416 } 1417 1418 func (m *SendToMailRq) GetAlv() int32 { 1419 if m != nil && m.Alv != nil { 1420 return *m.Alv 1421 } 1422 return 0 1423 } 1424 1425 func (m *SendToMailRq) GetBlv() int32 { 1426 if m != nil && m.Blv != nil { 1427 return *m.Blv 1428 } 1429 return 0 1430 } 1431 1432 func (m *SendToMailRq) GetAvip() int32 { 1433 if m != nil && m.Avip != nil { 1434 return *m.Avip 1435 } 1436 return 0 1437 } 1438 1439 func (m *SendToMailRq) GetBvip() int32 { 1440 if m != nil && m.Bvip != nil { 1441 return *m.Bvip 1442 } 1443 return 0 1444 } 1445 1446 func (m *SendToMailRq) GetPartys() string { 1447 if m != nil && m.Partys != nil { 1448 return *m.Partys 1449 } 1450 return "" 1451 } 1452 1453 var E_SendToMailRq_Ext = &proto.ExtensionDesc{ 1454 ExtendedType: (*Base)(nil), 1455 ExtensionType: (*SendToMailRq)(nil), 1456 Field: 119, 1457 Name: "SendToMailRq.ext", 1458 Tag: "bytes,119,opt,name=ext", 1459 Filename: "Http.proto", 1460 } 1461 1462 type SendToMailRs struct { 1463 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 1464 Code []int32 `protobuf:"varint,2,rep,name=code" json:"code,omitempty"` 1465 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1466 XXX_unrecognized []byte `json:"-"` 1467 XXX_sizecache int32 `json:"-"` 1468 } 1469 1470 func (m *SendToMailRs) Reset() { *m = SendToMailRs{} } 1471 func (m *SendToMailRs) String() string { return proto.CompactTextString(m) } 1472 func (*SendToMailRs) ProtoMessage() {} 1473 func (*SendToMailRs) Descriptor() ([]byte, []int) { 1474 return fileDescriptor_13540b191c79c9d6, []int{19} 1475 } 1476 func (m *SendToMailRs) XXX_Unmarshal(b []byte) error { 1477 return xxx_messageInfo_SendToMailRs.Unmarshal(m, b) 1478 } 1479 func (m *SendToMailRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1480 return xxx_messageInfo_SendToMailRs.Marshal(b, m, deterministic) 1481 } 1482 func (m *SendToMailRs) XXX_Merge(src proto.Message) { 1483 xxx_messageInfo_SendToMailRs.Merge(m, src) 1484 } 1485 func (m *SendToMailRs) XXX_Size() int { 1486 return xxx_messageInfo_SendToMailRs.Size(m) 1487 } 1488 func (m *SendToMailRs) XXX_DiscardUnknown() { 1489 xxx_messageInfo_SendToMailRs.DiscardUnknown(m) 1490 } 1491 1492 var xxx_messageInfo_SendToMailRs proto.InternalMessageInfo 1493 1494 func (m *SendToMailRs) GetMarking() string { 1495 if m != nil && m.Marking != nil { 1496 return *m.Marking 1497 } 1498 return "" 1499 } 1500 1501 func (m *SendToMailRs) GetCode() []int32 { 1502 if m != nil { 1503 return m.Code 1504 } 1505 return nil 1506 } 1507 1508 var E_SendToMailRs_Ext = &proto.ExtensionDesc{ 1509 ExtendedType: (*Base)(nil), 1510 ExtensionType: (*SendToMailRs)(nil), 1511 Field: 120, 1512 Name: "SendToMailRs.ext", 1513 Tag: "bytes,120,opt,name=ext", 1514 Filename: "Http.proto", 1515 } 1516 1517 //封号操作 1518 type ForbiddenRq struct { 1519 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 1520 ForbiddenId *int32 `protobuf:"varint,2,opt,name=forbiddenId" json:"forbiddenId,omitempty"` 1521 Nick *string `protobuf:"bytes,3,opt,name=nick" json:"nick,omitempty"` 1522 LordId *int64 `protobuf:"varint,4,opt,name=lordId" json:"lordId,omitempty"` 1523 Time *int64 `protobuf:"varint,5,opt,name=time" json:"time,omitempty"` 1524 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1525 XXX_unrecognized []byte `json:"-"` 1526 XXX_sizecache int32 `json:"-"` 1527 } 1528 1529 func (m *ForbiddenRq) Reset() { *m = ForbiddenRq{} } 1530 func (m *ForbiddenRq) String() string { return proto.CompactTextString(m) } 1531 func (*ForbiddenRq) ProtoMessage() {} 1532 func (*ForbiddenRq) Descriptor() ([]byte, []int) { 1533 return fileDescriptor_13540b191c79c9d6, []int{20} 1534 } 1535 func (m *ForbiddenRq) XXX_Unmarshal(b []byte) error { 1536 return xxx_messageInfo_ForbiddenRq.Unmarshal(m, b) 1537 } 1538 func (m *ForbiddenRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1539 return xxx_messageInfo_ForbiddenRq.Marshal(b, m, deterministic) 1540 } 1541 func (m *ForbiddenRq) XXX_Merge(src proto.Message) { 1542 xxx_messageInfo_ForbiddenRq.Merge(m, src) 1543 } 1544 func (m *ForbiddenRq) XXX_Size() int { 1545 return xxx_messageInfo_ForbiddenRq.Size(m) 1546 } 1547 func (m *ForbiddenRq) XXX_DiscardUnknown() { 1548 xxx_messageInfo_ForbiddenRq.DiscardUnknown(m) 1549 } 1550 1551 var xxx_messageInfo_ForbiddenRq proto.InternalMessageInfo 1552 1553 func (m *ForbiddenRq) GetMarking() string { 1554 if m != nil && m.Marking != nil { 1555 return *m.Marking 1556 } 1557 return "" 1558 } 1559 1560 func (m *ForbiddenRq) GetForbiddenId() int32 { 1561 if m != nil && m.ForbiddenId != nil { 1562 return *m.ForbiddenId 1563 } 1564 return 0 1565 } 1566 1567 func (m *ForbiddenRq) GetNick() string { 1568 if m != nil && m.Nick != nil { 1569 return *m.Nick 1570 } 1571 return "" 1572 } 1573 1574 func (m *ForbiddenRq) GetLordId() int64 { 1575 if m != nil && m.LordId != nil { 1576 return *m.LordId 1577 } 1578 return 0 1579 } 1580 1581 func (m *ForbiddenRq) GetTime() int64 { 1582 if m != nil && m.Time != nil { 1583 return *m.Time 1584 } 1585 return 0 1586 } 1587 1588 var E_ForbiddenRq_Ext = &proto.ExtensionDesc{ 1589 ExtendedType: (*Base)(nil), 1590 ExtensionType: (*ForbiddenRq)(nil), 1591 Field: 121, 1592 Name: "ForbiddenRq.ext", 1593 Tag: "bytes,121,opt,name=ext", 1594 Filename: "Http.proto", 1595 } 1596 1597 type ForbiddenRs struct { 1598 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1599 XXX_unrecognized []byte `json:"-"` 1600 XXX_sizecache int32 `json:"-"` 1601 } 1602 1603 func (m *ForbiddenRs) Reset() { *m = ForbiddenRs{} } 1604 func (m *ForbiddenRs) String() string { return proto.CompactTextString(m) } 1605 func (*ForbiddenRs) ProtoMessage() {} 1606 func (*ForbiddenRs) Descriptor() ([]byte, []int) { 1607 return fileDescriptor_13540b191c79c9d6, []int{21} 1608 } 1609 func (m *ForbiddenRs) XXX_Unmarshal(b []byte) error { 1610 return xxx_messageInfo_ForbiddenRs.Unmarshal(m, b) 1611 } 1612 func (m *ForbiddenRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1613 return xxx_messageInfo_ForbiddenRs.Marshal(b, m, deterministic) 1614 } 1615 func (m *ForbiddenRs) XXX_Merge(src proto.Message) { 1616 xxx_messageInfo_ForbiddenRs.Merge(m, src) 1617 } 1618 func (m *ForbiddenRs) XXX_Size() int { 1619 return xxx_messageInfo_ForbiddenRs.Size(m) 1620 } 1621 func (m *ForbiddenRs) XXX_DiscardUnknown() { 1622 xxx_messageInfo_ForbiddenRs.DiscardUnknown(m) 1623 } 1624 1625 var xxx_messageInfo_ForbiddenRs proto.InternalMessageInfo 1626 1627 var E_ForbiddenRs_Ext = &proto.ExtensionDesc{ 1628 ExtendedType: (*Base)(nil), 1629 ExtensionType: (*ForbiddenRs)(nil), 1630 Field: 122, 1631 Name: "ForbiddenRs.ext", 1632 Tag: "bytes,122,opt,name=ext", 1633 Filename: "Http.proto", 1634 } 1635 1636 //公告 1637 type NoticeRq struct { 1638 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 1639 Content *string `protobuf:"bytes,2,opt,name=content" json:"content,omitempty"` 1640 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1641 XXX_unrecognized []byte `json:"-"` 1642 XXX_sizecache int32 `json:"-"` 1643 } 1644 1645 func (m *NoticeRq) Reset() { *m = NoticeRq{} } 1646 func (m *NoticeRq) String() string { return proto.CompactTextString(m) } 1647 func (*NoticeRq) ProtoMessage() {} 1648 func (*NoticeRq) Descriptor() ([]byte, []int) { 1649 return fileDescriptor_13540b191c79c9d6, []int{22} 1650 } 1651 func (m *NoticeRq) XXX_Unmarshal(b []byte) error { 1652 return xxx_messageInfo_NoticeRq.Unmarshal(m, b) 1653 } 1654 func (m *NoticeRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1655 return xxx_messageInfo_NoticeRq.Marshal(b, m, deterministic) 1656 } 1657 func (m *NoticeRq) XXX_Merge(src proto.Message) { 1658 xxx_messageInfo_NoticeRq.Merge(m, src) 1659 } 1660 func (m *NoticeRq) XXX_Size() int { 1661 return xxx_messageInfo_NoticeRq.Size(m) 1662 } 1663 func (m *NoticeRq) XXX_DiscardUnknown() { 1664 xxx_messageInfo_NoticeRq.DiscardUnknown(m) 1665 } 1666 1667 var xxx_messageInfo_NoticeRq proto.InternalMessageInfo 1668 1669 func (m *NoticeRq) GetMarking() string { 1670 if m != nil && m.Marking != nil { 1671 return *m.Marking 1672 } 1673 return "" 1674 } 1675 1676 func (m *NoticeRq) GetContent() string { 1677 if m != nil && m.Content != nil { 1678 return *m.Content 1679 } 1680 return "" 1681 } 1682 1683 var E_NoticeRq_Ext = &proto.ExtensionDesc{ 1684 ExtendedType: (*Base)(nil), 1685 ExtensionType: (*NoticeRq)(nil), 1686 Field: 123, 1687 Name: "NoticeRq.ext", 1688 Tag: "bytes,123,opt,name=ext", 1689 Filename: "Http.proto", 1690 } 1691 1692 type NoticeRs struct { 1693 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1694 XXX_unrecognized []byte `json:"-"` 1695 XXX_sizecache int32 `json:"-"` 1696 } 1697 1698 func (m *NoticeRs) Reset() { *m = NoticeRs{} } 1699 func (m *NoticeRs) String() string { return proto.CompactTextString(m) } 1700 func (*NoticeRs) ProtoMessage() {} 1701 func (*NoticeRs) Descriptor() ([]byte, []int) { 1702 return fileDescriptor_13540b191c79c9d6, []int{23} 1703 } 1704 func (m *NoticeRs) XXX_Unmarshal(b []byte) error { 1705 return xxx_messageInfo_NoticeRs.Unmarshal(m, b) 1706 } 1707 func (m *NoticeRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1708 return xxx_messageInfo_NoticeRs.Marshal(b, m, deterministic) 1709 } 1710 func (m *NoticeRs) XXX_Merge(src proto.Message) { 1711 xxx_messageInfo_NoticeRs.Merge(m, src) 1712 } 1713 func (m *NoticeRs) XXX_Size() int { 1714 return xxx_messageInfo_NoticeRs.Size(m) 1715 } 1716 func (m *NoticeRs) XXX_DiscardUnknown() { 1717 xxx_messageInfo_NoticeRs.DiscardUnknown(m) 1718 } 1719 1720 var xxx_messageInfo_NoticeRs proto.InternalMessageInfo 1721 1722 var E_NoticeRs_Ext = &proto.ExtensionDesc{ 1723 ExtendedType: (*Base)(nil), 1724 ExtensionType: (*NoticeRs)(nil), 1725 Field: 124, 1726 Name: "NoticeRs.ext", 1727 Tag: "bytes,124,opt,name=ext", 1728 Filename: "Http.proto", 1729 } 1730 1731 //GM命令 1732 type GmRq struct { 1733 Type *int32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` 1734 ChannelNo *string `protobuf:"bytes,2,opt,name=channelNo" json:"channelNo,omitempty"` 1735 Online *int32 `protobuf:"varint,3,opt,name=online" json:"online,omitempty"` 1736 Msg *string `protobuf:"bytes,4,opt,name=msg" json:"msg,omitempty"` 1737 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1738 XXX_unrecognized []byte `json:"-"` 1739 XXX_sizecache int32 `json:"-"` 1740 } 1741 1742 func (m *GmRq) Reset() { *m = GmRq{} } 1743 func (m *GmRq) String() string { return proto.CompactTextString(m) } 1744 func (*GmRq) ProtoMessage() {} 1745 func (*GmRq) Descriptor() ([]byte, []int) { 1746 return fileDescriptor_13540b191c79c9d6, []int{24} 1747 } 1748 func (m *GmRq) XXX_Unmarshal(b []byte) error { 1749 return xxx_messageInfo_GmRq.Unmarshal(m, b) 1750 } 1751 func (m *GmRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1752 return xxx_messageInfo_GmRq.Marshal(b, m, deterministic) 1753 } 1754 func (m *GmRq) XXX_Merge(src proto.Message) { 1755 xxx_messageInfo_GmRq.Merge(m, src) 1756 } 1757 func (m *GmRq) XXX_Size() int { 1758 return xxx_messageInfo_GmRq.Size(m) 1759 } 1760 func (m *GmRq) XXX_DiscardUnknown() { 1761 xxx_messageInfo_GmRq.DiscardUnknown(m) 1762 } 1763 1764 var xxx_messageInfo_GmRq proto.InternalMessageInfo 1765 1766 func (m *GmRq) GetType() int32 { 1767 if m != nil && m.Type != nil { 1768 return *m.Type 1769 } 1770 return 0 1771 } 1772 1773 func (m *GmRq) GetChannelNo() string { 1774 if m != nil && m.ChannelNo != nil { 1775 return *m.ChannelNo 1776 } 1777 return "" 1778 } 1779 1780 func (m *GmRq) GetOnline() int32 { 1781 if m != nil && m.Online != nil { 1782 return *m.Online 1783 } 1784 return 0 1785 } 1786 1787 func (m *GmRq) GetMsg() string { 1788 if m != nil && m.Msg != nil { 1789 return *m.Msg 1790 } 1791 return "" 1792 } 1793 1794 var E_GmRq_Ext = &proto.ExtensionDesc{ 1795 ExtendedType: (*Base)(nil), 1796 ExtensionType: (*GmRq)(nil), 1797 Field: 125, 1798 Name: "GmRq.ext", 1799 Tag: "bytes,125,opt,name=ext", 1800 Filename: "Http.proto", 1801 } 1802 1803 type GmRs struct { 1804 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1805 XXX_unrecognized []byte `json:"-"` 1806 XXX_sizecache int32 `json:"-"` 1807 } 1808 1809 func (m *GmRs) Reset() { *m = GmRs{} } 1810 func (m *GmRs) String() string { return proto.CompactTextString(m) } 1811 func (*GmRs) ProtoMessage() {} 1812 func (*GmRs) Descriptor() ([]byte, []int) { 1813 return fileDescriptor_13540b191c79c9d6, []int{25} 1814 } 1815 func (m *GmRs) XXX_Unmarshal(b []byte) error { 1816 return xxx_messageInfo_GmRs.Unmarshal(m, b) 1817 } 1818 func (m *GmRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1819 return xxx_messageInfo_GmRs.Marshal(b, m, deterministic) 1820 } 1821 func (m *GmRs) XXX_Merge(src proto.Message) { 1822 xxx_messageInfo_GmRs.Merge(m, src) 1823 } 1824 func (m *GmRs) XXX_Size() int { 1825 return xxx_messageInfo_GmRs.Size(m) 1826 } 1827 func (m *GmRs) XXX_DiscardUnknown() { 1828 xxx_messageInfo_GmRs.DiscardUnknown(m) 1829 } 1830 1831 var xxx_messageInfo_GmRs proto.InternalMessageInfo 1832 1833 var E_GmRs_Ext = &proto.ExtensionDesc{ 1834 ExtendedType: (*Base)(nil), 1835 ExtensionType: (*GmRs)(nil), 1836 Field: 126, 1837 Name: "GmRs.ext", 1838 Tag: "bytes,126,opt,name=ext", 1839 Filename: "Http.proto", 1840 } 1841 1842 //重新加载配置表 1843 type ReloadParamRq struct { 1844 Marking *string `protobuf:"bytes,1,req,name=marking" json:"marking,omitempty"` 1845 Type *int32 `protobuf:"varint,2,req,name=type" json:"type,omitempty"` 1846 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1847 XXX_unrecognized []byte `json:"-"` 1848 XXX_sizecache int32 `json:"-"` 1849 } 1850 1851 func (m *ReloadParamRq) Reset() { *m = ReloadParamRq{} } 1852 func (m *ReloadParamRq) String() string { return proto.CompactTextString(m) } 1853 func (*ReloadParamRq) ProtoMessage() {} 1854 func (*ReloadParamRq) Descriptor() ([]byte, []int) { 1855 return fileDescriptor_13540b191c79c9d6, []int{26} 1856 } 1857 func (m *ReloadParamRq) XXX_Unmarshal(b []byte) error { 1858 return xxx_messageInfo_ReloadParamRq.Unmarshal(m, b) 1859 } 1860 func (m *ReloadParamRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1861 return xxx_messageInfo_ReloadParamRq.Marshal(b, m, deterministic) 1862 } 1863 func (m *ReloadParamRq) XXX_Merge(src proto.Message) { 1864 xxx_messageInfo_ReloadParamRq.Merge(m, src) 1865 } 1866 func (m *ReloadParamRq) XXX_Size() int { 1867 return xxx_messageInfo_ReloadParamRq.Size(m) 1868 } 1869 func (m *ReloadParamRq) XXX_DiscardUnknown() { 1870 xxx_messageInfo_ReloadParamRq.DiscardUnknown(m) 1871 } 1872 1873 var xxx_messageInfo_ReloadParamRq proto.InternalMessageInfo 1874 1875 func (m *ReloadParamRq) GetMarking() string { 1876 if m != nil && m.Marking != nil { 1877 return *m.Marking 1878 } 1879 return "" 1880 } 1881 1882 func (m *ReloadParamRq) GetType() int32 { 1883 if m != nil && m.Type != nil { 1884 return *m.Type 1885 } 1886 return 0 1887 } 1888 1889 var E_ReloadParamRq_Ext = &proto.ExtensionDesc{ 1890 ExtendedType: (*Base)(nil), 1891 ExtensionType: (*ReloadParamRq)(nil), 1892 Field: 127, 1893 Name: "ReloadParamRq.ext", 1894 Tag: "bytes,127,opt,name=ext", 1895 Filename: "Http.proto", 1896 } 1897 1898 type ReloadParamRs struct { 1899 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1900 XXX_unrecognized []byte `json:"-"` 1901 XXX_sizecache int32 `json:"-"` 1902 } 1903 1904 func (m *ReloadParamRs) Reset() { *m = ReloadParamRs{} } 1905 func (m *ReloadParamRs) String() string { return proto.CompactTextString(m) } 1906 func (*ReloadParamRs) ProtoMessage() {} 1907 func (*ReloadParamRs) Descriptor() ([]byte, []int) { 1908 return fileDescriptor_13540b191c79c9d6, []int{27} 1909 } 1910 func (m *ReloadParamRs) XXX_Unmarshal(b []byte) error { 1911 return xxx_messageInfo_ReloadParamRs.Unmarshal(m, b) 1912 } 1913 func (m *ReloadParamRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1914 return xxx_messageInfo_ReloadParamRs.Marshal(b, m, deterministic) 1915 } 1916 func (m *ReloadParamRs) XXX_Merge(src proto.Message) { 1917 xxx_messageInfo_ReloadParamRs.Merge(m, src) 1918 } 1919 func (m *ReloadParamRs) XXX_Size() int { 1920 return xxx_messageInfo_ReloadParamRs.Size(m) 1921 } 1922 func (m *ReloadParamRs) XXX_DiscardUnknown() { 1923 xxx_messageInfo_ReloadParamRs.DiscardUnknown(m) 1924 } 1925 1926 var xxx_messageInfo_ReloadParamRs proto.InternalMessageInfo 1927 1928 var E_ReloadParamRs_Ext = &proto.ExtensionDesc{ 1929 ExtendedType: (*Base)(nil), 1930 ExtensionType: (*ReloadParamRs)(nil), 1931 Field: 128, 1932 Name: "ReloadParamRs.ext", 1933 Tag: "bytes,128,opt,name=ext", 1934 Filename: "Http.proto", 1935 } 1936 1937 //角色登录,发送角色数据给账号服 (游戏服->账号服) 1938 type SendRoleInfosRq struct { 1939 AccountKey *int64 `protobuf:"varint,1,opt,name=accountKey" json:"accountKey,omitempty"` 1940 RoleId *int64 `protobuf:"varint,2,opt,name=roleId" json:"roleId,omitempty"` 1941 ServerId *int64 `protobuf:"varint,3,opt,name=serverId" json:"serverId,omitempty"` 1942 Level *string `protobuf:"bytes,4,opt,name=level" json:"level,omitempty"` 1943 RoleName *string `protobuf:"bytes,5,opt,name=role_name" json:"role_name,omitempty"` 1944 ServerName *string `protobuf:"bytes,6,opt,name=server_name" json:"server_name,omitempty"` 1945 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1946 XXX_unrecognized []byte `json:"-"` 1947 XXX_sizecache int32 `json:"-"` 1948 } 1949 1950 func (m *SendRoleInfosRq) Reset() { *m = SendRoleInfosRq{} } 1951 func (m *SendRoleInfosRq) String() string { return proto.CompactTextString(m) } 1952 func (*SendRoleInfosRq) ProtoMessage() {} 1953 func (*SendRoleInfosRq) Descriptor() ([]byte, []int) { 1954 return fileDescriptor_13540b191c79c9d6, []int{28} 1955 } 1956 func (m *SendRoleInfosRq) XXX_Unmarshal(b []byte) error { 1957 return xxx_messageInfo_SendRoleInfosRq.Unmarshal(m, b) 1958 } 1959 func (m *SendRoleInfosRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 1960 return xxx_messageInfo_SendRoleInfosRq.Marshal(b, m, deterministic) 1961 } 1962 func (m *SendRoleInfosRq) XXX_Merge(src proto.Message) { 1963 xxx_messageInfo_SendRoleInfosRq.Merge(m, src) 1964 } 1965 func (m *SendRoleInfosRq) XXX_Size() int { 1966 return xxx_messageInfo_SendRoleInfosRq.Size(m) 1967 } 1968 func (m *SendRoleInfosRq) XXX_DiscardUnknown() { 1969 xxx_messageInfo_SendRoleInfosRq.DiscardUnknown(m) 1970 } 1971 1972 var xxx_messageInfo_SendRoleInfosRq proto.InternalMessageInfo 1973 1974 func (m *SendRoleInfosRq) GetAccountKey() int64 { 1975 if m != nil && m.AccountKey != nil { 1976 return *m.AccountKey 1977 } 1978 return 0 1979 } 1980 1981 func (m *SendRoleInfosRq) GetRoleId() int64 { 1982 if m != nil && m.RoleId != nil { 1983 return *m.RoleId 1984 } 1985 return 0 1986 } 1987 1988 func (m *SendRoleInfosRq) GetServerId() int64 { 1989 if m != nil && m.ServerId != nil { 1990 return *m.ServerId 1991 } 1992 return 0 1993 } 1994 1995 func (m *SendRoleInfosRq) GetLevel() string { 1996 if m != nil && m.Level != nil { 1997 return *m.Level 1998 } 1999 return "" 2000 } 2001 2002 func (m *SendRoleInfosRq) GetRoleName() string { 2003 if m != nil && m.RoleName != nil { 2004 return *m.RoleName 2005 } 2006 return "" 2007 } 2008 2009 func (m *SendRoleInfosRq) GetServerName() string { 2010 if m != nil && m.ServerName != nil { 2011 return *m.ServerName 2012 } 2013 return "" 2014 } 2015 2016 var E_SendRoleInfosRq_Ext = &proto.ExtensionDesc{ 2017 ExtendedType: (*Base)(nil), 2018 ExtensionType: (*SendRoleInfosRq)(nil), 2019 Field: 129, 2020 Name: "SendRoleInfosRq.ext", 2021 Tag: "bytes,129,opt,name=ext", 2022 Filename: "Http.proto", 2023 } 2024 2025 type SendRoleInfosRs struct { 2026 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2027 XXX_unrecognized []byte `json:"-"` 2028 XXX_sizecache int32 `json:"-"` 2029 } 2030 2031 func (m *SendRoleInfosRs) Reset() { *m = SendRoleInfosRs{} } 2032 func (m *SendRoleInfosRs) String() string { return proto.CompactTextString(m) } 2033 func (*SendRoleInfosRs) ProtoMessage() {} 2034 func (*SendRoleInfosRs) Descriptor() ([]byte, []int) { 2035 return fileDescriptor_13540b191c79c9d6, []int{29} 2036 } 2037 func (m *SendRoleInfosRs) XXX_Unmarshal(b []byte) error { 2038 return xxx_messageInfo_SendRoleInfosRs.Unmarshal(m, b) 2039 } 2040 func (m *SendRoleInfosRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2041 return xxx_messageInfo_SendRoleInfosRs.Marshal(b, m, deterministic) 2042 } 2043 func (m *SendRoleInfosRs) XXX_Merge(src proto.Message) { 2044 xxx_messageInfo_SendRoleInfosRs.Merge(m, src) 2045 } 2046 func (m *SendRoleInfosRs) XXX_Size() int { 2047 return xxx_messageInfo_SendRoleInfosRs.Size(m) 2048 } 2049 func (m *SendRoleInfosRs) XXX_DiscardUnknown() { 2050 xxx_messageInfo_SendRoleInfosRs.DiscardUnknown(m) 2051 } 2052 2053 var xxx_messageInfo_SendRoleInfosRs proto.InternalMessageInfo 2054 2055 var E_SendRoleInfosRs_Ext = &proto.ExtensionDesc{ 2056 ExtendedType: (*Base)(nil), 2057 ExtensionType: (*SendRoleInfosRs)(nil), 2058 Field: 130, 2059 Name: "SendRoleInfosRs.ext", 2060 Tag: "bytes,130,opt,name=ext", 2061 Filename: "Http.proto", 2062 } 2063 2064 //* 2065 // 账号服角色信息同步 2066 // 角色登录和退出游戏,发送角色数据给账号服 (游戏服->账号服) 2067 type SendAccountRoleRq struct { 2068 Ars []*AccountRoleInfo `protobuf:"bytes,1,rep,name=ars" json:"ars,omitempty"` 2069 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2070 XXX_unrecognized []byte `json:"-"` 2071 XXX_sizecache int32 `json:"-"` 2072 } 2073 2074 func (m *SendAccountRoleRq) Reset() { *m = SendAccountRoleRq{} } 2075 func (m *SendAccountRoleRq) String() string { return proto.CompactTextString(m) } 2076 func (*SendAccountRoleRq) ProtoMessage() {} 2077 func (*SendAccountRoleRq) Descriptor() ([]byte, []int) { 2078 return fileDescriptor_13540b191c79c9d6, []int{30} 2079 } 2080 func (m *SendAccountRoleRq) XXX_Unmarshal(b []byte) error { 2081 return xxx_messageInfo_SendAccountRoleRq.Unmarshal(m, b) 2082 } 2083 func (m *SendAccountRoleRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2084 return xxx_messageInfo_SendAccountRoleRq.Marshal(b, m, deterministic) 2085 } 2086 func (m *SendAccountRoleRq) XXX_Merge(src proto.Message) { 2087 xxx_messageInfo_SendAccountRoleRq.Merge(m, src) 2088 } 2089 func (m *SendAccountRoleRq) XXX_Size() int { 2090 return xxx_messageInfo_SendAccountRoleRq.Size(m) 2091 } 2092 func (m *SendAccountRoleRq) XXX_DiscardUnknown() { 2093 xxx_messageInfo_SendAccountRoleRq.DiscardUnknown(m) 2094 } 2095 2096 var xxx_messageInfo_SendAccountRoleRq proto.InternalMessageInfo 2097 2098 func (m *SendAccountRoleRq) GetArs() []*AccountRoleInfo { 2099 if m != nil { 2100 return m.Ars 2101 } 2102 return nil 2103 } 2104 2105 var E_SendAccountRoleRq_Ext = &proto.ExtensionDesc{ 2106 ExtendedType: (*Base)(nil), 2107 ExtensionType: (*SendAccountRoleRq)(nil), 2108 Field: 131, 2109 Name: "SendAccountRoleRq.ext", 2110 Tag: "bytes,131,opt,name=ext", 2111 Filename: "Http.proto", 2112 } 2113 2114 type SendAccountRoleRs struct { 2115 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2116 XXX_unrecognized []byte `json:"-"` 2117 XXX_sizecache int32 `json:"-"` 2118 } 2119 2120 func (m *SendAccountRoleRs) Reset() { *m = SendAccountRoleRs{} } 2121 func (m *SendAccountRoleRs) String() string { return proto.CompactTextString(m) } 2122 func (*SendAccountRoleRs) ProtoMessage() {} 2123 func (*SendAccountRoleRs) Descriptor() ([]byte, []int) { 2124 return fileDescriptor_13540b191c79c9d6, []int{31} 2125 } 2126 func (m *SendAccountRoleRs) XXX_Unmarshal(b []byte) error { 2127 return xxx_messageInfo_SendAccountRoleRs.Unmarshal(m, b) 2128 } 2129 func (m *SendAccountRoleRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2130 return xxx_messageInfo_SendAccountRoleRs.Marshal(b, m, deterministic) 2131 } 2132 func (m *SendAccountRoleRs) XXX_Merge(src proto.Message) { 2133 xxx_messageInfo_SendAccountRoleRs.Merge(m, src) 2134 } 2135 func (m *SendAccountRoleRs) XXX_Size() int { 2136 return xxx_messageInfo_SendAccountRoleRs.Size(m) 2137 } 2138 func (m *SendAccountRoleRs) XXX_DiscardUnknown() { 2139 xxx_messageInfo_SendAccountRoleRs.DiscardUnknown(m) 2140 } 2141 2142 var xxx_messageInfo_SendAccountRoleRs proto.InternalMessageInfo 2143 2144 var E_SendAccountRoleRs_Ext = &proto.ExtensionDesc{ 2145 ExtendedType: (*Base)(nil), 2146 ExtensionType: (*SendAccountRoleRs)(nil), 2147 Field: 132, 2148 Name: "SendAccountRoleRs.ext", 2149 Tag: "bytes,132,opt,name=ext", 2150 Filename: "Http.proto", 2151 } 2152 2153 //* 2154 // 获取服务区列表信息 2155 type ServerInfoRq struct { 2156 ServerId *int32 `protobuf:"varint,1,req,name=server_id" json:"server_id,omitempty"` 2157 AccountKey *int64 `protobuf:"varint,2,req,name=accountKey" json:"accountKey,omitempty"` 2158 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2159 XXX_unrecognized []byte `json:"-"` 2160 XXX_sizecache int32 `json:"-"` 2161 } 2162 2163 func (m *ServerInfoRq) Reset() { *m = ServerInfoRq{} } 2164 func (m *ServerInfoRq) String() string { return proto.CompactTextString(m) } 2165 func (*ServerInfoRq) ProtoMessage() {} 2166 func (*ServerInfoRq) Descriptor() ([]byte, []int) { 2167 return fileDescriptor_13540b191c79c9d6, []int{32} 2168 } 2169 func (m *ServerInfoRq) XXX_Unmarshal(b []byte) error { 2170 return xxx_messageInfo_ServerInfoRq.Unmarshal(m, b) 2171 } 2172 func (m *ServerInfoRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2173 return xxx_messageInfo_ServerInfoRq.Marshal(b, m, deterministic) 2174 } 2175 func (m *ServerInfoRq) XXX_Merge(src proto.Message) { 2176 xxx_messageInfo_ServerInfoRq.Merge(m, src) 2177 } 2178 func (m *ServerInfoRq) XXX_Size() int { 2179 return xxx_messageInfo_ServerInfoRq.Size(m) 2180 } 2181 func (m *ServerInfoRq) XXX_DiscardUnknown() { 2182 xxx_messageInfo_ServerInfoRq.DiscardUnknown(m) 2183 } 2184 2185 var xxx_messageInfo_ServerInfoRq proto.InternalMessageInfo 2186 2187 func (m *ServerInfoRq) GetServerId() int32 { 2188 if m != nil && m.ServerId != nil { 2189 return *m.ServerId 2190 } 2191 return 0 2192 } 2193 2194 func (m *ServerInfoRq) GetAccountKey() int64 { 2195 if m != nil && m.AccountKey != nil { 2196 return *m.AccountKey 2197 } 2198 return 0 2199 } 2200 2201 var E_ServerInfoRq_Ext = &proto.ExtensionDesc{ 2202 ExtendedType: (*Base)(nil), 2203 ExtensionType: (*ServerInfoRq)(nil), 2204 Field: 133, 2205 Name: "ServerInfoRq.ext", 2206 Tag: "bytes,133,opt,name=ext", 2207 Filename: "Http.proto", 2208 } 2209 2210 type ServerInfoRs struct { 2211 Sis *ServerInfo `protobuf:"bytes,1,req,name=sis" json:"sis,omitempty"` 2212 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2213 XXX_unrecognized []byte `json:"-"` 2214 XXX_sizecache int32 `json:"-"` 2215 } 2216 2217 func (m *ServerInfoRs) Reset() { *m = ServerInfoRs{} } 2218 func (m *ServerInfoRs) String() string { return proto.CompactTextString(m) } 2219 func (*ServerInfoRs) ProtoMessage() {} 2220 func (*ServerInfoRs) Descriptor() ([]byte, []int) { 2221 return fileDescriptor_13540b191c79c9d6, []int{33} 2222 } 2223 func (m *ServerInfoRs) XXX_Unmarshal(b []byte) error { 2224 return xxx_messageInfo_ServerInfoRs.Unmarshal(m, b) 2225 } 2226 func (m *ServerInfoRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2227 return xxx_messageInfo_ServerInfoRs.Marshal(b, m, deterministic) 2228 } 2229 func (m *ServerInfoRs) XXX_Merge(src proto.Message) { 2230 xxx_messageInfo_ServerInfoRs.Merge(m, src) 2231 } 2232 func (m *ServerInfoRs) XXX_Size() int { 2233 return xxx_messageInfo_ServerInfoRs.Size(m) 2234 } 2235 func (m *ServerInfoRs) XXX_DiscardUnknown() { 2236 xxx_messageInfo_ServerInfoRs.DiscardUnknown(m) 2237 } 2238 2239 var xxx_messageInfo_ServerInfoRs proto.InternalMessageInfo 2240 2241 func (m *ServerInfoRs) GetSis() *ServerInfo { 2242 if m != nil { 2243 return m.Sis 2244 } 2245 return nil 2246 } 2247 2248 var E_ServerInfoRs_Ext = &proto.ExtensionDesc{ 2249 ExtendedType: (*Base)(nil), 2250 ExtensionType: (*ServerInfoRs)(nil), 2251 Field: 134, 2252 Name: "ServerInfoRs.ext", 2253 Tag: "bytes,134,opt,name=ext", 2254 Filename: "Http.proto", 2255 } 2256 2257 //* 2258 // 获取服务区列表信息 2259 type ServerListRq struct { 2260 AccountKey *int64 `protobuf:"varint,1,req,name=accountKey" json:"accountKey,omitempty"` 2261 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2262 XXX_unrecognized []byte `json:"-"` 2263 XXX_sizecache int32 `json:"-"` 2264 } 2265 2266 func (m *ServerListRq) Reset() { *m = ServerListRq{} } 2267 func (m *ServerListRq) String() string { return proto.CompactTextString(m) } 2268 func (*ServerListRq) ProtoMessage() {} 2269 func (*ServerListRq) Descriptor() ([]byte, []int) { 2270 return fileDescriptor_13540b191c79c9d6, []int{34} 2271 } 2272 func (m *ServerListRq) XXX_Unmarshal(b []byte) error { 2273 return xxx_messageInfo_ServerListRq.Unmarshal(m, b) 2274 } 2275 func (m *ServerListRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2276 return xxx_messageInfo_ServerListRq.Marshal(b, m, deterministic) 2277 } 2278 func (m *ServerListRq) XXX_Merge(src proto.Message) { 2279 xxx_messageInfo_ServerListRq.Merge(m, src) 2280 } 2281 func (m *ServerListRq) XXX_Size() int { 2282 return xxx_messageInfo_ServerListRq.Size(m) 2283 } 2284 func (m *ServerListRq) XXX_DiscardUnknown() { 2285 xxx_messageInfo_ServerListRq.DiscardUnknown(m) 2286 } 2287 2288 var xxx_messageInfo_ServerListRq proto.InternalMessageInfo 2289 2290 func (m *ServerListRq) GetAccountKey() int64 { 2291 if m != nil && m.AccountKey != nil { 2292 return *m.AccountKey 2293 } 2294 return 0 2295 } 2296 2297 var E_ServerListRq_Ext = &proto.ExtensionDesc{ 2298 ExtendedType: (*Base)(nil), 2299 ExtensionType: (*ServerListRq)(nil), 2300 Field: 135, 2301 Name: "ServerListRq.ext", 2302 Tag: "bytes,135,opt,name=ext", 2303 Filename: "Http.proto", 2304 } 2305 2306 type ServerListRs struct { 2307 Sis []*ServerInfo `protobuf:"bytes,1,rep,name=sis" json:"sis,omitempty"` 2308 Sc []*ServerControl `protobuf:"bytes,2,rep,name=sc" json:"sc,omitempty"` 2309 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2310 XXX_unrecognized []byte `json:"-"` 2311 XXX_sizecache int32 `json:"-"` 2312 } 2313 2314 func (m *ServerListRs) Reset() { *m = ServerListRs{} } 2315 func (m *ServerListRs) String() string { return proto.CompactTextString(m) } 2316 func (*ServerListRs) ProtoMessage() {} 2317 func (*ServerListRs) Descriptor() ([]byte, []int) { 2318 return fileDescriptor_13540b191c79c9d6, []int{35} 2319 } 2320 func (m *ServerListRs) XXX_Unmarshal(b []byte) error { 2321 return xxx_messageInfo_ServerListRs.Unmarshal(m, b) 2322 } 2323 func (m *ServerListRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2324 return xxx_messageInfo_ServerListRs.Marshal(b, m, deterministic) 2325 } 2326 func (m *ServerListRs) XXX_Merge(src proto.Message) { 2327 xxx_messageInfo_ServerListRs.Merge(m, src) 2328 } 2329 func (m *ServerListRs) XXX_Size() int { 2330 return xxx_messageInfo_ServerListRs.Size(m) 2331 } 2332 func (m *ServerListRs) XXX_DiscardUnknown() { 2333 xxx_messageInfo_ServerListRs.DiscardUnknown(m) 2334 } 2335 2336 var xxx_messageInfo_ServerListRs proto.InternalMessageInfo 2337 2338 func (m *ServerListRs) GetSis() []*ServerInfo { 2339 if m != nil { 2340 return m.Sis 2341 } 2342 return nil 2343 } 2344 2345 func (m *ServerListRs) GetSc() []*ServerControl { 2346 if m != nil { 2347 return m.Sc 2348 } 2349 return nil 2350 } 2351 2352 var E_ServerListRs_Ext = &proto.ExtensionDesc{ 2353 ExtendedType: (*Base)(nil), 2354 ExtensionType: (*ServerListRs)(nil), 2355 Field: 136, 2356 Name: "ServerListRs.ext", 2357 Tag: "bytes,136,opt,name=ext", 2358 Filename: "Http.proto", 2359 } 2360 2361 // 获取玩家基本信息的请求 (账号服->游戏服) 2362 type GetLordBaseRq struct { 2363 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 2364 LordId *int64 `protobuf:"varint,2,opt,name=lordId" json:"lordId,omitempty"` 2365 Type *int32 `protobuf:"varint,3,opt,name=type" json:"type,omitempty"` 2366 Param []string `protobuf:"bytes,4,rep,name=param" json:"param,omitempty"` 2367 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2368 XXX_unrecognized []byte `json:"-"` 2369 XXX_sizecache int32 `json:"-"` 2370 } 2371 2372 func (m *GetLordBaseRq) Reset() { *m = GetLordBaseRq{} } 2373 func (m *GetLordBaseRq) String() string { return proto.CompactTextString(m) } 2374 func (*GetLordBaseRq) ProtoMessage() {} 2375 func (*GetLordBaseRq) Descriptor() ([]byte, []int) { 2376 return fileDescriptor_13540b191c79c9d6, []int{36} 2377 } 2378 func (m *GetLordBaseRq) XXX_Unmarshal(b []byte) error { 2379 return xxx_messageInfo_GetLordBaseRq.Unmarshal(m, b) 2380 } 2381 func (m *GetLordBaseRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2382 return xxx_messageInfo_GetLordBaseRq.Marshal(b, m, deterministic) 2383 } 2384 func (m *GetLordBaseRq) XXX_Merge(src proto.Message) { 2385 xxx_messageInfo_GetLordBaseRq.Merge(m, src) 2386 } 2387 func (m *GetLordBaseRq) XXX_Size() int { 2388 return xxx_messageInfo_GetLordBaseRq.Size(m) 2389 } 2390 func (m *GetLordBaseRq) XXX_DiscardUnknown() { 2391 xxx_messageInfo_GetLordBaseRq.DiscardUnknown(m) 2392 } 2393 2394 var xxx_messageInfo_GetLordBaseRq proto.InternalMessageInfo 2395 2396 func (m *GetLordBaseRq) GetMarking() string { 2397 if m != nil && m.Marking != nil { 2398 return *m.Marking 2399 } 2400 return "" 2401 } 2402 2403 func (m *GetLordBaseRq) GetLordId() int64 { 2404 if m != nil && m.LordId != nil { 2405 return *m.LordId 2406 } 2407 return 0 2408 } 2409 2410 func (m *GetLordBaseRq) GetType() int32 { 2411 if m != nil && m.Type != nil { 2412 return *m.Type 2413 } 2414 return 0 2415 } 2416 2417 func (m *GetLordBaseRq) GetParam() []string { 2418 if m != nil { 2419 return m.Param 2420 } 2421 return nil 2422 } 2423 2424 var E_GetLordBaseRq_Ext = &proto.ExtensionDesc{ 2425 ExtendedType: (*Base)(nil), 2426 ExtensionType: (*GetLordBaseRq)(nil), 2427 Field: 1017, 2428 Name: "GetLordBaseRq.ext", 2429 Tag: "bytes,1017,opt,name=ext", 2430 Filename: "Http.proto", 2431 } 2432 2433 type GetLordBaseRs struct { 2434 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2435 XXX_unrecognized []byte `json:"-"` 2436 XXX_sizecache int32 `json:"-"` 2437 } 2438 2439 func (m *GetLordBaseRs) Reset() { *m = GetLordBaseRs{} } 2440 func (m *GetLordBaseRs) String() string { return proto.CompactTextString(m) } 2441 func (*GetLordBaseRs) ProtoMessage() {} 2442 func (*GetLordBaseRs) Descriptor() ([]byte, []int) { 2443 return fileDescriptor_13540b191c79c9d6, []int{37} 2444 } 2445 func (m *GetLordBaseRs) XXX_Unmarshal(b []byte) error { 2446 return xxx_messageInfo_GetLordBaseRs.Unmarshal(m, b) 2447 } 2448 func (m *GetLordBaseRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2449 return xxx_messageInfo_GetLordBaseRs.Marshal(b, m, deterministic) 2450 } 2451 func (m *GetLordBaseRs) XXX_Merge(src proto.Message) { 2452 xxx_messageInfo_GetLordBaseRs.Merge(m, src) 2453 } 2454 func (m *GetLordBaseRs) XXX_Size() int { 2455 return xxx_messageInfo_GetLordBaseRs.Size(m) 2456 } 2457 func (m *GetLordBaseRs) XXX_DiscardUnknown() { 2458 xxx_messageInfo_GetLordBaseRs.DiscardUnknown(m) 2459 } 2460 2461 var xxx_messageInfo_GetLordBaseRs proto.InternalMessageInfo 2462 2463 var E_GetLordBaseRs_Ext = &proto.ExtensionDesc{ 2464 ExtendedType: (*Base)(nil), 2465 ExtensionType: (*GetLordBaseRs)(nil), 2466 Field: 1018, 2467 Name: "GetLordBaseRs.ext", 2468 Tag: "bytes,1018,opt,name=ext", 2469 Filename: "Http.proto", 2470 } 2471 2472 // 获取玩家基本信息的回调 (游戏服->账号服) 2473 type BackLordBaseRq struct { 2474 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 2475 Code *int32 `protobuf:"varint,2,opt,name=code" json:"code,omitempty"` 2476 Type *int32 `protobuf:"varint,3,opt,name=type" json:"type,omitempty"` 2477 PlayInfo *PlayerInfo `protobuf:"bytes,4,opt,name=playInfo" json:"playInfo,omitempty"` 2478 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2479 XXX_unrecognized []byte `json:"-"` 2480 XXX_sizecache int32 `json:"-"` 2481 } 2482 2483 func (m *BackLordBaseRq) Reset() { *m = BackLordBaseRq{} } 2484 func (m *BackLordBaseRq) String() string { return proto.CompactTextString(m) } 2485 func (*BackLordBaseRq) ProtoMessage() {} 2486 func (*BackLordBaseRq) Descriptor() ([]byte, []int) { 2487 return fileDescriptor_13540b191c79c9d6, []int{38} 2488 } 2489 func (m *BackLordBaseRq) XXX_Unmarshal(b []byte) error { 2490 return xxx_messageInfo_BackLordBaseRq.Unmarshal(m, b) 2491 } 2492 func (m *BackLordBaseRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2493 return xxx_messageInfo_BackLordBaseRq.Marshal(b, m, deterministic) 2494 } 2495 func (m *BackLordBaseRq) XXX_Merge(src proto.Message) { 2496 xxx_messageInfo_BackLordBaseRq.Merge(m, src) 2497 } 2498 func (m *BackLordBaseRq) XXX_Size() int { 2499 return xxx_messageInfo_BackLordBaseRq.Size(m) 2500 } 2501 func (m *BackLordBaseRq) XXX_DiscardUnknown() { 2502 xxx_messageInfo_BackLordBaseRq.DiscardUnknown(m) 2503 } 2504 2505 var xxx_messageInfo_BackLordBaseRq proto.InternalMessageInfo 2506 2507 func (m *BackLordBaseRq) GetMarking() string { 2508 if m != nil && m.Marking != nil { 2509 return *m.Marking 2510 } 2511 return "" 2512 } 2513 2514 func (m *BackLordBaseRq) GetCode() int32 { 2515 if m != nil && m.Code != nil { 2516 return *m.Code 2517 } 2518 return 0 2519 } 2520 2521 func (m *BackLordBaseRq) GetType() int32 { 2522 if m != nil && m.Type != nil { 2523 return *m.Type 2524 } 2525 return 0 2526 } 2527 2528 func (m *BackLordBaseRq) GetPlayInfo() *PlayerInfo { 2529 if m != nil { 2530 return m.PlayInfo 2531 } 2532 return nil 2533 } 2534 2535 var E_BackLordBaseRq_Ext = &proto.ExtensionDesc{ 2536 ExtendedType: (*Base)(nil), 2537 ExtensionType: (*BackLordBaseRq)(nil), 2538 Field: 1019, 2539 Name: "BackLordBaseRq.ext", 2540 Tag: "bytes,1019,opt,name=ext", 2541 Filename: "Http.proto", 2542 } 2543 2544 type BackLordBaseRs struct { 2545 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2546 XXX_unrecognized []byte `json:"-"` 2547 XXX_sizecache int32 `json:"-"` 2548 } 2549 2550 func (m *BackLordBaseRs) Reset() { *m = BackLordBaseRs{} } 2551 func (m *BackLordBaseRs) String() string { return proto.CompactTextString(m) } 2552 func (*BackLordBaseRs) ProtoMessage() {} 2553 func (*BackLordBaseRs) Descriptor() ([]byte, []int) { 2554 return fileDescriptor_13540b191c79c9d6, []int{39} 2555 } 2556 func (m *BackLordBaseRs) XXX_Unmarshal(b []byte) error { 2557 return xxx_messageInfo_BackLordBaseRs.Unmarshal(m, b) 2558 } 2559 func (m *BackLordBaseRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2560 return xxx_messageInfo_BackLordBaseRs.Marshal(b, m, deterministic) 2561 } 2562 func (m *BackLordBaseRs) XXX_Merge(src proto.Message) { 2563 xxx_messageInfo_BackLordBaseRs.Merge(m, src) 2564 } 2565 func (m *BackLordBaseRs) XXX_Size() int { 2566 return xxx_messageInfo_BackLordBaseRs.Size(m) 2567 } 2568 func (m *BackLordBaseRs) XXX_DiscardUnknown() { 2569 xxx_messageInfo_BackLordBaseRs.DiscardUnknown(m) 2570 } 2571 2572 var xxx_messageInfo_BackLordBaseRs proto.InternalMessageInfo 2573 2574 var E_BackLordBaseRs_Ext = &proto.ExtensionDesc{ 2575 ExtendedType: (*Base)(nil), 2576 ExtensionType: (*BackLordBaseRs)(nil), 2577 Field: 1020, 2578 Name: "BackLordBaseRs.ext", 2579 Tag: "bytes,1020,opt,name=ext", 2580 Filename: "Http.proto", 2581 } 2582 2583 // 修改vip 2584 type ModVipRq struct { 2585 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 2586 LordId *int64 `protobuf:"varint,2,opt,name=lordId" json:"lordId,omitempty"` 2587 Type *int32 `protobuf:"varint,3,opt,name=type" json:"type,omitempty"` 2588 Value *int32 `protobuf:"varint,4,opt,name=value" json:"value,omitempty"` 2589 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2590 XXX_unrecognized []byte `json:"-"` 2591 XXX_sizecache int32 `json:"-"` 2592 } 2593 2594 func (m *ModVipRq) Reset() { *m = ModVipRq{} } 2595 func (m *ModVipRq) String() string { return proto.CompactTextString(m) } 2596 func (*ModVipRq) ProtoMessage() {} 2597 func (*ModVipRq) Descriptor() ([]byte, []int) { 2598 return fileDescriptor_13540b191c79c9d6, []int{40} 2599 } 2600 func (m *ModVipRq) XXX_Unmarshal(b []byte) error { 2601 return xxx_messageInfo_ModVipRq.Unmarshal(m, b) 2602 } 2603 func (m *ModVipRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2604 return xxx_messageInfo_ModVipRq.Marshal(b, m, deterministic) 2605 } 2606 func (m *ModVipRq) XXX_Merge(src proto.Message) { 2607 xxx_messageInfo_ModVipRq.Merge(m, src) 2608 } 2609 func (m *ModVipRq) XXX_Size() int { 2610 return xxx_messageInfo_ModVipRq.Size(m) 2611 } 2612 func (m *ModVipRq) XXX_DiscardUnknown() { 2613 xxx_messageInfo_ModVipRq.DiscardUnknown(m) 2614 } 2615 2616 var xxx_messageInfo_ModVipRq proto.InternalMessageInfo 2617 2618 func (m *ModVipRq) GetMarking() string { 2619 if m != nil && m.Marking != nil { 2620 return *m.Marking 2621 } 2622 return "" 2623 } 2624 2625 func (m *ModVipRq) GetLordId() int64 { 2626 if m != nil && m.LordId != nil { 2627 return *m.LordId 2628 } 2629 return 0 2630 } 2631 2632 func (m *ModVipRq) GetType() int32 { 2633 if m != nil && m.Type != nil { 2634 return *m.Type 2635 } 2636 return 0 2637 } 2638 2639 func (m *ModVipRq) GetValue() int32 { 2640 if m != nil && m.Value != nil { 2641 return *m.Value 2642 } 2643 return 0 2644 } 2645 2646 var E_ModVipRq_Ext = &proto.ExtensionDesc{ 2647 ExtendedType: (*Base)(nil), 2648 ExtensionType: (*ModVipRq)(nil), 2649 Field: 1025, 2650 Name: "ModVipRq.ext", 2651 Tag: "bytes,1025,opt,name=ext", 2652 Filename: "Http.proto", 2653 } 2654 2655 type ModVipRs struct { 2656 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2657 XXX_unrecognized []byte `json:"-"` 2658 XXX_sizecache int32 `json:"-"` 2659 } 2660 2661 func (m *ModVipRs) Reset() { *m = ModVipRs{} } 2662 func (m *ModVipRs) String() string { return proto.CompactTextString(m) } 2663 func (*ModVipRs) ProtoMessage() {} 2664 func (*ModVipRs) Descriptor() ([]byte, []int) { 2665 return fileDescriptor_13540b191c79c9d6, []int{41} 2666 } 2667 func (m *ModVipRs) XXX_Unmarshal(b []byte) error { 2668 return xxx_messageInfo_ModVipRs.Unmarshal(m, b) 2669 } 2670 func (m *ModVipRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2671 return xxx_messageInfo_ModVipRs.Marshal(b, m, deterministic) 2672 } 2673 func (m *ModVipRs) XXX_Merge(src proto.Message) { 2674 xxx_messageInfo_ModVipRs.Merge(m, src) 2675 } 2676 func (m *ModVipRs) XXX_Size() int { 2677 return xxx_messageInfo_ModVipRs.Size(m) 2678 } 2679 func (m *ModVipRs) XXX_DiscardUnknown() { 2680 xxx_messageInfo_ModVipRs.DiscardUnknown(m) 2681 } 2682 2683 var xxx_messageInfo_ModVipRs proto.InternalMessageInfo 2684 2685 var E_ModVipRs_Ext = &proto.ExtensionDesc{ 2686 ExtendedType: (*Base)(nil), 2687 ExtensionType: (*ModVipRs)(nil), 2688 Field: 1026, 2689 Name: "ModVipRs.ext", 2690 Tag: "bytes,1026,opt,name=ext", 2691 Filename: "Http.proto", 2692 } 2693 2694 // 重新计算资源 2695 type RecalcResourceRq struct { 2696 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2697 XXX_unrecognized []byte `json:"-"` 2698 XXX_sizecache int32 `json:"-"` 2699 } 2700 2701 func (m *RecalcResourceRq) Reset() { *m = RecalcResourceRq{} } 2702 func (m *RecalcResourceRq) String() string { return proto.CompactTextString(m) } 2703 func (*RecalcResourceRq) ProtoMessage() {} 2704 func (*RecalcResourceRq) Descriptor() ([]byte, []int) { 2705 return fileDescriptor_13540b191c79c9d6, []int{42} 2706 } 2707 func (m *RecalcResourceRq) XXX_Unmarshal(b []byte) error { 2708 return xxx_messageInfo_RecalcResourceRq.Unmarshal(m, b) 2709 } 2710 func (m *RecalcResourceRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2711 return xxx_messageInfo_RecalcResourceRq.Marshal(b, m, deterministic) 2712 } 2713 func (m *RecalcResourceRq) XXX_Merge(src proto.Message) { 2714 xxx_messageInfo_RecalcResourceRq.Merge(m, src) 2715 } 2716 func (m *RecalcResourceRq) XXX_Size() int { 2717 return xxx_messageInfo_RecalcResourceRq.Size(m) 2718 } 2719 func (m *RecalcResourceRq) XXX_DiscardUnknown() { 2720 xxx_messageInfo_RecalcResourceRq.DiscardUnknown(m) 2721 } 2722 2723 var xxx_messageInfo_RecalcResourceRq proto.InternalMessageInfo 2724 2725 var E_RecalcResourceRq_Ext = &proto.ExtensionDesc{ 2726 ExtendedType: (*Base)(nil), 2727 ExtensionType: (*RecalcResourceRq)(nil), 2728 Field: 1027, 2729 Name: "RecalcResourceRq.ext", 2730 Tag: "bytes,1027,opt,name=ext", 2731 Filename: "Http.proto", 2732 } 2733 2734 type RecalcResourceRs struct { 2735 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2736 XXX_unrecognized []byte `json:"-"` 2737 XXX_sizecache int32 `json:"-"` 2738 } 2739 2740 func (m *RecalcResourceRs) Reset() { *m = RecalcResourceRs{} } 2741 func (m *RecalcResourceRs) String() string { return proto.CompactTextString(m) } 2742 func (*RecalcResourceRs) ProtoMessage() {} 2743 func (*RecalcResourceRs) Descriptor() ([]byte, []int) { 2744 return fileDescriptor_13540b191c79c9d6, []int{43} 2745 } 2746 func (m *RecalcResourceRs) XXX_Unmarshal(b []byte) error { 2747 return xxx_messageInfo_RecalcResourceRs.Unmarshal(m, b) 2748 } 2749 func (m *RecalcResourceRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2750 return xxx_messageInfo_RecalcResourceRs.Marshal(b, m, deterministic) 2751 } 2752 func (m *RecalcResourceRs) XXX_Merge(src proto.Message) { 2753 xxx_messageInfo_RecalcResourceRs.Merge(m, src) 2754 } 2755 func (m *RecalcResourceRs) XXX_Size() int { 2756 return xxx_messageInfo_RecalcResourceRs.Size(m) 2757 } 2758 func (m *RecalcResourceRs) XXX_DiscardUnknown() { 2759 xxx_messageInfo_RecalcResourceRs.DiscardUnknown(m) 2760 } 2761 2762 var xxx_messageInfo_RecalcResourceRs proto.InternalMessageInfo 2763 2764 var E_RecalcResourceRs_Ext = &proto.ExtensionDesc{ 2765 ExtendedType: (*Base)(nil), 2766 ExtensionType: (*RecalcResourceRs)(nil), 2767 Field: 1028, 2768 Name: "RecalcResourceRs.ext", 2769 Tag: "bytes,1028,opt,name=ext", 2770 Filename: "Http.proto", 2771 } 2772 2773 // 修改玩家信息 2774 type ModLordRq struct { 2775 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 2776 LordId *int64 `protobuf:"varint,2,opt,name=lordId" json:"lordId,omitempty"` 2777 Type *int32 `protobuf:"varint,3,opt,name=type" json:"type,omitempty"` 2778 KeyId *int32 `protobuf:"varint,4,opt,name=keyId" json:"keyId,omitempty"` 2779 Value *int32 `protobuf:"varint,5,opt,name=value" json:"value,omitempty"` 2780 Value2 *int32 `protobuf:"varint,6,opt,name=value2" json:"value2,omitempty"` 2781 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2782 XXX_unrecognized []byte `json:"-"` 2783 XXX_sizecache int32 `json:"-"` 2784 } 2785 2786 func (m *ModLordRq) Reset() { *m = ModLordRq{} } 2787 func (m *ModLordRq) String() string { return proto.CompactTextString(m) } 2788 func (*ModLordRq) ProtoMessage() {} 2789 func (*ModLordRq) Descriptor() ([]byte, []int) { 2790 return fileDescriptor_13540b191c79c9d6, []int{44} 2791 } 2792 func (m *ModLordRq) XXX_Unmarshal(b []byte) error { 2793 return xxx_messageInfo_ModLordRq.Unmarshal(m, b) 2794 } 2795 func (m *ModLordRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2796 return xxx_messageInfo_ModLordRq.Marshal(b, m, deterministic) 2797 } 2798 func (m *ModLordRq) XXX_Merge(src proto.Message) { 2799 xxx_messageInfo_ModLordRq.Merge(m, src) 2800 } 2801 func (m *ModLordRq) XXX_Size() int { 2802 return xxx_messageInfo_ModLordRq.Size(m) 2803 } 2804 func (m *ModLordRq) XXX_DiscardUnknown() { 2805 xxx_messageInfo_ModLordRq.DiscardUnknown(m) 2806 } 2807 2808 var xxx_messageInfo_ModLordRq proto.InternalMessageInfo 2809 2810 func (m *ModLordRq) GetMarking() string { 2811 if m != nil && m.Marking != nil { 2812 return *m.Marking 2813 } 2814 return "" 2815 } 2816 2817 func (m *ModLordRq) GetLordId() int64 { 2818 if m != nil && m.LordId != nil { 2819 return *m.LordId 2820 } 2821 return 0 2822 } 2823 2824 func (m *ModLordRq) GetType() int32 { 2825 if m != nil && m.Type != nil { 2826 return *m.Type 2827 } 2828 return 0 2829 } 2830 2831 func (m *ModLordRq) GetKeyId() int32 { 2832 if m != nil && m.KeyId != nil { 2833 return *m.KeyId 2834 } 2835 return 0 2836 } 2837 2838 func (m *ModLordRq) GetValue() int32 { 2839 if m != nil && m.Value != nil { 2840 return *m.Value 2841 } 2842 return 0 2843 } 2844 2845 func (m *ModLordRq) GetValue2() int32 { 2846 if m != nil && m.Value2 != nil { 2847 return *m.Value2 2848 } 2849 return 0 2850 } 2851 2852 var E_ModLordRq_Ext = &proto.ExtensionDesc{ 2853 ExtendedType: (*Base)(nil), 2854 ExtensionType: (*ModLordRq)(nil), 2855 Field: 1033, 2856 Name: "ModLordRq.ext", 2857 Tag: "bytes,1033,opt,name=ext", 2858 Filename: "Http.proto", 2859 } 2860 2861 type ModLordRs struct { 2862 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2863 XXX_unrecognized []byte `json:"-"` 2864 XXX_sizecache int32 `json:"-"` 2865 } 2866 2867 func (m *ModLordRs) Reset() { *m = ModLordRs{} } 2868 func (m *ModLordRs) String() string { return proto.CompactTextString(m) } 2869 func (*ModLordRs) ProtoMessage() {} 2870 func (*ModLordRs) Descriptor() ([]byte, []int) { 2871 return fileDescriptor_13540b191c79c9d6, []int{45} 2872 } 2873 func (m *ModLordRs) XXX_Unmarshal(b []byte) error { 2874 return xxx_messageInfo_ModLordRs.Unmarshal(m, b) 2875 } 2876 func (m *ModLordRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2877 return xxx_messageInfo_ModLordRs.Marshal(b, m, deterministic) 2878 } 2879 func (m *ModLordRs) XXX_Merge(src proto.Message) { 2880 xxx_messageInfo_ModLordRs.Merge(m, src) 2881 } 2882 func (m *ModLordRs) XXX_Size() int { 2883 return xxx_messageInfo_ModLordRs.Size(m) 2884 } 2885 func (m *ModLordRs) XXX_DiscardUnknown() { 2886 xxx_messageInfo_ModLordRs.DiscardUnknown(m) 2887 } 2888 2889 var xxx_messageInfo_ModLordRs proto.InternalMessageInfo 2890 2891 var E_ModLordRs_Ext = &proto.ExtensionDesc{ 2892 ExtendedType: (*Base)(nil), 2893 ExtensionType: (*ModLordRs)(nil), 2894 Field: 1034, 2895 Name: "ModLordRs.ext", 2896 Tag: "bytes,1034,opt,name=ext", 2897 Filename: "Http.proto", 2898 } 2899 2900 // 修改玩家道具 2901 type ModPropRq struct { 2902 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 2903 LordId *int64 `protobuf:"varint,2,opt,name=lordId" json:"lordId,omitempty"` 2904 Type *int32 `protobuf:"varint,3,opt,name=type" json:"type,omitempty"` 2905 Props *string `protobuf:"bytes,4,opt,name=props" json:"props,omitempty"` 2906 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2907 XXX_unrecognized []byte `json:"-"` 2908 XXX_sizecache int32 `json:"-"` 2909 } 2910 2911 func (m *ModPropRq) Reset() { *m = ModPropRq{} } 2912 func (m *ModPropRq) String() string { return proto.CompactTextString(m) } 2913 func (*ModPropRq) ProtoMessage() {} 2914 func (*ModPropRq) Descriptor() ([]byte, []int) { 2915 return fileDescriptor_13540b191c79c9d6, []int{46} 2916 } 2917 func (m *ModPropRq) XXX_Unmarshal(b []byte) error { 2918 return xxx_messageInfo_ModPropRq.Unmarshal(m, b) 2919 } 2920 func (m *ModPropRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2921 return xxx_messageInfo_ModPropRq.Marshal(b, m, deterministic) 2922 } 2923 func (m *ModPropRq) XXX_Merge(src proto.Message) { 2924 xxx_messageInfo_ModPropRq.Merge(m, src) 2925 } 2926 func (m *ModPropRq) XXX_Size() int { 2927 return xxx_messageInfo_ModPropRq.Size(m) 2928 } 2929 func (m *ModPropRq) XXX_DiscardUnknown() { 2930 xxx_messageInfo_ModPropRq.DiscardUnknown(m) 2931 } 2932 2933 var xxx_messageInfo_ModPropRq proto.InternalMessageInfo 2934 2935 func (m *ModPropRq) GetMarking() string { 2936 if m != nil && m.Marking != nil { 2937 return *m.Marking 2938 } 2939 return "" 2940 } 2941 2942 func (m *ModPropRq) GetLordId() int64 { 2943 if m != nil && m.LordId != nil { 2944 return *m.LordId 2945 } 2946 return 0 2947 } 2948 2949 func (m *ModPropRq) GetType() int32 { 2950 if m != nil && m.Type != nil { 2951 return *m.Type 2952 } 2953 return 0 2954 } 2955 2956 func (m *ModPropRq) GetProps() string { 2957 if m != nil && m.Props != nil { 2958 return *m.Props 2959 } 2960 return "" 2961 } 2962 2963 var E_ModPropRq_Ext = &proto.ExtensionDesc{ 2964 ExtendedType: (*Base)(nil), 2965 ExtensionType: (*ModPropRq)(nil), 2966 Field: 1065, 2967 Name: "ModPropRq.ext", 2968 Tag: "bytes,1065,opt,name=ext", 2969 Filename: "Http.proto", 2970 } 2971 2972 type ModPropRs struct { 2973 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2974 XXX_unrecognized []byte `json:"-"` 2975 XXX_sizecache int32 `json:"-"` 2976 } 2977 2978 func (m *ModPropRs) Reset() { *m = ModPropRs{} } 2979 func (m *ModPropRs) String() string { return proto.CompactTextString(m) } 2980 func (*ModPropRs) ProtoMessage() {} 2981 func (*ModPropRs) Descriptor() ([]byte, []int) { 2982 return fileDescriptor_13540b191c79c9d6, []int{47} 2983 } 2984 func (m *ModPropRs) XXX_Unmarshal(b []byte) error { 2985 return xxx_messageInfo_ModPropRs.Unmarshal(m, b) 2986 } 2987 func (m *ModPropRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 2988 return xxx_messageInfo_ModPropRs.Marshal(b, m, deterministic) 2989 } 2990 func (m *ModPropRs) XXX_Merge(src proto.Message) { 2991 xxx_messageInfo_ModPropRs.Merge(m, src) 2992 } 2993 func (m *ModPropRs) XXX_Size() int { 2994 return xxx_messageInfo_ModPropRs.Size(m) 2995 } 2996 func (m *ModPropRs) XXX_DiscardUnknown() { 2997 xxx_messageInfo_ModPropRs.DiscardUnknown(m) 2998 } 2999 3000 var xxx_messageInfo_ModPropRs proto.InternalMessageInfo 3001 3002 var E_ModPropRs_Ext = &proto.ExtensionDesc{ 3003 ExtendedType: (*Base)(nil), 3004 ExtensionType: (*ModPropRs)(nil), 3005 Field: 1066, 3006 Name: "ModPropRs.ext", 3007 Tag: "bytes,1066,opt,name=ext", 3008 Filename: "Http.proto", 3009 } 3010 3011 // 修改名字 3012 type ModNameRq struct { 3013 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 3014 LordId *int64 `protobuf:"varint,2,opt,name=lordId" json:"lordId,omitempty"` 3015 Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"` 3016 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3017 XXX_unrecognized []byte `json:"-"` 3018 XXX_sizecache int32 `json:"-"` 3019 } 3020 3021 func (m *ModNameRq) Reset() { *m = ModNameRq{} } 3022 func (m *ModNameRq) String() string { return proto.CompactTextString(m) } 3023 func (*ModNameRq) ProtoMessage() {} 3024 func (*ModNameRq) Descriptor() ([]byte, []int) { 3025 return fileDescriptor_13540b191c79c9d6, []int{48} 3026 } 3027 func (m *ModNameRq) XXX_Unmarshal(b []byte) error { 3028 return xxx_messageInfo_ModNameRq.Unmarshal(m, b) 3029 } 3030 func (m *ModNameRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3031 return xxx_messageInfo_ModNameRq.Marshal(b, m, deterministic) 3032 } 3033 func (m *ModNameRq) XXX_Merge(src proto.Message) { 3034 xxx_messageInfo_ModNameRq.Merge(m, src) 3035 } 3036 func (m *ModNameRq) XXX_Size() int { 3037 return xxx_messageInfo_ModNameRq.Size(m) 3038 } 3039 func (m *ModNameRq) XXX_DiscardUnknown() { 3040 xxx_messageInfo_ModNameRq.DiscardUnknown(m) 3041 } 3042 3043 var xxx_messageInfo_ModNameRq proto.InternalMessageInfo 3044 3045 func (m *ModNameRq) GetMarking() string { 3046 if m != nil && m.Marking != nil { 3047 return *m.Marking 3048 } 3049 return "" 3050 } 3051 3052 func (m *ModNameRq) GetLordId() int64 { 3053 if m != nil && m.LordId != nil { 3054 return *m.LordId 3055 } 3056 return 0 3057 } 3058 3059 func (m *ModNameRq) GetName() string { 3060 if m != nil && m.Name != nil { 3061 return *m.Name 3062 } 3063 return "" 3064 } 3065 3066 var E_ModNameRq_Ext = &proto.ExtensionDesc{ 3067 ExtendedType: (*Base)(nil), 3068 ExtensionType: (*ModNameRq)(nil), 3069 Field: 1067, 3070 Name: "ModNameRq.ext", 3071 Tag: "bytes,1067,opt,name=ext", 3072 Filename: "Http.proto", 3073 } 3074 3075 type ModNameRs struct { 3076 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3077 XXX_unrecognized []byte `json:"-"` 3078 XXX_sizecache int32 `json:"-"` 3079 } 3080 3081 func (m *ModNameRs) Reset() { *m = ModNameRs{} } 3082 func (m *ModNameRs) String() string { return proto.CompactTextString(m) } 3083 func (*ModNameRs) ProtoMessage() {} 3084 func (*ModNameRs) Descriptor() ([]byte, []int) { 3085 return fileDescriptor_13540b191c79c9d6, []int{49} 3086 } 3087 func (m *ModNameRs) XXX_Unmarshal(b []byte) error { 3088 return xxx_messageInfo_ModNameRs.Unmarshal(m, b) 3089 } 3090 func (m *ModNameRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3091 return xxx_messageInfo_ModNameRs.Marshal(b, m, deterministic) 3092 } 3093 func (m *ModNameRs) XXX_Merge(src proto.Message) { 3094 xxx_messageInfo_ModNameRs.Merge(m, src) 3095 } 3096 func (m *ModNameRs) XXX_Size() int { 3097 return xxx_messageInfo_ModNameRs.Size(m) 3098 } 3099 func (m *ModNameRs) XXX_DiscardUnknown() { 3100 xxx_messageInfo_ModNameRs.DiscardUnknown(m) 3101 } 3102 3103 var xxx_messageInfo_ModNameRs proto.InternalMessageInfo 3104 3105 var E_ModNameRs_Ext = &proto.ExtensionDesc{ 3106 ExtendedType: (*Base)(nil), 3107 ExtensionType: (*ModNameRs)(nil), 3108 Field: 1068, 3109 Name: "ModNameRs.ext", 3110 Tag: "bytes,1068,opt,name=ext", 3111 Filename: "Http.proto", 3112 } 3113 3114 //修改platNo 3115 type ChangePlatNoRq struct { 3116 SrcLordId *int64 `protobuf:"varint,1,opt,name=srcLordId" json:"srcLordId,omitempty"` 3117 DestLordId *int64 `protobuf:"varint,2,opt,name=destLordId" json:"destLordId,omitempty"` 3118 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3119 XXX_unrecognized []byte `json:"-"` 3120 XXX_sizecache int32 `json:"-"` 3121 } 3122 3123 func (m *ChangePlatNoRq) Reset() { *m = ChangePlatNoRq{} } 3124 func (m *ChangePlatNoRq) String() string { return proto.CompactTextString(m) } 3125 func (*ChangePlatNoRq) ProtoMessage() {} 3126 func (*ChangePlatNoRq) Descriptor() ([]byte, []int) { 3127 return fileDescriptor_13540b191c79c9d6, []int{50} 3128 } 3129 func (m *ChangePlatNoRq) XXX_Unmarshal(b []byte) error { 3130 return xxx_messageInfo_ChangePlatNoRq.Unmarshal(m, b) 3131 } 3132 func (m *ChangePlatNoRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3133 return xxx_messageInfo_ChangePlatNoRq.Marshal(b, m, deterministic) 3134 } 3135 func (m *ChangePlatNoRq) XXX_Merge(src proto.Message) { 3136 xxx_messageInfo_ChangePlatNoRq.Merge(m, src) 3137 } 3138 func (m *ChangePlatNoRq) XXX_Size() int { 3139 return xxx_messageInfo_ChangePlatNoRq.Size(m) 3140 } 3141 func (m *ChangePlatNoRq) XXX_DiscardUnknown() { 3142 xxx_messageInfo_ChangePlatNoRq.DiscardUnknown(m) 3143 } 3144 3145 var xxx_messageInfo_ChangePlatNoRq proto.InternalMessageInfo 3146 3147 func (m *ChangePlatNoRq) GetSrcLordId() int64 { 3148 if m != nil && m.SrcLordId != nil { 3149 return *m.SrcLordId 3150 } 3151 return 0 3152 } 3153 3154 func (m *ChangePlatNoRq) GetDestLordId() int64 { 3155 if m != nil && m.DestLordId != nil { 3156 return *m.DestLordId 3157 } 3158 return 0 3159 } 3160 3161 var E_ChangePlatNoRq_Ext = &proto.ExtensionDesc{ 3162 ExtendedType: (*Base)(nil), 3163 ExtensionType: (*ChangePlatNoRq)(nil), 3164 Field: 1071, 3165 Name: "ChangePlatNoRq.ext", 3166 Tag: "bytes,1071,opt,name=ext", 3167 Filename: "Http.proto", 3168 } 3169 3170 type ChangePlatNoRs struct { 3171 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3172 XXX_unrecognized []byte `json:"-"` 3173 XXX_sizecache int32 `json:"-"` 3174 } 3175 3176 func (m *ChangePlatNoRs) Reset() { *m = ChangePlatNoRs{} } 3177 func (m *ChangePlatNoRs) String() string { return proto.CompactTextString(m) } 3178 func (*ChangePlatNoRs) ProtoMessage() {} 3179 func (*ChangePlatNoRs) Descriptor() ([]byte, []int) { 3180 return fileDescriptor_13540b191c79c9d6, []int{51} 3181 } 3182 func (m *ChangePlatNoRs) XXX_Unmarshal(b []byte) error { 3183 return xxx_messageInfo_ChangePlatNoRs.Unmarshal(m, b) 3184 } 3185 func (m *ChangePlatNoRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3186 return xxx_messageInfo_ChangePlatNoRs.Marshal(b, m, deterministic) 3187 } 3188 func (m *ChangePlatNoRs) XXX_Merge(src proto.Message) { 3189 xxx_messageInfo_ChangePlatNoRs.Merge(m, src) 3190 } 3191 func (m *ChangePlatNoRs) XXX_Size() int { 3192 return xxx_messageInfo_ChangePlatNoRs.Size(m) 3193 } 3194 func (m *ChangePlatNoRs) XXX_DiscardUnknown() { 3195 xxx_messageInfo_ChangePlatNoRs.DiscardUnknown(m) 3196 } 3197 3198 var xxx_messageInfo_ChangePlatNoRs proto.InternalMessageInfo 3199 3200 var E_ChangePlatNoRs_Ext = &proto.ExtensionDesc{ 3201 ExtendedType: (*Base)(nil), 3202 ExtensionType: (*ChangePlatNoRs)(nil), 3203 Field: 1072, 3204 Name: "ChangePlatNoRs.ext", 3205 Tag: "bytes,1072,opt,name=ext", 3206 Filename: "Http.proto", 3207 } 3208 3209 // 机器人外在行为控制 3210 type RobotsExternalBehaviorRq struct { 3211 ServerId *int32 `protobuf:"varint,1,opt,name=serverId" json:"serverId,omitempty"` 3212 RobotCount *int32 `protobuf:"varint,2,opt,name=robotCount" json:"robotCount,omitempty"` 3213 Type *int32 `protobuf:"varint,3,opt,name=type" json:"type,omitempty"` 3214 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3215 XXX_unrecognized []byte `json:"-"` 3216 XXX_sizecache int32 `json:"-"` 3217 } 3218 3219 func (m *RobotsExternalBehaviorRq) Reset() { *m = RobotsExternalBehaviorRq{} } 3220 func (m *RobotsExternalBehaviorRq) String() string { return proto.CompactTextString(m) } 3221 func (*RobotsExternalBehaviorRq) ProtoMessage() {} 3222 func (*RobotsExternalBehaviorRq) Descriptor() ([]byte, []int) { 3223 return fileDescriptor_13540b191c79c9d6, []int{52} 3224 } 3225 func (m *RobotsExternalBehaviorRq) XXX_Unmarshal(b []byte) error { 3226 return xxx_messageInfo_RobotsExternalBehaviorRq.Unmarshal(m, b) 3227 } 3228 func (m *RobotsExternalBehaviorRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3229 return xxx_messageInfo_RobotsExternalBehaviorRq.Marshal(b, m, deterministic) 3230 } 3231 func (m *RobotsExternalBehaviorRq) XXX_Merge(src proto.Message) { 3232 xxx_messageInfo_RobotsExternalBehaviorRq.Merge(m, src) 3233 } 3234 func (m *RobotsExternalBehaviorRq) XXX_Size() int { 3235 return xxx_messageInfo_RobotsExternalBehaviorRq.Size(m) 3236 } 3237 func (m *RobotsExternalBehaviorRq) XXX_DiscardUnknown() { 3238 xxx_messageInfo_RobotsExternalBehaviorRq.DiscardUnknown(m) 3239 } 3240 3241 var xxx_messageInfo_RobotsExternalBehaviorRq proto.InternalMessageInfo 3242 3243 func (m *RobotsExternalBehaviorRq) GetServerId() int32 { 3244 if m != nil && m.ServerId != nil { 3245 return *m.ServerId 3246 } 3247 return 0 3248 } 3249 3250 func (m *RobotsExternalBehaviorRq) GetRobotCount() int32 { 3251 if m != nil && m.RobotCount != nil { 3252 return *m.RobotCount 3253 } 3254 return 0 3255 } 3256 3257 func (m *RobotsExternalBehaviorRq) GetType() int32 { 3258 if m != nil && m.Type != nil { 3259 return *m.Type 3260 } 3261 return 0 3262 } 3263 3264 var E_RobotsExternalBehaviorRq_Ext = &proto.ExtensionDesc{ 3265 ExtendedType: (*Base)(nil), 3266 ExtensionType: (*RobotsExternalBehaviorRq)(nil), 3267 Field: 1073, 3268 Name: "RobotsExternalBehaviorRq.ext", 3269 Tag: "bytes,1073,opt,name=ext", 3270 Filename: "Http.proto", 3271 } 3272 3273 type RobotsExternalBehaviorRs struct { 3274 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3275 XXX_unrecognized []byte `json:"-"` 3276 XXX_sizecache int32 `json:"-"` 3277 } 3278 3279 func (m *RobotsExternalBehaviorRs) Reset() { *m = RobotsExternalBehaviorRs{} } 3280 func (m *RobotsExternalBehaviorRs) String() string { return proto.CompactTextString(m) } 3281 func (*RobotsExternalBehaviorRs) ProtoMessage() {} 3282 func (*RobotsExternalBehaviorRs) Descriptor() ([]byte, []int) { 3283 return fileDescriptor_13540b191c79c9d6, []int{53} 3284 } 3285 func (m *RobotsExternalBehaviorRs) XXX_Unmarshal(b []byte) error { 3286 return xxx_messageInfo_RobotsExternalBehaviorRs.Unmarshal(m, b) 3287 } 3288 func (m *RobotsExternalBehaviorRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3289 return xxx_messageInfo_RobotsExternalBehaviorRs.Marshal(b, m, deterministic) 3290 } 3291 func (m *RobotsExternalBehaviorRs) XXX_Merge(src proto.Message) { 3292 xxx_messageInfo_RobotsExternalBehaviorRs.Merge(m, src) 3293 } 3294 func (m *RobotsExternalBehaviorRs) XXX_Size() int { 3295 return xxx_messageInfo_RobotsExternalBehaviorRs.Size(m) 3296 } 3297 func (m *RobotsExternalBehaviorRs) XXX_DiscardUnknown() { 3298 xxx_messageInfo_RobotsExternalBehaviorRs.DiscardUnknown(m) 3299 } 3300 3301 var xxx_messageInfo_RobotsExternalBehaviorRs proto.InternalMessageInfo 3302 3303 var E_RobotsExternalBehaviorRs_Ext = &proto.ExtensionDesc{ 3304 ExtendedType: (*Base)(nil), 3305 ExtensionType: (*RobotsExternalBehaviorRs)(nil), 3306 Field: 1074, 3307 Name: "RobotsExternalBehaviorRs.ext", 3308 Tag: "bytes,1074,opt,name=ext", 3309 Filename: "Http.proto", 3310 } 3311 3312 // 获取指定区域内的数据的请求 (账号服->游戏服) 3313 type RobotsCountByAreaRq struct { 3314 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 3315 AreaId *int32 `protobuf:"varint,2,opt,name=areaId" json:"areaId,omitempty"` 3316 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3317 XXX_unrecognized []byte `json:"-"` 3318 XXX_sizecache int32 `json:"-"` 3319 } 3320 3321 func (m *RobotsCountByAreaRq) Reset() { *m = RobotsCountByAreaRq{} } 3322 func (m *RobotsCountByAreaRq) String() string { return proto.CompactTextString(m) } 3323 func (*RobotsCountByAreaRq) ProtoMessage() {} 3324 func (*RobotsCountByAreaRq) Descriptor() ([]byte, []int) { 3325 return fileDescriptor_13540b191c79c9d6, []int{54} 3326 } 3327 func (m *RobotsCountByAreaRq) XXX_Unmarshal(b []byte) error { 3328 return xxx_messageInfo_RobotsCountByAreaRq.Unmarshal(m, b) 3329 } 3330 func (m *RobotsCountByAreaRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3331 return xxx_messageInfo_RobotsCountByAreaRq.Marshal(b, m, deterministic) 3332 } 3333 func (m *RobotsCountByAreaRq) XXX_Merge(src proto.Message) { 3334 xxx_messageInfo_RobotsCountByAreaRq.Merge(m, src) 3335 } 3336 func (m *RobotsCountByAreaRq) XXX_Size() int { 3337 return xxx_messageInfo_RobotsCountByAreaRq.Size(m) 3338 } 3339 func (m *RobotsCountByAreaRq) XXX_DiscardUnknown() { 3340 xxx_messageInfo_RobotsCountByAreaRq.DiscardUnknown(m) 3341 } 3342 3343 var xxx_messageInfo_RobotsCountByAreaRq proto.InternalMessageInfo 3344 3345 func (m *RobotsCountByAreaRq) GetMarking() string { 3346 if m != nil && m.Marking != nil { 3347 return *m.Marking 3348 } 3349 return "" 3350 } 3351 3352 func (m *RobotsCountByAreaRq) GetAreaId() int32 { 3353 if m != nil && m.AreaId != nil { 3354 return *m.AreaId 3355 } 3356 return 0 3357 } 3358 3359 var E_RobotsCountByAreaRq_Ext = &proto.ExtensionDesc{ 3360 ExtendedType: (*Base)(nil), 3361 ExtensionType: (*RobotsCountByAreaRq)(nil), 3362 Field: 1075, 3363 Name: "RobotsCountByAreaRq.ext", 3364 Tag: "bytes,1075,opt,name=ext", 3365 Filename: "Http.proto", 3366 } 3367 3368 //获取指定区域内的数据的回调 (游戏服->账号服) 3369 type BackRobotsDataRq struct { 3370 Marking *string `protobuf:"bytes,1,opt,name=marking" json:"marking,omitempty"` 3371 RobotData *RobotDataRs `protobuf:"bytes,2,opt,name=robotData" json:"robotData,omitempty"` 3372 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3373 XXX_unrecognized []byte `json:"-"` 3374 XXX_sizecache int32 `json:"-"` 3375 } 3376 3377 func (m *BackRobotsDataRq) Reset() { *m = BackRobotsDataRq{} } 3378 func (m *BackRobotsDataRq) String() string { return proto.CompactTextString(m) } 3379 func (*BackRobotsDataRq) ProtoMessage() {} 3380 func (*BackRobotsDataRq) Descriptor() ([]byte, []int) { 3381 return fileDescriptor_13540b191c79c9d6, []int{55} 3382 } 3383 func (m *BackRobotsDataRq) XXX_Unmarshal(b []byte) error { 3384 return xxx_messageInfo_BackRobotsDataRq.Unmarshal(m, b) 3385 } 3386 func (m *BackRobotsDataRq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3387 return xxx_messageInfo_BackRobotsDataRq.Marshal(b, m, deterministic) 3388 } 3389 func (m *BackRobotsDataRq) XXX_Merge(src proto.Message) { 3390 xxx_messageInfo_BackRobotsDataRq.Merge(m, src) 3391 } 3392 func (m *BackRobotsDataRq) XXX_Size() int { 3393 return xxx_messageInfo_BackRobotsDataRq.Size(m) 3394 } 3395 func (m *BackRobotsDataRq) XXX_DiscardUnknown() { 3396 xxx_messageInfo_BackRobotsDataRq.DiscardUnknown(m) 3397 } 3398 3399 var xxx_messageInfo_BackRobotsDataRq proto.InternalMessageInfo 3400 3401 func (m *BackRobotsDataRq) GetMarking() string { 3402 if m != nil && m.Marking != nil { 3403 return *m.Marking 3404 } 3405 return "" 3406 } 3407 3408 func (m *BackRobotsDataRq) GetRobotData() *RobotDataRs { 3409 if m != nil { 3410 return m.RobotData 3411 } 3412 return nil 3413 } 3414 3415 var E_BackRobotsDataRq_Ext = &proto.ExtensionDesc{ 3416 ExtendedType: (*Base)(nil), 3417 ExtensionType: (*BackRobotsDataRq)(nil), 3418 Field: 1076, 3419 Name: "BackRobotsDataRq.ext", 3420 Tag: "bytes,1076,opt,name=ext", 3421 Filename: "Http.proto", 3422 } 3423 3424 type BackRobotsDataRs struct { 3425 XXX_NoUnkeyedLiteral struct{} `json:"-"` 3426 XXX_unrecognized []byte `json:"-"` 3427 XXX_sizecache int32 `json:"-"` 3428 } 3429 3430 func (m *BackRobotsDataRs) Reset() { *m = BackRobotsDataRs{} } 3431 func (m *BackRobotsDataRs) String() string { return proto.CompactTextString(m) } 3432 func (*BackRobotsDataRs) ProtoMessage() {} 3433 func (*BackRobotsDataRs) Descriptor() ([]byte, []int) { 3434 return fileDescriptor_13540b191c79c9d6, []int{56} 3435 } 3436 func (m *BackRobotsDataRs) XXX_Unmarshal(b []byte) error { 3437 return xxx_messageInfo_BackRobotsDataRs.Unmarshal(m, b) 3438 } 3439 func (m *BackRobotsDataRs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 3440 return xxx_messageInfo_BackRobotsDataRs.Marshal(b, m, deterministic) 3441 } 3442 func (m *BackRobotsDataRs) XXX_Merge(src proto.Message) { 3443 xxx_messageInfo_BackRobotsDataRs.Merge(m, src) 3444 } 3445 func (m *BackRobotsDataRs) XXX_Size() int { 3446 return xxx_messageInfo_BackRobotsDataRs.Size(m) 3447 } 3448 func (m *BackRobotsDataRs) XXX_DiscardUnknown() { 3449 xxx_messageInfo_BackRobotsDataRs.DiscardUnknown(m) 3450 } 3451 3452 var xxx_messageInfo_BackRobotsDataRs proto.InternalMessageInfo 3453 3454 var E_BackRobotsDataRs_Ext = &proto.ExtensionDesc{ 3455 ExtendedType: (*Base)(nil), 3456 ExtensionType: (*BackRobotsDataRs)(nil), 3457 Field: 1077, 3458 Name: "BackRobotsDataRs.ext", 3459 Tag: "bytes,1077,opt,name=ext", 3460 Filename: "Http.proto", 3461 } 3462 3463 func init() { 3464 proto.RegisterExtension(E_RegisterRq_Ext) 3465 proto.RegisterType((*RegisterRq)(nil), "RegisterRq") 3466 proto.RegisterExtension(E_RegisterRs_Ext) 3467 proto.RegisterType((*RegisterRs)(nil), "RegisterRs") 3468 proto.RegisterExtension(E_DoLoginRq_Ext) 3469 proto.RegisterType((*DoLoginRq)(nil), "DoLoginRq") 3470 proto.RegisterExtension(E_DoLoginRs_Ext) 3471 proto.RegisterType((*DoLoginRs)(nil), "DoLoginRs") 3472 proto.RegisterExtension(E_VerifyRq_Ext) 3473 proto.RegisterType((*VerifyRq)(nil), "VerifyRq") 3474 proto.RegisterExtension(E_VerifyRs_Ext) 3475 proto.RegisterType((*VerifyRs)(nil), "VerifyRs") 3476 proto.RegisterExtension(E_DoRegisterRq_Ext) 3477 proto.RegisterType((*DoRegisterRq)(nil), "DoRegisterRq") 3478 proto.RegisterExtension(E_DoRegisterRs_Ext) 3479 proto.RegisterType((*DoRegisterRs)(nil), "DoRegisterRs") 3480 proto.RegisterExtension(E_DoActiveRq_Ext) 3481 proto.RegisterType((*DoActiveRq)(nil), "DoActiveRq") 3482 proto.RegisterExtension(E_DoActiveRs_Ext) 3483 proto.RegisterType((*DoActiveRs)(nil), "DoActiveRs") 3484 proto.RegisterExtension(E_UseGiftCodeRq_Ext) 3485 proto.RegisterType((*UseGiftCodeRq)(nil), "UseGiftCodeRq") 3486 proto.RegisterExtension(E_UseGiftCodeRs_Ext) 3487 proto.RegisterType((*UseGiftCodeRs)(nil), "UseGiftCodeRs") 3488 proto.RegisterExtension(E_PayApplyRq_Ext) 3489 proto.RegisterType((*PayApplyRq)(nil), "PayApplyRq") 3490 proto.RegisterExtension(E_PayApplyRs_Ext) 3491 proto.RegisterType((*PayApplyRs)(nil), "PayApplyRs") 3492 proto.RegisterExtension(E_PayBackRq_Ext) 3493 proto.RegisterType((*PayBackRq)(nil), "PayBackRq") 3494 proto.RegisterExtension(E_PayBackRs_Ext) 3495 proto.RegisterType((*PayBackRs)(nil), "PayBackRs") 3496 proto.RegisterExtension(E_PayConfirmRq_Ext) 3497 proto.RegisterType((*PayConfirmRq)(nil), "PayConfirmRq") 3498 proto.RegisterExtension(E_PayConfirmRs_Ext) 3499 proto.RegisterType((*PayConfirmRs)(nil), "PayConfirmRs") 3500 proto.RegisterExtension(E_SendToMailRq_Ext) 3501 proto.RegisterType((*SendToMailRq)(nil), "SendToMailRq") 3502 proto.RegisterExtension(E_SendToMailRs_Ext) 3503 proto.RegisterType((*SendToMailRs)(nil), "SendToMailRs") 3504 proto.RegisterExtension(E_ForbiddenRq_Ext) 3505 proto.RegisterType((*ForbiddenRq)(nil), "ForbiddenRq") 3506 proto.RegisterExtension(E_ForbiddenRs_Ext) 3507 proto.RegisterType((*ForbiddenRs)(nil), "ForbiddenRs") 3508 proto.RegisterExtension(E_NoticeRq_Ext) 3509 proto.RegisterType((*NoticeRq)(nil), "NoticeRq") 3510 proto.RegisterExtension(E_NoticeRs_Ext) 3511 proto.RegisterType((*NoticeRs)(nil), "NoticeRs") 3512 proto.RegisterExtension(E_GmRq_Ext) 3513 proto.RegisterType((*GmRq)(nil), "GmRq") 3514 proto.RegisterExtension(E_GmRs_Ext) 3515 proto.RegisterType((*GmRs)(nil), "GmRs") 3516 proto.RegisterExtension(E_ReloadParamRq_Ext) 3517 proto.RegisterType((*ReloadParamRq)(nil), "ReloadParamRq") 3518 proto.RegisterExtension(E_ReloadParamRs_Ext) 3519 proto.RegisterType((*ReloadParamRs)(nil), "ReloadParamRs") 3520 proto.RegisterExtension(E_SendRoleInfosRq_Ext) 3521 proto.RegisterType((*SendRoleInfosRq)(nil), "SendRoleInfosRq") 3522 proto.RegisterExtension(E_SendRoleInfosRs_Ext) 3523 proto.RegisterType((*SendRoleInfosRs)(nil), "SendRoleInfosRs") 3524 proto.RegisterExtension(E_SendAccountRoleRq_Ext) 3525 proto.RegisterType((*SendAccountRoleRq)(nil), "SendAccountRoleRq") 3526 proto.RegisterExtension(E_SendAccountRoleRs_Ext) 3527 proto.RegisterType((*SendAccountRoleRs)(nil), "SendAccountRoleRs") 3528 proto.RegisterExtension(E_ServerInfoRq_Ext) 3529 proto.RegisterType((*ServerInfoRq)(nil), "ServerInfoRq") 3530 proto.RegisterExtension(E_ServerInfoRs_Ext) 3531 proto.RegisterType((*ServerInfoRs)(nil), "ServerInfoRs") 3532 proto.RegisterExtension(E_ServerListRq_Ext) 3533 proto.RegisterType((*ServerListRq)(nil), "ServerListRq") 3534 proto.RegisterExtension(E_ServerListRs_Ext) 3535 proto.RegisterType((*ServerListRs)(nil), "ServerListRs") 3536 proto.RegisterExtension(E_GetLordBaseRq_Ext) 3537 proto.RegisterType((*GetLordBaseRq)(nil), "GetLordBaseRq") 3538 proto.RegisterExtension(E_GetLordBaseRs_Ext) 3539 proto.RegisterType((*GetLordBaseRs)(nil), "GetLordBaseRs") 3540 proto.RegisterExtension(E_BackLordBaseRq_Ext) 3541 proto.RegisterType((*BackLordBaseRq)(nil), "BackLordBaseRq") 3542 proto.RegisterExtension(E_BackLordBaseRs_Ext) 3543 proto.RegisterType((*BackLordBaseRs)(nil), "BackLordBaseRs") 3544 proto.RegisterExtension(E_ModVipRq_Ext) 3545 proto.RegisterType((*ModVipRq)(nil), "ModVipRq") 3546 proto.RegisterExtension(E_ModVipRs_Ext) 3547 proto.RegisterType((*ModVipRs)(nil), "ModVipRs") 3548 proto.RegisterExtension(E_RecalcResourceRq_Ext) 3549 proto.RegisterType((*RecalcResourceRq)(nil), "RecalcResourceRq") 3550 proto.RegisterExtension(E_RecalcResourceRs_Ext) 3551 proto.RegisterType((*RecalcResourceRs)(nil), "RecalcResourceRs") 3552 proto.RegisterExtension(E_ModLordRq_Ext) 3553 proto.RegisterType((*ModLordRq)(nil), "ModLordRq") 3554 proto.RegisterExtension(E_ModLordRs_Ext) 3555 proto.RegisterType((*ModLordRs)(nil), "ModLordRs") 3556 proto.RegisterExtension(E_ModPropRq_Ext) 3557 proto.RegisterType((*ModPropRq)(nil), "ModPropRq") 3558 proto.RegisterExtension(E_ModPropRs_Ext) 3559 proto.RegisterType((*ModPropRs)(nil), "ModPropRs") 3560 proto.RegisterExtension(E_ModNameRq_Ext) 3561 proto.RegisterType((*ModNameRq)(nil), "ModNameRq") 3562 proto.RegisterExtension(E_ModNameRs_Ext) 3563 proto.RegisterType((*ModNameRs)(nil), "ModNameRs") 3564 proto.RegisterExtension(E_ChangePlatNoRq_Ext) 3565 proto.RegisterType((*ChangePlatNoRq)(nil), "ChangePlatNoRq") 3566 proto.RegisterExtension(E_ChangePlatNoRs_Ext) 3567 proto.RegisterType((*ChangePlatNoRs)(nil), "ChangePlatNoRs") 3568 proto.RegisterExtension(E_RobotsExternalBehaviorRq_Ext) 3569 proto.RegisterType((*RobotsExternalBehaviorRq)(nil), "RobotsExternalBehaviorRq") 3570 proto.RegisterExtension(E_RobotsExternalBehaviorRs_Ext) 3571 proto.RegisterType((*RobotsExternalBehaviorRs)(nil), "RobotsExternalBehaviorRs") 3572 proto.RegisterExtension(E_RobotsCountByAreaRq_Ext) 3573 proto.RegisterType((*RobotsCountByAreaRq)(nil), "RobotsCountByAreaRq") 3574 proto.RegisterExtension(E_BackRobotsDataRq_Ext) 3575 proto.RegisterType((*BackRobotsDataRq)(nil), "BackRobotsDataRq") 3576 proto.RegisterExtension(E_BackRobotsDataRs_Ext) 3577 proto.RegisterType((*BackRobotsDataRs)(nil), "BackRobotsDataRs") 3578 } 3579 3580 func init() { proto.RegisterFile("Http.proto", fileDescriptor_13540b191c79c9d6) } 3581 3582 var fileDescriptor_13540b191c79c9d6 = []byte{ 3583 // 1868 bytes of a gzipped FileDescriptorProto 3584 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x58, 0x5b, 0x8f, 0x23, 0x47, 3585 0x15, 0x56, 0xbb, 0xed, 0x19, 0xfb, 0xd8, 0x73, 0xeb, 0xe5, 0xa1, 0xb3, 0xd2, 0x92, 0x49, 0x71, 3586 0x9b, 0x04, 0xe8, 0x11, 0x16, 0x42, 0x08, 0xe5, 0x65, 0x67, 0x96, 0x6c, 0x96, 0xcc, 0x8e, 0x2c, 3587 0x6f, 0x58, 0x09, 0x10, 0x8a, 0xca, 0xdd, 0x35, 0x76, 0x67, 0xda, 0x5d, 0x76, 0x57, 0xdb, 0xb3, 3588 0x0e, 0xb0, 0xb0, 0x9b, 0x70, 0x09, 0x8f, 0x3c, 0xe4, 0x81, 0x77, 0x1e, 0xb8, 0x48, 0xdc, 0xc2, 3589 0x0f, 0xe0, 0x67, 0x71, 0x79, 0x40, 0x75, 0xaa, 0xba, 0xdd, 0x55, 0xee, 0x21, 0x9b, 0x79, 0x9b, 3590 0xaa, 0xae, 0x73, 0xbe, 0xaf, 0xce, 0xe5, 0xab, 0xe3, 0x01, 0x78, 0x33, 0xcf, 0x67, 0xc1, 0x2c, 3591 0xe3, 0x39, 0xbf, 0x0d, 0x27, 0x54, 0x30, 0xfd, 0x77, 0xef, 0x94, 0x4f, 0xa7, 0x3c, 0xd5, 0xab, 3592 0xbd, 0x47, 0x2c, 0x8b, 0x69, 0x12, 0xbf, 0xa7, 0x3f, 0x93, 0x47, 0x00, 0x43, 0x36, 0x8e, 0x45, 3593 0xce, 0xb2, 0xe1, 0xdc, 0xdb, 0x87, 0xb6, 0x60, 0xd9, 0x92, 0x65, 0x0f, 0x22, 0xdf, 0x39, 0x6c, 3594 0x1c, 0xb5, 0x3c, 0x0f, 0x40, 0xed, 0x9c, 0xd3, 0x29, 0xf3, 0x1b, 0x87, 0x8d, 0xa3, 0x4e, 0xff, 3595 0x65, 0x70, 0xd9, 0x93, 0xdc, 0x6b, 0x05, 0x12, 0xc6, 0x67, 0x87, 0xce, 0x51, 0xb7, 0xdf, 0x0d, 3596 0xd6, 0x6e, 0xc8, 0xeb, 0x15, 0xa7, 0xc2, 0xdb, 0x81, 0x96, 0xc8, 0x69, 0xce, 0x7c, 0xe7, 0xd0, 3597 0x39, 0x6a, 0x59, 0xd6, 0x17, 0xb6, 0xb5, 0x20, 0x4f, 0xa1, 0x73, 0x8f, 0x9f, 0xf1, 0x71, 0x9c, 3598 0x0e, 0xe7, 0x5e, 0x17, 0x5c, 0x11, 0x2b, 0x32, 0x1d, 0xef, 0x16, 0x74, 0x47, 0x54, 0xb0, 0xc7, 3599 0x2c, 0x13, 0x31, 0x4f, 0x15, 0x1b, 0x6f, 0x0f, 0xb6, 0x97, 0x7a, 0xc3, 0xc5, 0x8d, 0x7d, 0x68, 3600 0x47, 0x6c, 0x19, 0x87, 0xec, 0x9c, 0xfb, 0x4d, 0xdc, 0xe9, 0x41, 0x73, 0x96, 0xd0, 0xdc, 0x6f, 3601 0x21, 0xfd, 0xcf, 0x1a, 0x04, 0xc6, 0x48, 0x00, 0x82, 0x12, 0x92, 0xbc, 0xef, 0xac, 0x09, 0x20, 3602 0xfb, 0x4b, 0xb6, 0xc2, 0x78, 0x38, 0x47, 0xae, 0x5c, 0xe6, 0xfc, 0x92, 0x49, 0x70, 0xe7, 0xa8, 3603 0xe3, 0xed, 0xc2, 0x16, 0x0d, 0xf3, 0x78, 0xc9, 0x7c, 0x57, 0x5e, 0x4e, 0xae, 0x33, 0x16, 0xb2, 3604 0x34, 0xf7, 0x9b, 0x87, 0xee, 0x51, 0xcb, 0xf3, 0x25, 0x7d, 0xe1, 0xb7, 0x0e, 0x5d, 0xbc, 0xe5, 3605 0x23, 0x15, 0xdc, 0xf4, 0x82, 0x5b, 0x2c, 0x26, 0x16, 0x0b, 0x41, 0x7e, 0xe3, 0x40, 0xfb, 0x31, 3606 0xcb, 0xe2, 0x8b, 0xd5, 0x70, 0x5e, 0x25, 0xd1, 0x38, 0x72, 0x8d, 0x34, 0x35, 0x30, 0x4d, 0x25, 3607 0x2d, 0x15, 0x02, 0x0f, 0x20, 0x5c, 0x64, 0x45, 0x9c, 0x9a, 0x1b, 0x61, 0xc1, 0x40, 0x78, 0x07, 3608 0xd0, 0x09, 0x27, 0x34, 0x4d, 0x59, 0xf2, 0x20, 0xf2, 0xb7, 0xa4, 0xe7, 0xfe, 0x1d, 0x83, 0x55, 3609 0x8c, 0xac, 0x3a, 0x41, 0xc1, 0x83, 0x7c, 0xbc, 0x26, 0xb5, 0x11, 0x99, 0x5d, 0xd8, 0x92, 0x41, 3610 0x46, 0x4a, 0x3a, 0x34, 0x72, 0x7d, 0xce, 0x75, 0x68, 0xf6, 0x60, 0x3b, 0x9c, 0xc4, 0x49, 0x84, 3611 0x59, 0x71, 0x54, 0x69, 0x55, 0x48, 0xb6, 0xd0, 0xa8, 0x4a, 0x72, 0xab, 0xd8, 0x29, 0xef, 0xba, 3612 0x8d, 0x76, 0x06, 0xed, 0x76, 0x0d, 0xed, 0x77, 0x4d, 0xda, 0x82, 0xfc, 0xd6, 0x81, 0xde, 0x3d, 3613 0x5e, 0xa9, 0xf3, 0x03, 0xe8, 0xd0, 0x30, 0xe4, 0x8b, 0x34, 0x7f, 0x50, 0xd4, 0x96, 0xa4, 0x4b, 3614 0x85, 0xb8, 0x8a, 0x5e, 0xbc, 0xac, 0xac, 0x72, 0x6c, 0x19, 0xb5, 0xb6, 0x85, 0xb5, 0xf6, 0x8a, 3615 0x41, 0xec, 0x12, 0x89, 0xed, 0x04, 0x55, 0x2e, 0x64, 0x65, 0x70, 0xfb, 0xb4, 0x05, 0xa7, 0x0b, 3616 0xac, 0xb9, 0x59, 0x60, 0x26, 0x74, 0xb2, 0x09, 0x2d, 0xc8, 0x00, 0xe0, 0x1e, 0xbf, 0x8b, 0xee, 3617 0x36, 0x8b, 0xcc, 0x03, 0x50, 0x48, 0xa7, 0x3c, 0xaa, 0xef, 0xfc, 0xa9, 0xee, 0xdd, 0xb5, 0x0f, 3618 0xd9, 0xf9, 0xe5, 0xea, 0x13, 0x3a, 0x3f, 0xb5, 0xad, 0x05, 0x11, 0xb0, 0xf3, 0x5d, 0xc1, 0xee, 3619 0xc7, 0x17, 0xb9, 0xc4, 0x1c, 0xce, 0x65, 0x30, 0x43, 0x89, 0xee, 0x14, 0x19, 0xb0, 0xca, 0x7e, 3620 0x17, 0xb6, 0x12, 0x9e, 0x45, 0x0f, 0x22, 0xcc, 0x91, 0x5b, 0xa9, 0x39, 0x2c, 0xb1, 0x3e, 0x31, 3621 0x10, 0x39, 0x22, 0xee, 0x06, 0x06, 0x86, 0x0d, 0x8a, 0xac, 0xe9, 0x15, 0xcd, 0x54, 0x02, 0x6c, 3622 0x54, 0xc7, 0x42, 0xd5, 0x29, 0x52, 0xd7, 0xac, 0x03, 0x9d, 0xd5, 0x80, 0x0a, 0xf2, 0x91, 0x03, 3623 0x30, 0xa0, 0xab, 0xbb, 0xb3, 0x59, 0xb2, 0xaa, 0xd5, 0x5d, 0x29, 0x24, 0x3c, 0x61, 0xfa, 0xa6, 3624 0x78, 0x33, 0x3a, 0x95, 0x05, 0x8b, 0x37, 0xc5, 0x6e, 0x9a, 0xd1, 0xd5, 0xdb, 0xab, 0x19, 0xc3, 3625 0x62, 0x6c, 0x49, 0x17, 0x78, 0x75, 0x29, 0xd3, 0xad, 0x42, 0x04, 0x74, 0x91, 0xbf, 0xc5, 0x56, 3626 0xd8, 0x4d, 0xae, 0x95, 0x82, 0xb9, 0x4e, 0xc1, 0x9a, 0x09, 0xc9, 0x2a, 0xbc, 0x84, 0xe6, 0x15, 3627 0xd3, 0xa4, 0xda, 0x26, 0x06, 0xaf, 0x0a, 0x0f, 0x77, 0x83, 0x47, 0xb3, 0xa6, 0x68, 0x32, 0x1b, 3628 0x53, 0x90, 0x7f, 0x3a, 0xd0, 0x19, 0xd0, 0xd5, 0x09, 0x0d, 0x2f, 0x87, 0xf3, 0x4a, 0x0e, 0xcb, 3629 0x48, 0x94, 0xba, 0xa2, 0x1b, 0x93, 0x67, 0x11, 0x86, 0xca, 0xad, 0x94, 0x85, 0x22, 0xd9, 0xdc, 3630 0x28, 0x94, 0x96, 0x15, 0xce, 0x2d, 0x2b, 0x9c, 0xdb, 0x25, 0x08, 0x0d, 0x2f, 0x51, 0x50, 0x1c, 3631 0x33, 0xbc, 0x1d, 0x79, 0xc0, 0x92, 0x6b, 0xa1, 0xe5, 0xba, 0x64, 0x4d, 0xbe, 0xbc, 0xbe, 0x82, 3632 0xb0, 0x0e, 0xe7, 0xd6, 0x61, 0x41, 0xae, 0xa0, 0x37, 0xa0, 0xab, 0x53, 0x9e, 0x5e, 0xc4, 0xd9, 3633 0xb4, 0xe6, 0xca, 0x95, 0x2b, 0x96, 0x77, 0xa6, 0x51, 0x74, 0x9f, 0x27, 0x91, 0x8e, 0xb2, 0x99, 3634 0xdb, 0x26, 0x8a, 0xa0, 0xd9, 0xf0, 0x0b, 0xdd, 0xf0, 0x55, 0x20, 0xf2, 0x35, 0x03, 0x58, 0x58, 3635 0x26, 0xcb, 0x4d, 0x13, 0x41, 0x3e, 0x6a, 0x40, 0xef, 0x11, 0x4b, 0xa3, 0xb7, 0xf9, 0x43, 0x1a, 3636 0x27, 0xaa, 0x27, 0x73, 0x19, 0x17, 0xc7, 0x12, 0xe3, 0x73, 0xbe, 0x96, 0x28, 0x9e, 0x26, 0x71, 3637 0x5a, 0x48, 0x14, 0x40, 0x23, 0x57, 0x0d, 0xa9, 0x33, 0x93, 0x46, 0xba, 0x4a, 0xf5, 0xe9, 0x29, 3638 0x4f, 0x22, 0xcc, 0x8c, 0x5c, 0x4b, 0xbd, 0x8b, 0xf3, 0x84, 0xa1, 0xd8, 0xe3, 0xcd, 0x43, 0x9e, 3639 0xe6, 0x3c, 0xcd, 0x31, 0x33, 0x9d, 0x75, 0x77, 0x76, 0x8a, 0xef, 0x53, 0x9a, 0x5d, 0xc6, 0xe9, 3640 0xd8, 0x07, 0xdc, 0xe8, 0x82, 0x4b, 0x93, 0xa5, 0xdf, 0x45, 0xe8, 0x2e, 0xb8, 0xa3, 0x64, 0xe9, 3641 0xf7, 0x70, 0xd1, 0x83, 0x26, 0x5d, 0xc6, 0x33, 0x7f, 0xa7, 0x58, 0x8d, 0xe4, 0x6a, 0xb7, 0x68, 3642 0xe9, 0x19, 0xcd, 0xf2, 0x95, 0xf0, 0xf7, 0xa4, 0x17, 0x2b, 0x30, 0x57, 0x3a, 0x30, 0xd5, 0x38, 3643 0x90, 0x81, 0x11, 0x17, 0x51, 0x65, 0xa2, 0x84, 0xa3, 0x10, 0xaf, 0x86, 0x9c, 0x04, 0x2c, 0x8f, 3644 0x4f, 0x36, 0x3d, 0x0a, 0xf2, 0xcc, 0x81, 0xee, 0x1b, 0x3c, 0x1b, 0xc5, 0x51, 0xc4, 0xe4, 0xec, 3645 0xb3, 0xe1, 0xf1, 0x16, 0x74, 0x2f, 0x8a, 0xef, 0xa5, 0x1a, 0xf5, 0xa0, 0x99, 0xc6, 0xe1, 0x25, 3646 0x06, 0xbb, 0x53, 0xd1, 0xa6, 0x26, 0x6a, 0x93, 0xcc, 0x56, 0xac, 0x83, 0xed, 0xf6, 0x0f, 0x0d, 3647 0x12, 0x2b, 0x24, 0xd1, 0x0b, 0x2a, 0x98, 0xe4, 0xb8, 0x4a, 0x41, 0x58, 0x06, 0xef, 0x6d, 0x18, 3648 0x08, 0xf2, 0x16, 0xb4, 0xcf, 0x79, 0x1e, 0x87, 0xac, 0x8e, 0xb0, 0xce, 0x9e, 0x9c, 0x87, 0xb0, 3649 0x36, 0xac, 0x87, 0xfa, 0x47, 0xfa, 0xa1, 0x2e, 0x1c, 0x90, 0x57, 0x4b, 0x67, 0xc2, 0x3a, 0xfa, 3650 0x63, 0xf3, 0xa8, 0x20, 0xef, 0x40, 0xf3, 0xfe, 0xf4, 0x26, 0xe5, 0xd8, 0x05, 0x77, 0x2a, 0xc6, 3651 0xaa, 0x1e, 0xfb, 0x2f, 0x19, 0x20, 0x3f, 0x41, 0x90, 0x56, 0x20, 0x1d, 0x93, 0x57, 0x10, 0x40, 3652 0x58, 0x47, 0x9e, 0xae, 0x8f, 0x08, 0x32, 0x84, 0x9d, 0x21, 0x4b, 0x38, 0x8d, 0x06, 0x34, 0xa3, 3653 0x53, 0x3b, 0x00, 0x7a, 0x1a, 0x40, 0x76, 0xf8, 0x5c, 0x59, 0x2f, 0xc3, 0x4f, 0xf5, 0xcb, 0x60, 3654 0xb8, 0x20, 0x5f, 0x37, 0x7d, 0x8a, 0xfe, 0xe7, 0x0c, 0xa3, 0x9f, 0x39, 0x35, 0x56, 0x82, 0xfc, 3655 0xce, 0x81, 0x3d, 0x59, 0x4b, 0x43, 0x29, 0x72, 0xe9, 0x05, 0x17, 0xc3, 0xb9, 0xa5, 0x11, 0xe5, 3656 0x90, 0x56, 0xca, 0xb7, 0x63, 0x4d, 0x92, 0xe5, 0x63, 0x96, 0xb0, 0x25, 0x4b, 0x74, 0xc3, 0x1e, 3657 0x40, 0x47, 0x1a, 0xbc, 0x93, 0xae, 0x3b, 0xf6, 0x16, 0x74, 0x95, 0x8d, 0xda, 0xc4, 0xb6, 0xed, 3658 0x7f, 0xc1, 0x60, 0xf9, 0x4c, 0xb1, 0xdc, 0x0f, 0x2c, 0x4e, 0xe4, 0x9b, 0x36, 0x4d, 0x61, 0x59, 3659 0x3e, 0xaf, 0xb7, 0x14, 0xe4, 0x07, 0x70, 0x20, 0xb7, 0xee, 0xaa, 0x1b, 0xc9, 0x2f, 0xc3, 0xb9, 3660 0x77, 0x07, 0x5c, 0x9a, 0x09, 0xdf, 0xc1, 0xe9, 0x67, 0x3f, 0xa8, 0x7c, 0xc4, 0x11, 0xe8, 0x4b, 3661 0x86, 0xeb, 0xf7, 0x95, 0x6b, 0x2f, 0xd8, 0xf0, 0x43, 0x5e, 0xdf, 0x74, 0x2e, 0x2c, 0xeb, 0x0f, 3662 0xae, 0xb3, 0x16, 0xe4, 0x7b, 0x52, 0x09, 0x8a, 0xb9, 0x4b, 0x4d, 0x97, 0x3a, 0x40, 0x71, 0xe5, 3663 0x67, 0x54, 0x25, 0x17, 0xf8, 0x74, 0x5a, 0xd5, 0xf0, 0x73, 0xa7, 0x94, 0x84, 0xb5, 0x2b, 0x72, 3664 0x66, 0xb8, 0x16, 0xc5, 0xb8, 0x27, 0x9d, 0x5a, 0xe3, 0x9e, 0xe9, 0xed, 0x17, 0x35, 0xde, 0x04, 3665 0x79, 0xa3, 0xf0, 0x76, 0x16, 0x8b, 0xbc, 0xa6, 0x42, 0x36, 0x59, 0xfd, 0xd2, 0xf4, 0xa3, 0xec, 3666 0xc8, 0xc4, 0xf0, 0x53, 0x61, 0x65, 0x0f, 0xa1, 0xde, 0x6d, 0x68, 0x88, 0x10, 0x15, 0x50, 0xd6, 3667 0xac, 0xfa, 0x70, 0xca, 0xd3, 0x3c, 0xe3, 0x89, 0x85, 0xf4, 0xab, 0x1a, 0x24, 0x41, 0x32, 0xd8, 3668 0xb9, 0xcf, 0xf2, 0x33, 0x9e, 0x45, 0xf2, 0x50, 0x9d, 0xc4, 0xac, 0x05, 0xaf, 0x51, 0x0a, 0x9e, 3669 0x9a, 0x46, 0x1c, 0xf5, 0xbb, 0x68, 0x26, 0x5b, 0x04, 0x07, 0xe4, 0x8e, 0xd5, 0x4b, 0xff, 0xda, 3670 0xd6, 0xbd, 0x64, 0x40, 0xc8, 0x0e, 0xac, 0x6e, 0xd8, 0x1d, 0xf8, 0xef, 0x3a, 0x2b, 0x41, 0x9e, 3671 0x3b, 0xb0, 0x2b, 0x9f, 0xf7, 0xff, 0xc7, 0x75, 0xfd, 0x22, 0x68, 0xe1, 0xae, 0x30, 0xbd, 0x83, 3672 0x73, 0xd3, 0x4a, 0x46, 0x0d, 0x5b, 0x0f, 0x67, 0xa4, 0x84, 0xae, 0x74, 0x7a, 0x3f, 0x6f, 0x70, 3673 0xf8, 0x8f, 0xe2, 0xb0, 0x17, 0x98, 0x88, 0xe4, 0x1b, 0x16, 0x07, 0x61, 0xd9, 0xfd, 0xb7, 0xd6, 3674 0x4e, 0x90, 0x09, 0xb4, 0x1f, 0xf2, 0xe8, 0x71, 0x3c, 0xbb, 0x51, 0x84, 0x97, 0x34, 0x59, 0x14, 3675 0xc3, 0xaf, 0x39, 0xfa, 0x3c, 0x6b, 0x6b, 0xd9, 0x2e, 0xbc, 0x93, 0xd7, 0x4a, 0x24, 0x7b, 0x4c, 3676 0x7a, 0x6e, 0x9d, 0x15, 0xe4, 0x5b, 0xb0, 0x3f, 0x64, 0x21, 0x4d, 0xc2, 0x21, 0x13, 0x7c, 0x91, 3677 0xc9, 0x17, 0xa2, 0xff, 0x45, 0xb3, 0xa5, 0x95, 0xcd, 0x41, 0x60, 0x9f, 0xab, 0xb1, 0x15, 0x96, 3678 0xed, 0x07, 0xd7, 0xd8, 0x0a, 0xf2, 0xa1, 0x03, 0x9d, 0x87, 0x3c, 0x92, 0xf1, 0xb9, 0x51, 0x3c, 3679 0xd4, 0xaf, 0xa8, 0xa6, 0x19, 0x9e, 0x56, 0x31, 0x67, 0xe0, 0xb2, 0x8f, 0xb2, 0x69, 0xff, 0x24, 3680 0xfa, 0xb0, 0xad, 0x47, 0xc5, 0x12, 0x9d, 0x7c, 0x65, 0x4d, 0x45, 0x58, 0xa7, 0x7f, 0x6d, 0x9f, 3681 0x16, 0xe4, 0x5d, 0x3c, 0x3d, 0xc8, 0xf8, 0xcd, 0x12, 0x39, 0xcb, 0xf8, 0x4c, 0xe8, 0x97, 0xd1, 3682 0xc4, 0xfa, 0x7d, 0x05, 0x4b, 0xb9, 0xd7, 0xcc, 0x70, 0x61, 0x33, 0xfb, 0x83, 0x7d, 0x5a, 0xca, 3683 0xb7, 0x3c, 0x2d, 0xe7, 0xbe, 0x17, 0x64, 0x86, 0x6f, 0x8b, 0x5b, 0x43, 0xe5, 0x8f, 0x15, 0xe7, 3684 0xca, 0x9f, 0xa6, 0x82, 0x0b, 0x9b, 0xca, 0x9f, 0xec, 0xd3, 0x82, 0xfc, 0x10, 0x76, 0x4f, 0x27, 3685 0x34, 0x1d, 0xb3, 0x01, 0xce, 0xdc, 0x5a, 0xb0, 0xb3, 0xf0, 0x4c, 0x31, 0x50, 0x0f, 0xa5, 0x07, 3686 0x10, 0x31, 0x91, 0x9f, 0x55, 0x58, 0x59, 0xbd, 0xf4, 0xe7, 0xb6, 0xee, 0x25, 0xd3, 0x99, 0xec, 3687 0x41, 0x63, 0xc7, 0xee, 0xc1, 0xbf, 0xd4, 0xda, 0x09, 0xf2, 0x14, 0xfc, 0x21, 0x1f, 0xf1, 0x5c, 3688 0x7c, 0xfb, 0x49, 0xce, 0xb2, 0x94, 0x26, 0x27, 0x6c, 0x42, 0x97, 0x31, 0xdf, 0xfc, 0xbf, 0x9c, 3689 0xfe, 0xe7, 0x49, 0x26, 0x4f, 0x9f, 0xe2, 0x8f, 0x98, 0x1a, 0x41, 0xe9, 0x07, 0x06, 0xea, 0x5f, 3690 0x15, 0xea, 0x4b, 0xc1, 0x75, 0x18, 0xe4, 0x3b, 0xd7, 0xe2, 0x0b, 0xcb, 0xd7, 0xdf, 0x3e, 0xc1, 3691 0x97, 0x20, 0x14, 0x6e, 0xa9, 0x6f, 0x48, 0xef, 0x64, 0x75, 0x37, 0x63, 0xf4, 0x9a, 0xbc, 0xd3, 3692 0x8c, 0xd1, 0x62, 0x96, 0xed, 0xbf, 0x6a, 0xe0, 0xfc, 0x5d, 0xe1, 0x7c, 0x26, 0xa8, 0xf1, 0x45, 3693 0x12, 0xd8, 0xc7, 0x5f, 0x53, 0xf8, 0xe9, 0x1e, 0xcd, 0x6b, 0xfd, 0xbf, 0x2c, 0xa7, 0x97, 0x11, 3694 0xcf, 0xe5, 0x77, 0x84, 0x90, 0xd3, 0xeb, 0xb0, 0xd8, 0xd9, 0x90, 0x84, 0x8f, 0x0b, 0x49, 0xb0, 3695 0x3d, 0x4b, 0x39, 0xb1, 0xf6, 0x6c, 0xdb, 0x7f, 0x5c, 0x63, 0x2b, 0x4e, 0x06, 0x70, 0x3b, 0xe4, 3696 0xd3, 0x60, 0xb2, 0x48, 0xa3, 0x8c, 0x45, 0x21, 0x4b, 0xf3, 0x60, 0x4c, 0xa7, 0x2c, 0x98, 0x5e, 3697 0x05, 0xb3, 0xd1, 0xc9, 0xd6, 0x9b, 0x79, 0x3e, 0x1b, 0x8c, 0xbe, 0xff, 0xda, 0x38, 0xce, 0x27, 3698 0x8b, 0x51, 0x10, 0xf2, 0xe9, 0xf1, 0x3c, 0x5e, 0x4c, 0xf8, 0x22, 0x62, 0xc7, 0x63, 0xfe, 0xd5, 3699 0x2b, 0x36, 0x3a, 0xc6, 0x7f, 0xd5, 0x1e, 0x2f, 0xfb, 0xc7, 0x53, 0x1e, 0xb1, 0x44, 0xfc, 0x2f, 3700 0x00, 0x00, 0xff, 0xff, 0x9c, 0xb9, 0x49, 0xdb, 0xec, 0x15, 0x00, 0x00, 3701 }