diff --git a/protocol/login/login.pb.go b/protocol/login/login.pb.go index 1a5ff8f..55914b2 100644 --- a/protocol/login/login.pb.go +++ b/protocol/login/login.pb.go @@ -1051,7 +1051,6 @@ type SCLogin struct { IpaUrl string `protobuf:"bytes,15,opt,name=IpaUrl,proto3" json:"IpaUrl,omitempty"` //ipa 下载地址 Token string `protobuf:"bytes,16,opt,name=Token,proto3" json:"Token,omitempty"` // md5(密码+AppId) ClientParam string `protobuf:"bytes,17,opt,name=ClientParam,proto3" json:"ClientParam,omitempty"` // 客户端配置文件 - Ts int64 `protobuf:"varint,18,opt,name=Ts,proto3" json:"Ts,omitempty"` // 时间戳 } func (x *SCLogin) Reset() { @@ -1205,13 +1204,6 @@ func (x *SCLogin) GetClientParam() string { return "" } -func (x *SCLogin) GetTs() int64 { - if x != nil { - return x.Ts - } - return 0 -} - //公告参数 type Bulletion struct { state protoimpl.MessageState @@ -2858,7 +2850,7 @@ var file_login_proto_rawDesc = []byte{ 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x2b, 0x0a, 0x07, 0x47, 0x61, 0x6d, 0x65, 0x43, 0x66, 0x67, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x61, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x07, 0x47, 0x61, 0x6d, 0x65, - 0x43, 0x66, 0x67, 0x22, 0xd0, 0x04, 0x0a, 0x07, 0x53, 0x43, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, + 0x43, 0x66, 0x67, 0x22, 0xc0, 0x04, 0x0a, 0x07, 0x53, 0x43, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x31, 0x0a, 0x09, 0x4f, 0x70, 0x52, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x13, 0x2e, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2e, 0x4f, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x09, 0x4f, 0x70, 0x52, 0x65, 0x74, 0x43, 0x6f, @@ -2894,8 +2886,7 @@ var file_login_proto_rawDesc = []byte{ 0x0a, 0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x43, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x54, 0x73, 0x18, 0x12, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x02, 0x54, 0x73, 0x22, 0x97, 0x01, 0x0a, 0x09, 0x42, 0x75, 0x6c, 0x6c, 0x65, + 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x22, 0x97, 0x01, 0x0a, 0x09, 0x42, 0x75, 0x6c, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x4e, 0x6f, 0x74, 0x69, 0x63, diff --git a/protocol/login/login.proto b/protocol/login/login.proto index 0d9a4a4..cf26879 100644 --- a/protocol/login/login.proto +++ b/protocol/login/login.proto @@ -153,7 +153,6 @@ message SCLogin { string IpaUrl = 15;//ipa 下载地址 string Token = 16;// md5(密码+AppId) string ClientParam = 17;// 客户端配置文件 - int64 Ts = 18; // 时间戳 } //公告参数 message Bulletion{