141 lines
5.8 KiB
Go
141 lines
5.8 KiB
Go
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
|
// source: extdevicelogin971.proto
|
||
|
|
|
||
|
|
package wechat
|
||
|
|
|
||
|
|
import (
|
||
|
|
fmt "fmt"
|
||
|
|
math "math"
|
||
|
|
|
||
|
|
proto "github.com/golang/protobuf/proto"
|
||
|
|
)
|
||
|
|
|
||
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
||
|
|
var _ = proto.Marshal
|
||
|
|
var _ = fmt.Errorf
|
||
|
|
var _ = math.Inf
|
||
|
|
|
||
|
|
// This is a compile-time assertion to ensure that this generated file
|
||
|
|
// is compatible with the proto package it is being compiled against.
|
||
|
|
// A compilation error at this line likely means your copy of the
|
||
|
|
// proto package needs to be updated.
|
||
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
||
|
|
|
||
|
|
// CGI 971 - extdeviceloginconfirmget
|
||
|
|
type ExtDeviceLoginConfirmGetRequest struct {
|
||
|
|
LoginUrl *string `protobuf:"bytes,1,opt,name=loginUrl" json:"loginUrl,omitempty"`
|
||
|
|
DeviceName *string `protobuf:"bytes,2,opt,name=deviceName" json:"deviceName,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ExtDeviceLoginConfirmGetRequest) Reset() { *m = ExtDeviceLoginConfirmGetRequest{} }
|
||
|
|
func (m *ExtDeviceLoginConfirmGetRequest) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*ExtDeviceLoginConfirmGetRequest) ProtoMessage() {}
|
||
|
|
func (*ExtDeviceLoginConfirmGetRequest) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_a32c85ea6f1ec49d, []int{0}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ExtDeviceLoginConfirmGetRequest) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_ExtDeviceLoginConfirmGetRequest.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *ExtDeviceLoginConfirmGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_ExtDeviceLoginConfirmGetRequest.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *ExtDeviceLoginConfirmGetRequest) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_ExtDeviceLoginConfirmGetRequest.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *ExtDeviceLoginConfirmGetRequest) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_ExtDeviceLoginConfirmGetRequest.Size(m)
|
||
|
|
}
|
||
|
|
func (m *ExtDeviceLoginConfirmGetRequest) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_ExtDeviceLoginConfirmGetRequest.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_ExtDeviceLoginConfirmGetRequest proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *ExtDeviceLoginConfirmGetRequest) GetLoginUrl() string {
|
||
|
|
if m != nil && m.LoginUrl != nil {
|
||
|
|
return *m.LoginUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
// func (m *ExtDeviceLoginConfirmGetRequest) GetDeviceName() string {
|
||
|
|
// if m != nil && m.DeviceName != nil {
|
||
|
|
// return *m.DeviceName
|
||
|
|
// }
|
||
|
|
// return ""
|
||
|
|
// }
|
||
|
|
|
||
|
|
type ExtDeviceLoginConfirmGetResponse struct {
|
||
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=BaseResponse" json:"BaseResponse,omitempty"`
|
||
|
|
ConfirmData []byte `protobuf:"bytes,2,opt,name=ConfirmData" json:"ConfirmData,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) Reset() { *m = ExtDeviceLoginConfirmGetResponse{} }
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*ExtDeviceLoginConfirmGetResponse) ProtoMessage() {}
|
||
|
|
func (*ExtDeviceLoginConfirmGetResponse) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_a32c85ea6f1ec49d, []int{1}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_ExtDeviceLoginConfirmGetResponse.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_ExtDeviceLoginConfirmGetResponse.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_ExtDeviceLoginConfirmGetResponse.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_ExtDeviceLoginConfirmGetResponse.Size(m)
|
||
|
|
}
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_ExtDeviceLoginConfirmGetResponse.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_ExtDeviceLoginConfirmGetResponse proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) GetBaseResponse() *BaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ExtDeviceLoginConfirmGetResponse) GetConfirmData() []byte {
|
||
|
|
if m != nil {
|
||
|
|
return m.ConfirmData
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
proto.RegisterType((*ExtDeviceLoginConfirmGetRequest)(nil), "wechat_proto.ExtDeviceLoginConfirmGetRequest")
|
||
|
|
proto.RegisterType((*ExtDeviceLoginConfirmGetResponse)(nil), "wechat_proto.ExtDeviceLoginConfirmGetResponse")
|
||
|
|
}
|
||
|
|
|
||
|
|
func init() { proto.RegisterFile("extdevicelogin971.proto", fileDescriptor_a32c85ea6f1ec49d) }
|
||
|
|
|
||
|
|
var fileDescriptor_a32c85ea6f1ec49d = []byte{
|
||
|
|
// 181 bytes of a gzipped FileDescriptorProto
|
||
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4f, 0xad, 0x28, 0x49,
|
||
|
|
0x49, 0x2d, 0xcb, 0x4c, 0x4e, 0xcd, 0xc9, 0x4f, 0xcf, 0xcc, 0xb3, 0x34, 0x37, 0xd4, 0x2b, 0x28,
|
||
|
|
0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x29, 0x4f, 0x4d, 0xce, 0x48, 0x2c, 0x89, 0x07, 0xf3, 0xa4, 0xa0,
|
||
|
|
0x3c, 0x88, 0x9c, 0x92, 0x2d, 0x97, 0xbc, 0x6b, 0x45, 0x89, 0x0b, 0x58, 0x9b, 0x0f, 0x48, 0x9b,
|
||
|
|
0x73, 0x7e, 0x5e, 0x5a, 0x66, 0x51, 0xae, 0x7b, 0x6a, 0x49, 0x50, 0x6a, 0x61, 0x69, 0x6a, 0x71,
|
||
|
|
0x89, 0x10, 0x0f, 0x17, 0xa3, 0x8b, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0xa3, 0x0b, 0x88,
|
||
|
|
0xe7, 0x26, 0xc1, 0xa4, 0xc0, 0xa8, 0xc1, 0x13, 0xc4, 0xe8, 0xa6, 0xd4, 0xc2, 0xc8, 0xa5, 0x80,
|
||
|
|
0x5b, 0x7f, 0x71, 0x41, 0x7e, 0x5e, 0x71, 0xaa, 0x90, 0x1d, 0x17, 0x8f, 0x53, 0x62, 0x71, 0x2a,
|
||
|
|
0x8c, 0x0f, 0x36, 0x8b, 0xdb, 0x48, 0x4a, 0x0f, 0xd9, 0x59, 0x7a, 0xc8, 0x2a, 0x82, 0x50, 0xd4,
|
||
|
|
0x0b, 0x29, 0x70, 0x71, 0x43, 0x4d, 0x75, 0x49, 0x2c, 0x49, 0x84, 0x5a, 0x8e, 0x2c, 0xe4, 0xc4,
|
||
|
|
0x1d, 0xc5, 0xa9, 0xa7, 0xa7, 0x0f, 0x31, 0x0f, 0x10, 0x00, 0x00, 0xff, 0xff, 0xc1, 0xaa, 0x58,
|
||
|
|
0xf9, 0x08, 0x01, 0x00, 0x00,
|
||
|
|
}
|