|
@@ -699,7 +699,7 @@ type MessageEntity struct {
|
|
|
SetName string `protobuf:"bytes,15,opt,name=setName,proto3" json:"setName,omitempty"`
|
|
|
ReceiveId int64 `protobuf:"varint,17,opt,name=receiveId,proto3" json:"receiveId,omitempty"`
|
|
|
OwnImg string `protobuf:"bytes,18,opt,name=ownImg,proto3" json:"ownImg,omitempty"`
|
|
|
- MessageId int64 `protobuf:"varint,19,opt,name=messageId,proto3" json:"messageId,omitempty"`
|
|
|
+ MessageId string `protobuf:"bytes,19,opt,name=messageId,proto3" json:"messageId,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *MessageEntity) Reset() {
|
|
@@ -860,11 +860,11 @@ func (x *MessageEntity) GetOwnImg() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *MessageEntity) GetMessageId() int64 {
|
|
|
+func (x *MessageEntity) GetMessageId() string {
|
|
|
if x != nil {
|
|
|
return x.MessageId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
type ChatSessionReq struct {
|
|
@@ -1375,7 +1375,7 @@ var file_messageCenter_proto_rawDesc = []byte{
|
|
|
0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x49, 0x64, 0x12, 0x16,
|
|
|
0x0a, 0x06, 0x6f, 0x77, 0x6e, 0x49, 0x6d, 0x67, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
|
0x6f, 0x77, 0x6e, 0x49, 0x6d, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
- 0x65, 0x49, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
|
+ 0x65, 0x49, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
|
0x67, 0x65, 0x49, 0x64, 0x22, 0xb4, 0x01, 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x74, 0x53, 0x65, 0x73,
|
|
|
0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x2c, 0x0a,
|