|
@@ -1,6 +1,6 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
-// protoc-gen-go v1.28.0
|
|
|
+// protoc-gen-go v1.28.1
|
|
|
// protoc v3.19.4
|
|
|
// source: messagecenter.proto
|
|
|
|
|
@@ -162,9 +162,9 @@ type UserReq struct {
|
|
|
Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
|
StartTime string `protobuf:"bytes,2,opt,name=startTime,proto3" json:"startTime,omitempty"`
|
|
|
EndTime string `protobuf:"bytes,3,opt,name=endTime,proto3" json:"endTime,omitempty"`
|
|
|
- NewUserId int64 `protobuf:"varint,4,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //用户标识
|
|
|
+ NewUserId int64 `protobuf:"varint,4,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //用户base_user_id
|
|
|
UserType int64 `protobuf:"varint,5,opt,name=userType,proto3" json:"userType,omitempty"` //用户类型:2用户1客服
|
|
|
- EntUserId int64 `protobuf:"varint,6,opt,name=entUserId,proto3" json:"entUserId,omitempty"` //企业标识
|
|
|
+ EntUserId int64 `protobuf:"varint,6,opt,name=entUserId,proto3" json:"entUserId,omitempty"` //客服id
|
|
|
Page int64 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"` //页
|
|
|
Size int64 `protobuf:"varint,8,opt,name=size,proto3" json:"size,omitempty"` //数
|
|
|
IsArtificial int64 `protobuf:"varint,9,opt,name=isArtificial,proto3" json:"isArtificial,omitempty"` //是否人工介入 1:人工介入 2:非让人工介入
|
|
@@ -172,6 +172,7 @@ type UserReq struct {
|
|
|
EntId int64 `protobuf:"varint,11,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
QueryType int64 `protobuf:"varint,12,opt,name=queryType,proto3" json:"queryType,omitempty"`
|
|
|
NameSearch string `protobuf:"bytes,13,opt,name=nameSearch,proto3" json:"nameSearch,omitempty"`
|
|
|
+ PositionId int64 `protobuf:"varint,14,opt,name=positionId,proto3" json:"positionId,omitempty"` //用户职位id
|
|
|
}
|
|
|
|
|
|
func (x *UserReq) Reset() {
|
|
@@ -297,6 +298,13 @@ func (x *UserReq) GetNameSearch() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+func (x *UserReq) GetPositionId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PositionId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
type UserResp struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -2619,7 +2627,7 @@ func (x *ConversationReq) GetFiltrationId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//聊天保存
|
|
|
+// 聊天保存
|
|
|
type MessageSaveReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -2760,7 +2768,7 @@ var file_messagecenter_proto_rawDesc = []byte{
|
|
|
0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
|
0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65,
|
|
|
0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
|
- 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0xf3, 0x02, 0x0a, 0x07, 0x55, 0x73, 0x65,
|
|
|
+ 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x93, 0x03, 0x0a, 0x07, 0x55, 0x73, 0x65,
|
|
|
0x72, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20,
|
|
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74,
|
|
|
0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73,
|
|
@@ -2783,7 +2791,9 @@ var file_messagecenter_proto_rawDesc = []byte{
|
|
|
0x12, 0x1c, 0x0a, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20,
|
|
|
0x01, 0x28, 0x03, 0x52, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e,
|
|
|
0x0a, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x22, 0x8b,
|
|
|
+ 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x1e,
|
|
|
+ 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x0e, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x8b,
|
|
|
0x01, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x04, 0x64,
|
|
|
0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6d, 0x65, 0x73, 0x73,
|
|
|
0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x45, 0x6e,
|