// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 // protoc v3.17.1 // source: cmd0x3f6.proto package cmd0x3f6 import ( reflect "reflect" sync "sync" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type C3F6ReqBody struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SubCmd *uint32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"` CrmCommonHead *C3F6CRMMsgHead `protobuf:"bytes,2,opt,name=crmCommonHead" json:"crmCommonHead,omitempty"` SubcmdLoginProcessCompleteReqBody *QDUserLoginProcessCompleteReqBody `protobuf:"bytes,42,opt,name=subcmdLoginProcessCompleteReqBody" json:"subcmdLoginProcessCompleteReqBody,omitempty"` } func (x *C3F6ReqBody) Reset() { *x = C3F6ReqBody{} if protoimpl.UnsafeEnabled { mi := &file_cmd0x3f6_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *C3F6ReqBody) String() string { return protoimpl.X.MessageStringOf(x) } func (*C3F6ReqBody) ProtoMessage() {} func (x *C3F6ReqBody) ProtoReflect() protoreflect.Message { mi := &file_cmd0x3f6_proto_msgTypes[0] 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 C3F6ReqBody.ProtoReflect.Descriptor instead. func (*C3F6ReqBody) Descriptor() ([]byte, []int) { return file_cmd0x3f6_proto_rawDescGZIP(), []int{0} } func (x *C3F6ReqBody) GetSubCmd() uint32 { if x != nil && x.SubCmd != nil { return *x.SubCmd } return 0 } func (x *C3F6ReqBody) GetCrmCommonHead() *C3F6CRMMsgHead { if x != nil { return x.CrmCommonHead } return nil } func (x *C3F6ReqBody) GetSubcmdLoginProcessCompleteReqBody() *QDUserLoginProcessCompleteReqBody { if x != nil { return x.SubcmdLoginProcessCompleteReqBody } return nil } type C3F6RspBody struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SubCmd *uint32 `protobuf:"varint,1,opt,name=subCmd" json:"subCmd,omitempty"` CrmCommonHead *C3F6CRMMsgHead `protobuf:"bytes,2,opt,name=crmCommonHead" json:"crmCommonHead,omitempty"` SubcmdLoginProcessCompleteRspBody *QDUserLoginProcessCompleteRspBody `protobuf:"bytes,42,opt,name=subcmdLoginProcessCompleteRspBody" json:"subcmdLoginProcessCompleteRspBody,omitempty"` } func (x *C3F6RspBody) Reset() { *x = C3F6RspBody{} if protoimpl.UnsafeEnabled { mi := &file_cmd0x3f6_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *C3F6RspBody) String() string { return protoimpl.X.MessageStringOf(x) } func (*C3F6RspBody) ProtoMessage() {} func (x *C3F6RspBody) ProtoReflect() protoreflect.Message { mi := &file_cmd0x3f6_proto_msgTypes[1] 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 C3F6RspBody.ProtoReflect.Descriptor instead. func (*C3F6RspBody) Descriptor() ([]byte, []int) { return file_cmd0x3f6_proto_rawDescGZIP(), []int{1} } func (x *C3F6RspBody) GetSubCmd() uint32 { if x != nil && x.SubCmd != nil { return *x.SubCmd } return 0 } func (x *C3F6RspBody) GetCrmCommonHead() *C3F6CRMMsgHead { if x != nil { return x.CrmCommonHead } return nil } func (x *C3F6RspBody) GetSubcmdLoginProcessCompleteRspBody() *QDUserLoginProcessCompleteRspBody { if x != nil { return x.SubcmdLoginProcessCompleteRspBody } return nil } type QDUserLoginProcessCompleteReqBody struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Kfext *uint64 `protobuf:"varint,1,opt,name=kfext" json:"kfext,omitempty"` Pubno *uint32 `protobuf:"varint,2,opt,name=pubno" json:"pubno,omitempty"` Buildno *uint32 `protobuf:"varint,3,opt,name=buildno" json:"buildno,omitempty"` TerminalType *uint32 `protobuf:"varint,4,opt,name=terminalType" json:"terminalType,omitempty"` Status *uint32 `protobuf:"varint,5,opt,name=status" json:"status,omitempty"` LoginTime *uint32 `protobuf:"varint,6,opt,name=loginTime" json:"loginTime,omitempty"` HardwareInfo *string `protobuf:"bytes,7,opt,name=hardwareInfo" json:"hardwareInfo,omitempty"` SoftwareInfo *string `protobuf:"bytes,8,opt,name=softwareInfo" json:"softwareInfo,omitempty"` Guid []byte `protobuf:"bytes,9,opt,name=guid" json:"guid,omitempty"` AppName *string `protobuf:"bytes,10,opt,name=appName" json:"appName,omitempty"` SubAppId *uint32 `protobuf:"varint,11,opt,name=subAppId" json:"subAppId,omitempty"` } func (x *QDUserLoginProcessCompleteReqBody) Reset() { *x = QDUserLoginProcessCompleteReqBody{} if protoimpl.UnsafeEnabled { mi := &file_cmd0x3f6_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QDUserLoginProcessCompleteReqBody) String() string { return protoimpl.X.MessageStringOf(x) } func (*QDUserLoginProcessCompleteReqBody) ProtoMessage() {} func (x *QDUserLoginProcessCompleteReqBody) ProtoReflect() protoreflect.Message { mi := &file_cmd0x3f6_proto_msgTypes[2] 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 QDUserLoginProcessCompleteReqBody.ProtoReflect.Descriptor instead. func (*QDUserLoginProcessCompleteReqBody) Descriptor() ([]byte, []int) { return file_cmd0x3f6_proto_rawDescGZIP(), []int{2} } func (x *QDUserLoginProcessCompleteReqBody) GetKfext() uint64 { if x != nil && x.Kfext != nil { return *x.Kfext } return 0 } func (x *QDUserLoginProcessCompleteReqBody) GetPubno() uint32 { if x != nil && x.Pubno != nil { return *x.Pubno } return 0 } func (x *QDUserLoginProcessCompleteReqBody) GetBuildno() uint32 { if x != nil && x.Buildno != nil { return *x.Buildno } return 0 } func (x *QDUserLoginProcessCompleteReqBody) GetTerminalType() uint32 { if x != nil && x.TerminalType != nil { return *x.TerminalType } return 0 } func (x *QDUserLoginProcessCompleteReqBody) GetStatus() uint32 { if x != nil && x.Status != nil { return *x.Status } return 0 } func (x *QDUserLoginProcessCompleteReqBody) GetLoginTime() uint32 { if x != nil && x.LoginTime != nil { return *x.LoginTime } return 0 } func (x *QDUserLoginProcessCompleteReqBody) GetHardwareInfo() string { if x != nil && x.HardwareInfo != nil { return *x.HardwareInfo } return "" } func (x *QDUserLoginProcessCompleteReqBody) GetSoftwareInfo() string { if x != nil && x.SoftwareInfo != nil { return *x.SoftwareInfo } return "" } func (x *QDUserLoginProcessCompleteReqBody) GetGuid() []byte { if x != nil { return x.Guid } return nil } func (x *QDUserLoginProcessCompleteReqBody) GetAppName() string { if x != nil && x.AppName != nil { return *x.AppName } return "" } func (x *QDUserLoginProcessCompleteReqBody) GetSubAppId() uint32 { if x != nil && x.SubAppId != nil { return *x.SubAppId } return 0 } type QDUserLoginProcessCompleteRspBody struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ret *RetInfo `protobuf:"bytes,1,opt,name=ret" json:"ret,omitempty"` Url *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"` Mobile *string `protobuf:"bytes,3,opt,name=mobile" json:"mobile,omitempty"` ExternalMobile *string `protobuf:"bytes,4,opt,name=externalMobile" json:"externalMobile,omitempty"` DataAnalysisPriv *bool `protobuf:"varint,5,opt,name=dataAnalysisPriv" json:"dataAnalysisPriv,omitempty"` DeviceLock *bool `protobuf:"varint,6,opt,name=deviceLock" json:"deviceLock,omitempty"` ModulePrivilege *uint64 `protobuf:"varint,7,opt,name=modulePrivilege" json:"modulePrivilege,omitempty"` ModuleSubPrivilege []uint32 `protobuf:"varint,8,rep,name=moduleSubPrivilege" json:"moduleSubPrivilege,omitempty"` MasterSet *uint32 `protobuf:"varint,9,opt,name=masterSet" json:"masterSet,omitempty"` ExtSet *uint32 `protobuf:"varint,10,opt,name=extSet" json:"extSet,omitempty"` CorpConfProperty *uint64 `protobuf:"varint,11,opt,name=corpConfProperty" json:"corpConfProperty,omitempty"` Corpuin *uint64 `protobuf:"varint,12,opt,name=corpuin" json:"corpuin,omitempty"` Kfaccount *uint64 `protobuf:"varint,13,opt,name=kfaccount" json:"kfaccount,omitempty"` SecurityLevel *uint32 `protobuf:"varint,14,opt,name=securityLevel" json:"securityLevel,omitempty"` MsgTitle *string `protobuf:"bytes,15,opt,name=msgTitle" json:"msgTitle,omitempty"` SuccNoticeMsg *string `protobuf:"bytes,16,opt,name=succNoticeMsg" json:"succNoticeMsg,omitempty"` NameAccount *uint64 `protobuf:"varint,17,opt,name=nameAccount" json:"nameAccount,omitempty"` CrmMigrateFlag *uint32 `protobuf:"varint,18,opt,name=crmMigrateFlag" json:"crmMigrateFlag,omitempty"` ExtuinName *string `protobuf:"bytes,19,opt,name=extuinName" json:"extuinName,omitempty"` OpenAccountTime *uint32 `protobuf:"varint,20,opt,name=openAccountTime" json:"openAccountTime,omitempty"` } func (x *QDUserLoginProcessCompleteRspBody) Reset() { *x = QDUserLoginProcessCompleteRspBody{} if protoimpl.UnsafeEnabled { mi := &file_cmd0x3f6_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QDUserLoginProcessCompleteRspBody) String() string { return protoimpl.X.MessageStringOf(x) } func (*QDUserLoginProcessCompleteRspBody) ProtoMessage() {} func (x *QDUserLoginProcessCompleteRspBody) ProtoReflect() protoreflect.Message { mi := &file_cmd0x3f6_proto_msgTypes[3] 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 QDUserLoginProcessCompleteRspBody.ProtoReflect.Descriptor instead. func (*QDUserLoginProcessCompleteRspBody) Descriptor() ([]byte, []int) { return file_cmd0x3f6_proto_rawDescGZIP(), []int{3} } func (x *QDUserLoginProcessCompleteRspBody) GetRet() *RetInfo { if x != nil { return x.Ret } return nil } func (x *QDUserLoginProcessCompleteRspBody) GetUrl() string { if x != nil && x.Url != nil { return *x.Url } return "" } func (x *QDUserLoginProcessCompleteRspBody) GetMobile() string { if x != nil && x.Mobile != nil { return *x.Mobile } return "" } func (x *QDUserLoginProcessCompleteRspBody) GetExternalMobile() string { if x != nil && x.ExternalMobile != nil { return *x.ExternalMobile } return "" } func (x *QDUserLoginProcessCompleteRspBody) GetDataAnalysisPriv() bool { if x != nil && x.DataAnalysisPriv != nil { return *x.DataAnalysisPriv } return false } func (x *QDUserLoginProcessCompleteRspBody) GetDeviceLock() bool { if x != nil && x.DeviceLock != nil { return *x.DeviceLock } return false } func (x *QDUserLoginProcessCompleteRspBody) GetModulePrivilege() uint64 { if x != nil && x.ModulePrivilege != nil { return *x.ModulePrivilege } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetModuleSubPrivilege() []uint32 { if x != nil { return x.ModuleSubPrivilege } return nil } func (x *QDUserLoginProcessCompleteRspBody) GetMasterSet() uint32 { if x != nil && x.MasterSet != nil { return *x.MasterSet } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetExtSet() uint32 { if x != nil && x.ExtSet != nil { return *x.ExtSet } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetCorpConfProperty() uint64 { if x != nil && x.CorpConfProperty != nil { return *x.CorpConfProperty } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetCorpuin() uint64 { if x != nil && x.Corpuin != nil { return *x.Corpuin } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetKfaccount() uint64 { if x != nil && x.Kfaccount != nil { return *x.Kfaccount } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetSecurityLevel() uint32 { if x != nil && x.SecurityLevel != nil { return *x.SecurityLevel } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetMsgTitle() string { if x != nil && x.MsgTitle != nil { return *x.MsgTitle } return "" } func (x *QDUserLoginProcessCompleteRspBody) GetSuccNoticeMsg() string { if x != nil && x.SuccNoticeMsg != nil { return *x.SuccNoticeMsg } return "" } func (x *QDUserLoginProcessCompleteRspBody) GetNameAccount() uint64 { if x != nil && x.NameAccount != nil { return *x.NameAccount } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetCrmMigrateFlag() uint32 { if x != nil && x.CrmMigrateFlag != nil { return *x.CrmMigrateFlag } return 0 } func (x *QDUserLoginProcessCompleteRspBody) GetExtuinName() string { if x != nil && x.ExtuinName != nil { return *x.ExtuinName } return "" } func (x *QDUserLoginProcessCompleteRspBody) GetOpenAccountTime() uint32 { if x != nil && x.OpenAccountTime != nil { return *x.OpenAccountTime } return 0 } type RetInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields RetCode *uint32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"` ErrorMsg *string `protobuf:"bytes,2,opt,name=errorMsg" json:"errorMsg,omitempty"` } func (x *RetInfo) Reset() { *x = RetInfo{} if protoimpl.UnsafeEnabled { mi := &file_cmd0x3f6_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RetInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*RetInfo) ProtoMessage() {} func (x *RetInfo) ProtoReflect() protoreflect.Message { mi := &file_cmd0x3f6_proto_msgTypes[4] 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 RetInfo.ProtoReflect.Descriptor instead. func (*RetInfo) Descriptor() ([]byte, []int) { return file_cmd0x3f6_proto_rawDescGZIP(), []int{4} } func (x *RetInfo) GetRetCode() uint32 { if x != nil && x.RetCode != nil { return *x.RetCode } return 0 } func (x *RetInfo) GetErrorMsg() string { if x != nil && x.ErrorMsg != nil { return *x.ErrorMsg } return "" } type C3F6CRMMsgHead struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields CrmSubCmd *uint32 `protobuf:"varint,1,opt,name=crmSubCmd" json:"crmSubCmd,omitempty"` HeadLen *uint32 `protobuf:"varint,2,opt,name=headLen" json:"headLen,omitempty"` VerNo *uint32 `protobuf:"varint,3,opt,name=verNo" json:"verNo,omitempty"` KfUin *uint64 `protobuf:"varint,4,opt,name=kfUin" json:"kfUin,omitempty"` Seq *uint32 `protobuf:"varint,5,opt,name=seq" json:"seq,omitempty"` PackNum *uint32 `protobuf:"varint,6,opt,name=packNum" json:"packNum,omitempty"` CurPack *uint32 `protobuf:"varint,7,opt,name=curPack" json:"curPack,omitempty"` BufSig *string `protobuf:"bytes,8,opt,name=bufSig" json:"bufSig,omitempty"` Clienttype *uint32 `protobuf:"varint,9,opt,name=clienttype" json:"clienttype,omitempty"` LaborUin *uint64 `protobuf:"varint,10,opt,name=laborUin" json:"laborUin,omitempty"` LaborName *string `protobuf:"bytes,11,opt,name=laborName" json:"laborName,omitempty"` Kfaccount *uint64 `protobuf:"varint,12,opt,name=kfaccount" json:"kfaccount,omitempty"` TraceId *string `protobuf:"bytes,13,opt,name=traceId" json:"traceId,omitempty"` AppId *uint32 `protobuf:"varint,14,opt,name=appId" json:"appId,omitempty"` } func (x *C3F6CRMMsgHead) Reset() { *x = C3F6CRMMsgHead{} if protoimpl.UnsafeEnabled { mi := &file_cmd0x3f6_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *C3F6CRMMsgHead) String() string { return protoimpl.X.MessageStringOf(x) } func (*C3F6CRMMsgHead) ProtoMessage() {} func (x *C3F6CRMMsgHead) ProtoReflect() protoreflect.Message { mi := &file_cmd0x3f6_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 C3F6CRMMsgHead.ProtoReflect.Descriptor instead. func (*C3F6CRMMsgHead) Descriptor() ([]byte, []int) { return file_cmd0x3f6_proto_rawDescGZIP(), []int{5} } func (x *C3F6CRMMsgHead) GetCrmSubCmd() uint32 { if x != nil && x.CrmSubCmd != nil { return *x.CrmSubCmd } return 0 } func (x *C3F6CRMMsgHead) GetHeadLen() uint32 { if x != nil && x.HeadLen != nil { return *x.HeadLen } return 0 } func (x *C3F6CRMMsgHead) GetVerNo() uint32 { if x != nil && x.VerNo != nil { return *x.VerNo } return 0 } func (x *C3F6CRMMsgHead) GetKfUin() uint64 { if x != nil && x.KfUin != nil { return *x.KfUin } return 0 } func (x *C3F6CRMMsgHead) GetSeq() uint32 { if x != nil && x.Seq != nil { return *x.Seq } return 0 } func (x *C3F6CRMMsgHead) GetPackNum() uint32 { if x != nil && x.PackNum != nil { return *x.PackNum } return 0 } func (x *C3F6CRMMsgHead) GetCurPack() uint32 { if x != nil && x.CurPack != nil { return *x.CurPack } return 0 } func (x *C3F6CRMMsgHead) GetBufSig() string { if x != nil && x.BufSig != nil { return *x.BufSig } return "" } func (x *C3F6CRMMsgHead) GetClienttype() uint32 { if x != nil && x.Clienttype != nil { return *x.Clienttype } return 0 } func (x *C3F6CRMMsgHead) GetLaborUin() uint64 { if x != nil && x.LaborUin != nil { return *x.LaborUin } return 0 } func (x *C3F6CRMMsgHead) GetLaborName() string { if x != nil && x.LaborName != nil { return *x.LaborName } return "" } func (x *C3F6CRMMsgHead) GetKfaccount() uint64 { if x != nil && x.Kfaccount != nil { return *x.Kfaccount } return 0 } func (x *C3F6CRMMsgHead) GetTraceId() string { if x != nil && x.TraceId != nil { return *x.TraceId } return "" } func (x *C3F6CRMMsgHead) GetAppId() uint32 { if x != nil && x.AppId != nil { return *x.AppId } return 0 } var File_cmd0x3f6_proto protoreflect.FileDescriptor var file_cmd0x3f6_proto_rawDesc = []byte{ 0x0a, 0x0e, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, 0x66, 0x36, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xce, 0x01, 0x0a, 0x0b, 0x43, 0x33, 0x46, 0x36, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x35, 0x0a, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x33, 0x46, 0x36, 0x43, 0x52, 0x4d, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x12, 0x70, 0x0a, 0x21, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x51, 0x44, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x21, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x22, 0xce, 0x01, 0x0a, 0x0b, 0x43, 0x33, 0x46, 0x36, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x35, 0x0a, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x33, 0x46, 0x36, 0x43, 0x52, 0x4d, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0d, 0x63, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x48, 0x65, 0x61, 0x64, 0x12, 0x70, 0x0a, 0x21, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x51, 0x44, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x21, 0x73, 0x75, 0x62, 0x63, 0x6d, 0x64, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x22, 0xd5, 0x02, 0x0a, 0x21, 0x51, 0x44, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6b, 0x66, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x6b, 0x66, 0x65, 0x78, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x75, 0x62, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x70, 0x75, 0x62, 0x6e, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x6e, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x6e, 0x6f, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x67, 0x75, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x67, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x75, 0x62, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x75, 0x62, 0x41, 0x70, 0x70, 0x49, 0x64, 0x22, 0xcd, 0x05, 0x0a, 0x21, 0x51, 0x44, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x03, 0x72, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x52, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x03, 0x72, 0x65, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x64, 0x61, 0x74, 0x61, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x50, 0x72, 0x69, 0x76, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x64, 0x61, 0x74, 0x61, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x50, 0x72, 0x69, 0x76, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x75, 0x62, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x12, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x53, 0x75, 0x62, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x53, 0x65, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x53, 0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x78, 0x74, 0x53, 0x65, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x65, 0x78, 0x74, 0x53, 0x65, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6f, 0x72, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x63, 0x6f, 0x72, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x72, 0x70, 0x75, 0x69, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x6f, 0x72, 0x70, 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6b, 0x66, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x6b, 0x66, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x75, 0x63, 0x63, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x4d, 0x73, 0x67, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x75, 0x63, 0x63, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x72, 0x6d, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x63, 0x72, 0x6d, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x74, 0x75, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x74, 0x75, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x3f, 0x0a, 0x07, 0x52, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0xfa, 0x02, 0x0a, 0x0e, 0x43, 0x33, 0x46, 0x36, 0x43, 0x52, 0x4d, 0x4d, 0x73, 0x67, 0x48, 0x65, 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x6d, 0x53, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x63, 0x72, 0x6d, 0x53, 0x75, 0x62, 0x43, 0x6d, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x4c, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x76, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6b, 0x66, 0x55, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x6b, 0x66, 0x55, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x50, 0x61, 0x63, 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x63, 0x75, 0x72, 0x50, 0x61, 0x63, 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x66, 0x53, 0x69, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, 0x75, 0x66, 0x53, 0x69, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x74, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x55, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6c, 0x61, 0x62, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6b, 0x66, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x6b, 0x66, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x63, 0x6d, 0x64, 0x30, 0x78, 0x33, 0x66, 0x36, } var ( file_cmd0x3f6_proto_rawDescOnce sync.Once file_cmd0x3f6_proto_rawDescData = file_cmd0x3f6_proto_rawDesc ) func file_cmd0x3f6_proto_rawDescGZIP() []byte { file_cmd0x3f6_proto_rawDescOnce.Do(func() { file_cmd0x3f6_proto_rawDescData = protoimpl.X.CompressGZIP(file_cmd0x3f6_proto_rawDescData) }) return file_cmd0x3f6_proto_rawDescData } var file_cmd0x3f6_proto_msgTypes = make([]protoimpl.MessageInfo, 6) var file_cmd0x3f6_proto_goTypes = []interface{}{ (*C3F6ReqBody)(nil), // 0: C3F6ReqBody (*C3F6RspBody)(nil), // 1: C3F6RspBody (*QDUserLoginProcessCompleteReqBody)(nil), // 2: QDUserLoginProcessCompleteReqBody (*QDUserLoginProcessCompleteRspBody)(nil), // 3: QDUserLoginProcessCompleteRspBody (*RetInfo)(nil), // 4: RetInfo (*C3F6CRMMsgHead)(nil), // 5: C3F6CRMMsgHead } var file_cmd0x3f6_proto_depIdxs = []int32{ 5, // 0: C3F6ReqBody.crmCommonHead:type_name -> C3F6CRMMsgHead 2, // 1: C3F6ReqBody.subcmdLoginProcessCompleteReqBody:type_name -> QDUserLoginProcessCompleteReqBody 5, // 2: C3F6RspBody.crmCommonHead:type_name -> C3F6CRMMsgHead 3, // 3: C3F6RspBody.subcmdLoginProcessCompleteRspBody:type_name -> QDUserLoginProcessCompleteRspBody 4, // 4: QDUserLoginProcessCompleteRspBody.ret:type_name -> RetInfo 5, // [5:5] is the sub-list for method output_type 5, // [5:5] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name } func init() { file_cmd0x3f6_proto_init() } func file_cmd0x3f6_proto_init() { if File_cmd0x3f6_proto != nil { return } if !protoimpl.UnsafeEnabled { file_cmd0x3f6_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*C3F6ReqBody); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_cmd0x3f6_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*C3F6RspBody); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_cmd0x3f6_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QDUserLoginProcessCompleteReqBody); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_cmd0x3f6_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QDUserLoginProcessCompleteRspBody); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_cmd0x3f6_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RetInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_cmd0x3f6_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*C3F6CRMMsgHead); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_cmd0x3f6_proto_rawDesc, NumEnums: 0, NumMessages: 6, NumExtensions: 0, NumServices: 0, }, GoTypes: file_cmd0x3f6_proto_goTypes, DependencyIndexes: file_cmd0x3f6_proto_depIdxs, MessageInfos: file_cmd0x3f6_proto_msgTypes, }.Build() File_cmd0x3f6_proto = out.File file_cmd0x3f6_proto_rawDesc = nil file_cmd0x3f6_proto_goTypes = nil file_cmd0x3f6_proto_depIdxs = nil }