|
@@ -7,7 +7,9 @@
|
|
|
package user
|
|
package user
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
|
|
+ base "git.ikuban.com/server/pw-protobuf/api/base"
|
|
|
chat "git.ikuban.com/server/pw-protobuf/api/chat"
|
|
chat "git.ikuban.com/server/pw-protobuf/api/chat"
|
|
|
|
|
+ partner "git.ikuban.com/server/pw-protobuf/api/partner"
|
|
|
_ "google.golang.org/genproto/googleapis/api/annotations"
|
|
_ "google.golang.org/genproto/googleapis/api/annotations"
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
@@ -322,155 +324,6 @@ func (x *CheckPhoneCodeRequest) GetCode() string {
|
|
|
return ""
|
|
return ""
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-type DebugLoginRequest struct {
|
|
|
|
|
- state protoimpl.MessageState
|
|
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
|
|
-
|
|
|
|
|
- UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId"`
|
|
|
|
|
- Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *DebugLoginRequest) Reset() {
|
|
|
|
|
- *x = DebugLoginRequest{}
|
|
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
|
|
- mi := &file_user_proto_msgTypes[5]
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *DebugLoginRequest) String() string {
|
|
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (*DebugLoginRequest) ProtoMessage() {}
|
|
|
|
|
-
|
|
|
|
|
-func (x *DebugLoginRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
- mi := &file_user_proto_msgTypes[5]
|
|
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
- return ms
|
|
|
|
|
- }
|
|
|
|
|
- return mi.MessageOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// Deprecated: Use DebugLoginRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*DebugLoginRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return file_user_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *DebugLoginRequest) GetUserId() string {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.UserId
|
|
|
|
|
- }
|
|
|
|
|
- return ""
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *DebugLoginRequest) GetCode() string {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.Code
|
|
|
|
|
- }
|
|
|
|
|
- return ""
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-type AuthorizationRequest struct {
|
|
|
|
|
- state protoimpl.MessageState
|
|
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
|
|
-
|
|
|
|
|
- JsCode string `protobuf:"bytes,1,opt,name=jsCode,proto3" json:"jsCode"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *AuthorizationRequest) Reset() {
|
|
|
|
|
- *x = AuthorizationRequest{}
|
|
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
|
|
- mi := &file_user_proto_msgTypes[6]
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *AuthorizationRequest) String() string {
|
|
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (*AuthorizationRequest) ProtoMessage() {}
|
|
|
|
|
-
|
|
|
|
|
-func (x *AuthorizationRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
- mi := &file_user_proto_msgTypes[6]
|
|
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
- return ms
|
|
|
|
|
- }
|
|
|
|
|
- return mi.MessageOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// Deprecated: Use AuthorizationRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*AuthorizationRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return file_user_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *AuthorizationRequest) GetJsCode() string {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.JsCode
|
|
|
|
|
- }
|
|
|
|
|
- return ""
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-type TokenReply struct {
|
|
|
|
|
- state protoimpl.MessageState
|
|
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
|
|
-
|
|
|
|
|
- Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *TokenReply) Reset() {
|
|
|
|
|
- *x = TokenReply{}
|
|
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
|
|
- mi := &file_user_proto_msgTypes[7]
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *TokenReply) String() string {
|
|
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (*TokenReply) ProtoMessage() {}
|
|
|
|
|
-
|
|
|
|
|
-func (x *TokenReply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
- mi := &file_user_proto_msgTypes[7]
|
|
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
- return ms
|
|
|
|
|
- }
|
|
|
|
|
- return mi.MessageOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// Deprecated: Use TokenReply.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*TokenReply) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return file_user_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *TokenReply) GetToken() string {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.Token
|
|
|
|
|
- }
|
|
|
|
|
- return ""
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
var File_user_proto protoreflect.FileDescriptor
|
|
var File_user_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_user_proto_rawDesc = []byte{
|
|
var file_user_proto_rawDesc = []byte{
|
|
@@ -480,6 +333,9 @@ var file_user_proto_rawDesc = []byte{
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
|
|
|
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
0x6f, 0x1a, 0x13, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x63, 0x68, 0x61, 0x74,
|
|
0x6f, 0x1a, 0x13, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x63, 0x68, 0x61, 0x74,
|
|
|
|
|
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74,
|
|
|
|
|
+ 0x6e, 0x65, 0x72, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
|
|
+ 0x6f, 0x1a, 0x13, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x62, 0x61, 0x73, 0x65,
|
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x45, 0x0a, 0x25, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x45, 0x0a, 0x25, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55,
|
|
|
0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61,
|
|
0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61,
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
@@ -508,71 +364,70 @@ var file_user_proto_rawDesc = []byte{
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65,
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x12, 0x0a,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x12, 0x0a,
|
|
|
0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64,
|
|
0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64,
|
|
|
- 0x65, 0x22, 0x3f, 0x0a, 0x11, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52,
|
|
|
|
|
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12,
|
|
|
|
|
- 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f,
|
|
|
|
|
- 0x64, 0x65, 0x22, 0x2e, 0x0a, 0x14, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74,
|
|
|
|
|
- 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6a, 0x73,
|
|
|
|
|
- 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6a, 0x73, 0x43, 0x6f,
|
|
|
|
|
- 0x64, 0x65, 0x22, 0x22, 0x0a, 0x0a, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79,
|
|
|
|
|
- 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
- 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x32, 0xae, 0x06, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12,
|
|
|
|
|
- 0x61, 0x0a, 0x0a, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x1b, 0x2e,
|
|
|
|
|
- 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f,
|
|
|
|
|
- 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69,
|
|
|
|
|
- 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79,
|
|
|
|
|
- 0x22, 0x20, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75,
|
|
|
|
|
- 0x73, 0x65, 0x72, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x3a,
|
|
|
|
|
- 0x01, 0x2a, 0x12, 0x69, 0x0a, 0x0d, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74,
|
|
|
|
|
- 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x41,
|
|
|
|
|
- 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
|
- 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x54,
|
|
|
|
|
- 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02,
|
|
|
|
|
- 0x1c, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x61, 0x75, 0x74,
|
|
|
|
|
- 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x80, 0x01,
|
|
|
|
|
- 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
|
|
- 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
|
|
|
|
|
- 0x65, 0x72, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66,
|
|
|
|
|
- 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
|
- 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
|
|
|
- 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22,
|
|
|
|
|
- 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74,
|
|
|
|
|
- 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a,
|
|
|
|
|
- 0x12, 0x54, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
|
|
|
|
- 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
|
|
|
- 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
|
|
|
|
|
- 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x19, 0x82, 0xd3, 0xe4,
|
|
|
|
|
- 0x93, 0x02, 0x13, 0x22, 0x0e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x69,
|
|
|
|
|
- 0x6e, 0x66, 0x6f, 0x3a, 0x01, 0x2a, 0x12, 0x67, 0x0a, 0x0d, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68,
|
|
|
|
|
- 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
|
|
|
|
|
- 0x65, 0x72, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65,
|
|
|
|
|
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
|
|
|
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22,
|
|
|
|
|
- 0x1e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x22, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73,
|
|
|
|
|
- 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x2f, 0x73, 0x65, 0x6e, 0x64, 0x3a, 0x01, 0x2a, 0x12,
|
|
|
|
|
- 0x6a, 0x0a, 0x0e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64,
|
|
|
|
|
- 0x65, 0x12, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x65,
|
|
|
|
|
- 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
|
|
+ 0x65, 0x32, 0xb2, 0x07, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x61, 0x0a, 0x0a, 0x44, 0x65,
|
|
|
|
|
+ 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62,
|
|
|
|
|
+ 0x61, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65,
|
|
|
|
|
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65,
|
|
|
|
|
+ 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x20, 0x82, 0xd3, 0xe4,
|
|
|
|
|
+ 0x93, 0x02, 0x1a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x6c,
|
|
|
|
|
+ 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x69, 0x0a,
|
|
|
|
|
+ 0x0d, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e,
|
|
|
|
|
+ 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72,
|
|
|
|
|
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14,
|
|
|
|
|
+ 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52,
|
|
|
|
|
+ 0x65, 0x70, 0x6c, 0x79, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x22, 0x17, 0x2f, 0x61,
|
|
|
|
|
+ 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a,
|
|
|
|
|
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x80, 0x01, 0x0a, 0x15, 0x55, 0x70, 0x64,
|
|
|
|
|
+ 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69,
|
|
|
|
|
+ 0x6f, 0x6e, 0x12, 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x55, 0x70,
|
|
|
|
|
+ 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74,
|
|
|
|
|
+ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
|
|
|
|
|
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
|
|
|
|
|
+ 0x74, 0x79, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69,
|
|
|
|
|
+ 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2f, 0x69, 0x6e, 0x66,
|
|
|
|
|
+ 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x54, 0x0a, 0x0b, 0x47,
|
|
|
|
|
+ 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
|
|
|
|
|
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
|
|
|
|
|
+ 0x74, 0x79, 0x1a, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x55, 0x73,
|
|
|
|
|
+ 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x19, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x13, 0x22, 0x0e,
|
|
|
|
|
+ 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x3a, 0x01,
|
|
|
|
|
+ 0x2a, 0x12, 0x67, 0x0a, 0x0d, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f,
|
|
|
|
|
+ 0x64, 0x65, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x53, 0x65,
|
|
|
|
|
+ 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
- 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93,
|
|
|
|
|
- 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x6f,
|
|
|
|
|
- 0x64, 0x65, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x3a, 0x01, 0x2a, 0x12, 0xa9, 0x01, 0x0a, 0x1e,
|
|
|
|
|
- 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
|
|
|
|
|
- 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x12, 0x2f,
|
|
|
|
|
- 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55,
|
|
|
|
|
- 0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61,
|
|
|
|
|
- 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
|
- 0x2d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
|
|
|
|
|
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x1e, 0x82, 0xd3, 0xe4, 0x93,
|
|
|
|
|
+ 0x02, 0x18, 0x22, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x6f,
|
|
|
|
|
+ 0x64, 0x65, 0x2f, 0x73, 0x65, 0x6e, 0x64, 0x3a, 0x01, 0x2a, 0x12, 0x6a, 0x0a, 0x0e, 0x43, 0x68,
|
|
|
|
|
+ 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1f, 0x2e, 0x61,
|
|
|
|
|
+ 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f,
|
|
|
|
|
+ 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e,
|
|
|
|
|
+ 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
|
|
|
+ 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f,
|
|
|
|
|
+ 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x2f, 0x63, 0x68,
|
|
|
|
|
+ 0x65, 0x63, 0x6b, 0x3a, 0x01, 0x2a, 0x12, 0xa9, 0x01, 0x0a, 0x1e, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
|
0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c,
|
|
0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c,
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x27,
|
|
|
|
|
- 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65,
|
|
|
|
|
- 0x72, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x2f, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
- 0x73, 0x68, 0x69, 0x70, 0x3a, 0x01, 0x2a, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x2e, 0x75,
|
|
|
|
|
- 0x73, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61,
|
|
|
|
|
- 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d,
|
|
|
|
|
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65,
|
|
|
|
|
- 0x72, 0x3b, 0x75, 0x73, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
|
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x12, 0x2f, 0x2e, 0x61, 0x70, 0x69, 0x2e,
|
|
|
|
|
+ 0x75, 0x73, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x50, 0x61,
|
|
|
|
|
+ 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
|
|
|
+ 0x68, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x61, 0x70, 0x69,
|
|
|
|
|
+ 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x50,
|
|
|
|
|
+ 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
+ 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02,
|
|
|
|
|
+ 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x68, 0x65,
|
|
|
|
|
+ 0x63, 0x6b, 0x2f, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x3a,
|
|
|
|
|
+ 0x01, 0x2a, 0x12, 0x81, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65,
|
|
|
|
|
+ 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x2e, 0x61, 0x70,
|
|
|
|
|
+ 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72,
|
|
|
|
|
+ 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
|
|
|
+ 0x71, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e,
|
|
|
|
|
+ 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66,
|
|
|
|
|
+ 0x6f, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f,
|
|
|
|
|
+ 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x2f, 0x63, 0x69, 0x72,
|
|
|
|
|
+ 0x63, 0x6c, 0x65, 0x3a, 0x01, 0x2a, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
|
|
|
|
|
+ 0x65, 0x72, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e,
|
|
|
|
|
+ 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70,
|
|
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72,
|
|
|
|
|
+ 0x3b, 0x75, 0x73, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -587,39 +442,43 @@ func file_user_proto_rawDescGZIP() []byte {
|
|
|
return file_user_proto_rawDescData
|
|
return file_user_proto_rawDescData
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var file_user_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
|
|
|
|
|
|
|
+var file_user_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
|
|
|
var file_user_proto_goTypes = []interface{}{
|
|
var file_user_proto_goTypes = []interface{}{
|
|
|
(*CheckUserPartnerIsRelationshipRequest)(nil), // 0: api.user.CheckUserPartnerIsRelationshipRequest
|
|
(*CheckUserPartnerIsRelationshipRequest)(nil), // 0: api.user.CheckUserPartnerIsRelationshipRequest
|
|
|
(*UserInfo)(nil), // 1: api.user.UserInfo
|
|
(*UserInfo)(nil), // 1: api.user.UserInfo
|
|
|
(*UpdateUserInformationRequest)(nil), // 2: api.user.UpdateUserInformationRequest
|
|
(*UpdateUserInformationRequest)(nil), // 2: api.user.UpdateUserInformationRequest
|
|
|
(*SendPhoneCodeRequest)(nil), // 3: api.user.SendPhoneCodeRequest
|
|
(*SendPhoneCodeRequest)(nil), // 3: api.user.SendPhoneCodeRequest
|
|
|
(*CheckPhoneCodeRequest)(nil), // 4: api.user.CheckPhoneCodeRequest
|
|
(*CheckPhoneCodeRequest)(nil), // 4: api.user.CheckPhoneCodeRequest
|
|
|
- (*DebugLoginRequest)(nil), // 5: api.user.DebugLoginRequest
|
|
|
|
|
- (*AuthorizationRequest)(nil), // 6: api.user.AuthorizationRequest
|
|
|
|
|
- (*TokenReply)(nil), // 7: api.user.TokenReply
|
|
|
|
|
- (*emptypb.Empty)(nil), // 8: google.protobuf.Empty
|
|
|
|
|
- (*chat.CheckUserPartnerIsRelationshipReply)(nil), // 9: api.chat.CheckUserPartnerIsRelationshipReply
|
|
|
|
|
|
|
+ (*base.DebugLoginRequest)(nil), // 5: api.base.DebugLoginRequest
|
|
|
|
|
+ (*base.AuthorizationRequest)(nil), // 6: api.base.AuthorizationRequest
|
|
|
|
|
+ (*emptypb.Empty)(nil), // 7: google.protobuf.Empty
|
|
|
|
|
+ (*partner.GetPartnerCircleInfoReq)(nil), // 8: api.partner.GetPartnerCircleInfoReq
|
|
|
|
|
+ (*base.TokenReply)(nil), // 9: api.base.TokenReply
|
|
|
|
|
+ (*chat.CheckUserPartnerIsRelationshipReply)(nil), // 10: api.chat.CheckUserPartnerIsRelationshipReply
|
|
|
|
|
+ (*partner.PartnerCircleInfo)(nil), // 11: api.partner.PartnerCircleInfo
|
|
|
}
|
|
}
|
|
|
var file_user_proto_depIdxs = []int32{
|
|
var file_user_proto_depIdxs = []int32{
|
|
|
- 5, // 0: api.user.User.DebugLogin:input_type -> api.user.DebugLoginRequest
|
|
|
|
|
- 6, // 1: api.user.User.Authorization:input_type -> api.user.AuthorizationRequest
|
|
|
|
|
- 2, // 2: api.user.User.UpdateUserInformation:input_type -> api.user.UpdateUserInformationRequest
|
|
|
|
|
- 8, // 3: api.user.User.GetUserInfo:input_type -> google.protobuf.Empty
|
|
|
|
|
- 3, // 4: api.user.User.SendPhoneCode:input_type -> api.user.SendPhoneCodeRequest
|
|
|
|
|
- 4, // 5: api.user.User.CheckPhoneCode:input_type -> api.user.CheckPhoneCodeRequest
|
|
|
|
|
- 0, // 6: api.user.User.CheckUserPartnerIsRelationship:input_type -> api.user.CheckUserPartnerIsRelationshipRequest
|
|
|
|
|
- 7, // 7: api.user.User.DebugLogin:output_type -> api.user.TokenReply
|
|
|
|
|
- 7, // 8: api.user.User.Authorization:output_type -> api.user.TokenReply
|
|
|
|
|
- 8, // 9: api.user.User.UpdateUserInformation:output_type -> google.protobuf.Empty
|
|
|
|
|
- 1, // 10: api.user.User.GetUserInfo:output_type -> api.user.UserInfo
|
|
|
|
|
- 8, // 11: api.user.User.SendPhoneCode:output_type -> google.protobuf.Empty
|
|
|
|
|
- 8, // 12: api.user.User.CheckPhoneCode:output_type -> google.protobuf.Empty
|
|
|
|
|
- 9, // 13: api.user.User.CheckUserPartnerIsRelationship:output_type -> api.chat.CheckUserPartnerIsRelationshipReply
|
|
|
|
|
- 7, // [7:14] is the sub-list for method output_type
|
|
|
|
|
- 0, // [0:7] is the sub-list for method input_type
|
|
|
|
|
- 0, // [0:0] is the sub-list for extension type_name
|
|
|
|
|
- 0, // [0:0] is the sub-list for extension extendee
|
|
|
|
|
- 0, // [0:0] is the sub-list for field type_name
|
|
|
|
|
|
|
+ 5, // 0: api.user.User.DebugLogin:input_type -> api.base.DebugLoginRequest
|
|
|
|
|
+ 6, // 1: api.user.User.Authorization:input_type -> api.base.AuthorizationRequest
|
|
|
|
|
+ 2, // 2: api.user.User.UpdateUserInformation:input_type -> api.user.UpdateUserInformationRequest
|
|
|
|
|
+ 7, // 3: api.user.User.GetUserInfo:input_type -> google.protobuf.Empty
|
|
|
|
|
+ 3, // 4: api.user.User.SendPhoneCode:input_type -> api.user.SendPhoneCodeRequest
|
|
|
|
|
+ 4, // 5: api.user.User.CheckPhoneCode:input_type -> api.user.CheckPhoneCodeRequest
|
|
|
|
|
+ 0, // 6: api.user.User.CheckUserPartnerIsRelationship:input_type -> api.user.CheckUserPartnerIsRelationshipRequest
|
|
|
|
|
+ 8, // 7: api.user.User.GetPartnerCircleInfo:input_type -> api.partner.GetPartnerCircleInfoReq
|
|
|
|
|
+ 9, // 8: api.user.User.DebugLogin:output_type -> api.base.TokenReply
|
|
|
|
|
+ 9, // 9: api.user.User.Authorization:output_type -> api.base.TokenReply
|
|
|
|
|
+ 7, // 10: api.user.User.UpdateUserInformation:output_type -> google.protobuf.Empty
|
|
|
|
|
+ 1, // 11: api.user.User.GetUserInfo:output_type -> api.user.UserInfo
|
|
|
|
|
+ 7, // 12: api.user.User.SendPhoneCode:output_type -> google.protobuf.Empty
|
|
|
|
|
+ 7, // 13: api.user.User.CheckPhoneCode:output_type -> google.protobuf.Empty
|
|
|
|
|
+ 10, // 14: api.user.User.CheckUserPartnerIsRelationship:output_type -> api.chat.CheckUserPartnerIsRelationshipReply
|
|
|
|
|
+ 11, // 15: api.user.User.GetPartnerCircleInfo:output_type -> api.partner.PartnerCircleInfo
|
|
|
|
|
+ 8, // [8:16] is the sub-list for method output_type
|
|
|
|
|
+ 0, // [0:8] is the sub-list for method input_type
|
|
|
|
|
+ 0, // [0:0] is the sub-list for extension type_name
|
|
|
|
|
+ 0, // [0:0] is the sub-list for extension extendee
|
|
|
|
|
+ 0, // [0:0] is the sub-list for field type_name
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func init() { file_user_proto_init() }
|
|
func init() { file_user_proto_init() }
|
|
@@ -688,42 +547,6 @@ func file_user_proto_init() {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- file_user_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
- switch v := v.(*DebugLoginRequest); i {
|
|
|
|
|
- case 0:
|
|
|
|
|
- return &v.state
|
|
|
|
|
- case 1:
|
|
|
|
|
- return &v.sizeCache
|
|
|
|
|
- case 2:
|
|
|
|
|
- return &v.unknownFields
|
|
|
|
|
- default:
|
|
|
|
|
- return nil
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- file_user_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
- switch v := v.(*AuthorizationRequest); i {
|
|
|
|
|
- case 0:
|
|
|
|
|
- return &v.state
|
|
|
|
|
- case 1:
|
|
|
|
|
- return &v.sizeCache
|
|
|
|
|
- case 2:
|
|
|
|
|
- return &v.unknownFields
|
|
|
|
|
- default:
|
|
|
|
|
- return nil
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- file_user_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
- switch v := v.(*TokenReply); i {
|
|
|
|
|
- case 0:
|
|
|
|
|
- return &v.state
|
|
|
|
|
- case 1:
|
|
|
|
|
- return &v.sizeCache
|
|
|
|
|
- case 2:
|
|
|
|
|
- return &v.unknownFields
|
|
|
|
|
- default:
|
|
|
|
|
- return nil
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
type x struct{}
|
|
type x struct{}
|
|
|
out := protoimpl.TypeBuilder{
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -731,7 +554,7 @@ func file_user_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_user_proto_rawDesc,
|
|
RawDescriptor: file_user_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
|
- NumMessages: 8,
|
|
|
|
|
|
|
+ NumMessages: 5,
|
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
|
},
|
|
},
|