Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 152c51ad87 | 
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user