diff --git a/api/accountFiee/accountFiee.pb.go b/api/accountFiee/accountFiee.pb.go index 7452e6e..60a00f5 100644 --- a/api/accountFiee/accountFiee.pb.go +++ b/api/accountFiee/accountFiee.pb.go @@ -954,6 +954,7 @@ type UserListRequest struct { BlurNameTel string `protobuf:"bytes,10,opt,name=blurNameTel,proto3" json:"blurNameTel"` Ids []int64 `protobuf:"varint,11,rep,packed,name=ids,proto3" json:"ids"` Nationality string `protobuf:"bytes,12,opt,name=nationality,proto3" json:"nationality"` + NameAndNumber string `protobuf:"bytes,13,opt,name=nameAndNumber,proto3" json:"nameAndNumber"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1072,6 +1073,13 @@ func (x *UserListRequest) GetNationality() string { return "" } +func (x *UserListRequest) GetNameAndNumber() string { + if x != nil { + return x.NameAndNumber + } + return "" +} + type UserInfoResponse struct { state protoimpl.MessageState `protogen:"open.v1"` Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` @@ -10145,7 +10153,7 @@ const file_api_accountFiee_accountFiee_proto_rawDesc = "" + "\bnickName\x18\x14 \x01(\tR\bnickName\x12\x1a\n" + "\bidNumber\x18\x15 \x01(\tR\bidNumber\x12 \n" + "\vdateOfBirth\x18\x16 \x01(\tR\vdateOfBirth\x12\x10\n" + - "\x03age\x18\x17 \x01(\tR\x03age\"\xd9\x02\n" + + "\x03age\x18\x17 \x01(\tR\x03age\"\xff\x02\n" + "\x0fUserListRequest\x12\x16\n" + "\x06domain\x18\x01 \x01(\tR\x06domain\x12\x16\n" + "\x06subNum\x18\x02 \x01(\tR\x06subNum\x12$\n" + @@ -10159,7 +10167,8 @@ const file_api_accountFiee_accountFiee_proto_rawDesc = "" + "\vblurNameTel\x18\n" + " \x01(\tR\vblurNameTel\x12\x10\n" + "\x03ids\x18\v \x03(\x03R\x03ids\x12 \n" + - "\vnationality\x18\f \x01(\tR\vnationality\"\x92\x05\n" + + "\vnationality\x18\f \x01(\tR\vnationality\x12$\n" + + "\rnameAndNumber\x18\r \x01(\tR\rnameAndNumber\"\x92\x05\n" + "\x10UserInfoResponse\x12\x0e\n" + "\x02id\x18\x01 \x01(\x04R\x02id\x12\x16\n" + "\x06status\x18\x02 \x01(\x05R\x06status\x12\x12\n" + diff --git a/api/accountFiee/accountFiee.proto b/api/accountFiee/accountFiee.proto index 798fc68..333b4ae 100644 --- a/api/accountFiee/accountFiee.proto +++ b/api/accountFiee/accountFiee.proto @@ -197,6 +197,7 @@ message UserListRequest{ string blurNameTel = 10; repeated int64 ids = 11; string nationality = 12; + string nameAndNumber = 13; } message UserInfoResponse{ uint64 id = 1;