|
|
@@ -7400,6 +7400,92 @@ func (m *SSBTDataSaveNtf) GetBaseData() *BTBaseData {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+type SSGetServerPayMailReq struct {
|
|
|
+ Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *SSGetServerPayMailReq) Reset() { *m = SSGetServerPayMailReq{} }
|
|
|
+func (m *SSGetServerPayMailReq) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*SSGetServerPayMailReq) ProtoMessage() {}
|
|
|
+func (*SSGetServerPayMailReq) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_8817812184a13374, []int{140}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *SSGetServerPayMailReq) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_SSGetServerPayMailReq.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *SSGetServerPayMailReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_SSGetServerPayMailReq.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *SSGetServerPayMailReq) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_SSGetServerPayMailReq.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *SSGetServerPayMailReq) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_SSGetServerPayMailReq.Size(m)
|
|
|
+}
|
|
|
+func (m *SSGetServerPayMailReq) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_SSGetServerPayMailReq.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_SSGetServerPayMailReq proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *SSGetServerPayMailReq) GetUid() uint64 {
|
|
|
+ if m != nil {
|
|
|
+ return m.Uid
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type SSGetServerPayMailAck struct {
|
|
|
+ Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
|
|
|
+ IsTrue bool `protobuf:"varint,2,opt,name=isTrue,proto3" json:"isTrue,omitempty"`
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
+}
|
|
|
+
|
|
|
+func (m *SSGetServerPayMailAck) Reset() { *m = SSGetServerPayMailAck{} }
|
|
|
+func (m *SSGetServerPayMailAck) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*SSGetServerPayMailAck) ProtoMessage() {}
|
|
|
+func (*SSGetServerPayMailAck) Descriptor() ([]byte, []int) {
|
|
|
+ return fileDescriptor_8817812184a13374, []int{141}
|
|
|
+}
|
|
|
+
|
|
|
+func (m *SSGetServerPayMailAck) XXX_Unmarshal(b []byte) error {
|
|
|
+ return xxx_messageInfo_SSGetServerPayMailAck.Unmarshal(m, b)
|
|
|
+}
|
|
|
+func (m *SSGetServerPayMailAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
+ return xxx_messageInfo_SSGetServerPayMailAck.Marshal(b, m, deterministic)
|
|
|
+}
|
|
|
+func (m *SSGetServerPayMailAck) XXX_Merge(src proto.Message) {
|
|
|
+ xxx_messageInfo_SSGetServerPayMailAck.Merge(m, src)
|
|
|
+}
|
|
|
+func (m *SSGetServerPayMailAck) XXX_Size() int {
|
|
|
+ return xxx_messageInfo_SSGetServerPayMailAck.Size(m)
|
|
|
+}
|
|
|
+func (m *SSGetServerPayMailAck) XXX_DiscardUnknown() {
|
|
|
+ xxx_messageInfo_SSGetServerPayMailAck.DiscardUnknown(m)
|
|
|
+}
|
|
|
+
|
|
|
+var xxx_messageInfo_SSGetServerPayMailAck proto.InternalMessageInfo
|
|
|
+
|
|
|
+func (m *SSGetServerPayMailAck) GetUid() uint64 {
|
|
|
+ if m != nil {
|
|
|
+ return m.Uid
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (m *SSGetServerPayMailAck) GetIsTrue() bool {
|
|
|
+ if m != nil {
|
|
|
+ return m.IsTrue
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
func init() {
|
|
|
proto.RegisterType((*SSAccountGetRoleListReq)(nil), "serverproto.SSAccountGetRoleListReq")
|
|
|
proto.RegisterType((*SSAccountGetRoleListAck)(nil), "serverproto.SSAccountGetRoleListAck")
|
|
|
@@ -7541,6 +7627,8 @@ func init() {
|
|
|
proto.RegisterType((*SSLoadCrossDataNtf)(nil), "serverproto.SSLoadCrossDataNtf")
|
|
|
proto.RegisterType((*SSWishBoxDataSaveReq)(nil), "serverproto.SSWishBoxDataSaveReq")
|
|
|
proto.RegisterType((*SSBTDataSaveNtf)(nil), "serverproto.SSBTDataSaveNtf")
|
|
|
+ proto.RegisterType((*SSGetServerPayMailReq)(nil), "serverproto.SSGetServerPayMailReq")
|
|
|
+ proto.RegisterType((*SSGetServerPayMailAck)(nil), "serverproto.SSGetServerPayMailAck")
|
|
|
}
|
|
|
|
|
|
func init() {
|
|
|
@@ -7548,7 +7636,7 @@ func init() {
|
|
|
}
|
|
|
|
|
|
var fileDescriptor_8817812184a13374 = []byte{
|
|
|
- // 5133 bytes of a gzipped FileDescriptorProto
|
|
|
+ // 5163 bytes of a gzipped FileDescriptorProto
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3b, 0x5d, 0x8f, 0x1c, 0x57,
|
|
|
0x56, 0xea, 0xef, 0xee, 0xd3, 0xd3, 0x33, 0xe3, 0x8a, 0x63, 0x8f, 0xe3, 0x4d, 0x76, 0x52, 0xd9,
|
|
|
0x04, 0xe7, 0x63, 0xe3, 0x5d, 0xdb, 0x38, 0x89, 0x63, 0x92, 0xcc, 0x8c, 0xed, 0xf1, 0x6c, 0x3c,
|
|
|
@@ -7867,7 +7955,9 @@ var fileDescriptor_8817812184a13374 = []byte{
|
|
|
0xce, 0xe3, 0xdb, 0x50, 0x7b, 0xea, 0x46, 0xa3, 0x68, 0xe1, 0x56, 0x71, 0x8e, 0xc5, 0x38, 0xe6,
|
|
|
0x0f, 0xe9, 0xb3, 0x97, 0xed, 0x43, 0x5d, 0xe8, 0x1f, 0xc0, 0x4a, 0x2f, 0xb6, 0x7b, 0x81, 0xe7,
|
|
|
0xea, 0x0c, 0xe5, 0x13, 0xd4, 0xed, 0xc3, 0xed, 0xc0, 0x73, 0xd9, 0x93, 0xf6, 0xe2, 0xe4, 0xbf,
|
|
|
- 0x71, 0x43, 0x45, 0x5a, 0xed, 0x5b, 0xb6, 0xb9, 0x79, 0x22, 0xe2, 0x4a, 0x84, 0x42, 0x30, 0xfe,
|
|
|
- 0xdb, 0x5e, 0xff, 0xfe, 0xea, 0xbb, 0x57, 0x3f, 0xd4, 0xd0, 0x7a, 0x75, 0xfa, 0xb9, 0xfe, 0xbf,
|
|
|
- 0x01, 0x00, 0x00, 0xff, 0xff, 0x72, 0xab, 0x6b, 0x8a, 0x35, 0x42, 0x00, 0x00,
|
|
|
+ 0x71, 0x43, 0x45, 0x5a, 0xed, 0x5b, 0xb6, 0xb9, 0x79, 0x22, 0xe2, 0x4a, 0x84, 0x42, 0x30, 0xed,
|
|
|
+ 0xe4, 0x4d, 0x75, 0xe3, 0xd9, 0x25, 0xc4, 0x03, 0x8c, 0x4f, 0xae, 0x57, 0xdc, 0x11, 0xb3, 0x55,
|
|
|
+ 0x84, 0x5a, 0xfc, 0xae, 0x80, 0xba, 0xf6, 0x0f, 0xc3, 0xa9, 0x4c, 0xca, 0x3e, 0x7e, 0xda, 0x5e,
|
|
|
+ 0xff, 0xfe, 0xea, 0xbb, 0x57, 0x3f, 0xd4, 0x98, 0xea, 0xd5, 0xe9, 0xe7, 0xfa, 0xff, 0x06, 0x00,
|
|
|
+ 0x00, 0xff, 0xff, 0x67, 0xc8, 0xa4, 0x93, 0xa3, 0x42, 0x00, 0x00,
|
|
|
}
|