Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e9827a5f54 | 
| @@ -82,6 +82,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 | ||||
| } | ||||
| @@ -165,6 +166,13 @@ func (x *GetUserInfoResponse) GetEmail() string { | ||||
| 	return "" | ||||
| } | ||||
|  | ||||
| func (x *GetUserInfoResponse) GetWxOpenId() string { | ||||
| 	if x != nil { | ||||
| 		return x.WxOpenId | ||||
| 	} | ||||
| 	return "" | ||||
| } | ||||
|  | ||||
| var File_corestack_admin_v1_user_proto protoreflect.FileDescriptor | ||||
|  | ||||
| const file_corestack_admin_v1_user_proto_rawDesc = "" + | ||||
| @@ -172,7 +180,7 @@ const file_corestack_admin_v1_user_proto_rawDesc = "" + | ||||
| 	"\x1dcorestack/admin/v1/user.proto\x12\x12corestack.admin.v1\"V\n" + | ||||
| 	"\x12GetUserInfoRequest\x12\x17\n" + | ||||
| 	"\auser_id\x18\x01 \x01(\tR\x06userId\x12'\n" + | ||||
| 	"\x0finvitation_code\x18\x02 \x01(\tR\x0einvitationCode\"\xc8\x01\n" + | ||||
| 	"\x0finvitation_code\x18\x02 \x01(\tR\x0einvitationCode\"\xe6\x01\n" + | ||||
| 	"\x13GetUserInfoResponse\x12\x0e\n" + | ||||
| 	"\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n" + | ||||
| 	"\x06avatar\x18\x02 \x01(\tR\x06avatar\x12'\n" + | ||||
| @@ -180,7 +188,9 @@ const file_corestack_admin_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=Z;git.shenxianhe.cn/shenxianhe/sdk/corestack/admin/v1;adminv1b\x06proto3" | ||||
| 	"\x05email\x18\a \x01(\tR\x05email\x12\x1c\n" + | ||||
| 	"\n" + | ||||
| 	"wx_open_id\x18\b \x01(\tR\bwxOpenIdB=Z;git.shenxianhe.cn/shenxianhe/sdk/corestack/admin/v1;adminv1b\x06proto3" | ||||
|  | ||||
| var ( | ||||
| 	file_corestack_admin_v1_user_proto_rawDescOnce sync.Once | ||||
|   | ||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @@ -4,5 +4,5 @@ go 1.25.0 | ||||
|  | ||||
| require ( | ||||
| 	connectrpc.com/connect v1.18.1 | ||||
| 	google.golang.org/protobuf v1.36.8 | ||||
| 	google.golang.org/protobuf v1.36.9 | ||||
| ) | ||||
|   | ||||
							
								
								
									
										4
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.sum
									
									
									
									
									
								
							| @@ -6,5 +6,5 @@ golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= | ||||
| golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= | ||||
| golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= | ||||
| golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= | ||||
| google.golang.org/protobuf v1.36.8 h1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc= | ||||
| google.golang.org/protobuf v1.36.8/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU= | ||||
| google.golang.org/protobuf v1.36.9 h1:w2gp2mA27hUeUzj9Ex9FBjsBm40zfaDtEWow293U7Iw= | ||||
| google.golang.org/protobuf v1.36.9/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user