|
@@ -1268,9 +1268,9 @@ type ReadWithdrawReq struct {
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
MessageId string `protobuf:"bytes,1,opt,name=messageId,proto3" json:"messageId,omitempty"`
|
|
|
- EntUserId int64 `protobuf:"varint,2,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
+ EntUserId string `protobuf:"bytes,2,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
Appid string `protobuf:"bytes,3,opt,name=appid,proto3" json:"appid,omitempty"`
|
|
|
- NewUserId int64 `protobuf:"varint,4,opt,name=newUserId,proto3" json:"newUserId,omitempty"`
|
|
|
+ NewUserId string `protobuf:"bytes,4,opt,name=newUserId,proto3" json:"newUserId,omitempty"`
|
|
|
UserType int64 `protobuf:"varint,6,opt,name=userType,proto3" json:"userType,omitempty"` //用户类型:2用户1客服
|
|
|
}
|
|
|
|
|
@@ -1313,11 +1313,11 @@ func (x *ReadWithdrawReq) GetMessageId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *ReadWithdrawReq) GetEntUserId() int64 {
|
|
|
+func (x *ReadWithdrawReq) GetEntUserId() string {
|
|
|
if x != nil {
|
|
|
return x.EntUserId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *ReadWithdrawReq) GetAppid() string {
|
|
@@ -1327,11 +1327,11 @@ func (x *ReadWithdrawReq) GetAppid() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *ReadWithdrawReq) GetNewUserId() int64 {
|
|
|
+func (x *ReadWithdrawReq) GetNewUserId() string {
|
|
|
if x != nil {
|
|
|
return x.NewUserId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *ReadWithdrawReq) GetUserType() int64 {
|
|
@@ -1573,10 +1573,10 @@ var file_messagecenter_proto_rawDesc = []byte{
|
|
|
0x61, 0x77, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
|
0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73,
|
|
|
- 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55,
|
|
|
+ 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55,
|
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
0x65, 0x22, 0x4a, 0x0a, 0x0c, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73,
|