|
@@ -2176,7 +2176,7 @@ type UserStatus struct {
|
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
Isvisit int64 `protobuf:"varint,3,opt,name=isvisit,proto3" json:"isvisit,omitempty"`
|
|
|
- Visittime int64 `protobuf:"varint,4,opt,name=visittime,proto3" json:"visittime,omitempty"`
|
|
|
+ Visittime string `protobuf:"bytes,4,opt,name=visittime,proto3" json:"visittime,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *UserStatus) Reset() {
|
|
@@ -2232,11 +2232,11 @@ func (x *UserStatus) GetIsvisit() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *UserStatus) GetVisittime() int64 {
|
|
|
+func (x *UserStatus) GetVisittime() string {
|
|
|
if x != nil {
|
|
|
return x.Visittime
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
var File_bxsubscribe_proto protoreflect.FileDescriptor
|
|
@@ -2541,7 +2541,7 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
|
0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
|
|
|
0x12, 0x18, 0x0a, 0x07, 0x69, 0x73, 0x76, 0x69, 0x73, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x07, 0x69, 0x73, 0x76, 0x69, 0x73, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x76, 0x69,
|
|
|
- 0x73, 0x69, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x76,
|
|
|
+ 0x73, 0x69, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76,
|
|
|
0x69, 0x73, 0x69, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x32, 0xa6, 0x05, 0x0a, 0x0b, 0x42, 0x78, 0x73,
|
|
|
0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x4d, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53,
|
|
|
0x75, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x2e, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63,
|