|
@@ -316,7 +316,7 @@ type UserEntity struct {
|
|
|
Link string `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
|
|
|
Content string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
UserType int64 `protobuf:"varint,7,opt,name=userType,proto3" json:"userType,omitempty"`
|
|
|
- CreateTime string `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
|
+ CreateTime int64 `protobuf:"varint,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
|
Number int64 `protobuf:"varint,9,opt,name=number,proto3" json:"number,omitempty"`
|
|
|
Headimg string `protobuf:"bytes,11,opt,name=headimg,proto3" json:"headimg,omitempty"`
|
|
|
}
|
|
@@ -402,11 +402,11 @@ func (x *UserEntity) GetUserType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *UserEntity) GetCreateTime() string {
|
|
|
+func (x *UserEntity) GetCreateTime() int64 {
|
|
|
if x != nil {
|
|
|
return x.CreateTime
|
|
|
}
|
|
|
- return ""
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
func (x *UserEntity) GetNumber() int64 {
|
|
@@ -1313,7 +1313,7 @@ var file_messageCenter_proto_rawDesc = []byte{
|
|
|
0x74, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65,
|
|
|
0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65,
|
|
|
0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18,
|
|
|
- 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
|
|
|
+ 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
|
|
|
0x65, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x65, 0x61,
|
|
|
0x64, 0x69, 0x6d, 0x67, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64,
|