From 152c51ad8765557712517080f27c552988c91c82 Mon Sep 17 00:00:00 2001 From: sky Date: Wed, 10 Sep 2025 20:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=20protobuf?= =?UTF-8?q?=20=E4=BB=A3=E7=A0=81=20(tag:=20v1.11.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- corestack/user/v1/user.pb.go | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/corestack/user/v1/user.pb.go b/corestack/user/v1/user.pb.go index 31cf23f..ec8231b 100644 --- a/corestack/user/v1/user.pb.go +++ b/corestack/user/v1/user.pb.go @@ -499,6 +499,7 @@ type GetUserInfoResponse struct { Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` Phone string `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"` Email string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"` + WxOpenId string `protobuf:"bytes,8,opt,name=wx_open_id,json=wxOpenId,proto3" json:"wx_open_id,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -582,6 +583,13 @@ func (x *GetUserInfoResponse) GetEmail() string { return "" } +func (x *GetUserInfoResponse) GetWxOpenId() string { + if x != nil { + return x.WxOpenId + } + return "" +} + var File_corestack_user_v1_user_proto protoreflect.FileDescriptor const file_corestack_user_v1_user_proto_rawDesc = "" + @@ -608,7 +616,7 @@ const file_corestack_user_v1_user_proto_rawDesc = "" + "\x15SetDescriptionRequest\x12 \n" + "\vdescription\x18\x01 \x01(\tR\vdescription\"\x18\n" + "\x16SetDescriptionResponse\"\x14\n" + - "\x12GetUserInfoRequest\"\xc8\x01\n" + + "\x12GetUserInfoRequest\"\xe6\x01\n" + "\x13GetUserInfoResponse\x12\x0e\n" + "\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n" + "\x06avatar\x18\x02 \x01(\tR\x06avatar\x12'\n" + @@ -616,7 +624,9 @@ const file_corestack_user_v1_user_proto_rawDesc = "" + "\vdescription\x18\x04 \x01(\tR\vdescription\x12\x12\n" + "\x04name\x18\x05 \x01(\tR\x04name\x12\x14\n" + "\x05phone\x18\x06 \x01(\tR\x05phone\x12\x14\n" + - "\x05email\x18\a \x01(\tR\x05emailB;Z9git.shenxianhe.cn/shenxianhe/sdk/corestack/user/v1;userv1b\x06proto3" + "\x05email\x18\a \x01(\tR\x05email\x12\x1c\n" + + "\n" + + "wx_open_id\x18\b \x01(\tR\bwxOpenIdB;Z9git.shenxianhe.cn/shenxianhe/sdk/corestack/user/v1;userv1b\x06proto3" var ( file_corestack_user_v1_user_proto_rawDescOnce sync.Once