Files
wechat_ipad_pro/protobuf/wechat/extdevicelogin.pb.go
T

174 lines
7.2 KiB
Go
Raw Normal View History

2026-02-17 13:06:23 +08:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: extdevicelogin.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
// 外部设备登录确认OK请求 (CGI ID: 972)
// 对应 protobuf 类: fs4.mj0
type ExtDeviceLoginConfirmOkRequest struct {
D *string `protobuf:"bytes,1,opt,name=D" json:"D,omitempty"` // 登录URL (字段1)
E *string `protobuf:"bytes,2,opt,name=E" json:"E,omitempty"` // 设备ID (字段2)
H *int32 `protobuf:"varint,4,opt,name=H" json:"H,omitempty"` // 标志 (字段4)
J *int32 `protobuf:"varint,5,opt,name=J" json:"J,omitempty"` // 标志 (字段5)
M *int32 `protobuf:"varint,7,opt,name=M" json:"M,omitempty"` // 标志 (字段7)
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ExtDeviceLoginConfirmOkRequest) Reset() { *m = ExtDeviceLoginConfirmOkRequest{} }
func (m *ExtDeviceLoginConfirmOkRequest) String() string { return proto.CompactTextString(m) }
func (*ExtDeviceLoginConfirmOkRequest) ProtoMessage() {}
func (*ExtDeviceLoginConfirmOkRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a5edf2794b81fdaa, []int{0}
}
func (m *ExtDeviceLoginConfirmOkRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ExtDeviceLoginConfirmOkRequest.Unmarshal(m, b)
}
func (m *ExtDeviceLoginConfirmOkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ExtDeviceLoginConfirmOkRequest.Marshal(b, m, deterministic)
}
func (m *ExtDeviceLoginConfirmOkRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ExtDeviceLoginConfirmOkRequest.Merge(m, src)
}
func (m *ExtDeviceLoginConfirmOkRequest) XXX_Size() int {
return xxx_messageInfo_ExtDeviceLoginConfirmOkRequest.Size(m)
}
func (m *ExtDeviceLoginConfirmOkRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ExtDeviceLoginConfirmOkRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ExtDeviceLoginConfirmOkRequest proto.InternalMessageInfo
func (m *ExtDeviceLoginConfirmOkRequest) GetD() string {
if m != nil && m.D != nil {
return *m.D
}
return ""
}
func (m *ExtDeviceLoginConfirmOkRequest) GetE() string {
if m != nil && m.E != nil {
return *m.E
}
return ""
}
func (m *ExtDeviceLoginConfirmOkRequest) GetH() int32 {
if m != nil && m.H != nil {
return *m.H
}
return 0
}
// 外部设备登录确认OK响应 (CGI ID: 972)
type ExtDeviceLoginConfirmOkResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=BaseResponse" json:"BaseResponse,omitempty"`
Status *uint32 `protobuf:"varint,2,opt,name=Status" json:"Status,omitempty"`
Message *string `protobuf:"bytes,3,opt,name=Message" json:"Message,omitempty"`
ResultData []byte `protobuf:"bytes,4,opt,name=ResultData" json:"ResultData,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ExtDeviceLoginConfirmOkResponse) Reset() { *m = ExtDeviceLoginConfirmOkResponse{} }
func (m *ExtDeviceLoginConfirmOkResponse) String() string { return proto.CompactTextString(m) }
func (*ExtDeviceLoginConfirmOkResponse) ProtoMessage() {}
func (*ExtDeviceLoginConfirmOkResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a5edf2794b81fdaa, []int{1}
}
func (m *ExtDeviceLoginConfirmOkResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ExtDeviceLoginConfirmOkResponse.Unmarshal(m, b)
}
func (m *ExtDeviceLoginConfirmOkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ExtDeviceLoginConfirmOkResponse.Marshal(b, m, deterministic)
}
func (m *ExtDeviceLoginConfirmOkResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_ExtDeviceLoginConfirmOkResponse.Merge(m, src)
}
func (m *ExtDeviceLoginConfirmOkResponse) XXX_Size() int {
return xxx_messageInfo_ExtDeviceLoginConfirmOkResponse.Size(m)
}
func (m *ExtDeviceLoginConfirmOkResponse) XXX_DiscardUnknown() {
xxx_messageInfo_ExtDeviceLoginConfirmOkResponse.DiscardUnknown(m)
}
var xxx_messageInfo_ExtDeviceLoginConfirmOkResponse proto.InternalMessageInfo
func (m *ExtDeviceLoginConfirmOkResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *ExtDeviceLoginConfirmOkResponse) GetStatus() uint32 {
if m != nil && m.Status != nil {
return *m.Status
}
return 0
}
func (m *ExtDeviceLoginConfirmOkResponse) GetMessage() string {
if m != nil && m.Message != nil {
return *m.Message
}
return ""
}
func (m *ExtDeviceLoginConfirmOkResponse) GetResultData() []byte {
if m != nil {
return m.ResultData
}
return nil
}
func init() {
proto.RegisterType((*ExtDeviceLoginConfirmOkRequest)(nil), "wechat_proto.ExtDeviceLoginConfirmOkRequest")
proto.RegisterType((*ExtDeviceLoginConfirmOkResponse)(nil), "wechat_proto.ExtDeviceLoginConfirmOkResponse")
}
func init() { proto.RegisterFile("extdevicelogin.proto", fileDescriptor_a5edf2794b81fdaa) }
var fileDescriptor_a5edf2794b81fdaa = []byte{
// 266 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0xcf, 0xcf, 0x4a, 0x03, 0x31,
0x10, 0x06, 0x70, 0xc6, 0xfe, 0xb3, 0xd3, 0xf5, 0x12, 0x44, 0x62, 0x0f, 0x35, 0xf4, 0xb4, 0xa7,
0x08, 0x5e, 0x05, 0x0f, 0x75, 0xb7, 0xed, 0xc1, 0x45, 0x88, 0x37, 0x2f, 0x12, 0xea, 0x58, 0x17,
0xeb, 0xa6, 0x36, 0x59, 0xed, 0x6b, 0x89, 0x2f, 0x28, 0xd9, 0x44, 0x58, 0x41, 0x8f, 0xbf, 0xcc,
0x37, 0xc9, 0x17, 0x3c, 0xa6, 0xbd, 0x7b, 0xa4, 0xf7, 0x72, 0x45, 0x1b, 0xb3, 0x2e, 0x2b, 0xb9,
0xdd, 0x19, 0x67, 0x58, 0xf2, 0x41, 0xab, 0x67, 0xed, 0x1e, 0x1a, 0x8d, 0xa3, 0xc2, 0x6c, 0xfa,
0x09, 0x38, 0xc9, 0xf7, 0x2e, 0x6b, 0x96, 0x6e, 0xfc, 0xd2, 0xb5, 0xa9, 0x9e, 0xca, 0xdd, 0xeb,
0xed, 0x8b, 0xa2, 0xb7, 0x9a, 0xac, 0x63, 0x97, 0x38, 0x9a, 0x69, 0x4b, 0x91, 0x1c, 0x04, 0xa4,
0xa3, 0x8b, 0x53, 0xd9, 0xbe, 0x54, 0xb6, 0x02, 0xaa, 0x9d, 0x66, 0x09, 0x42, 0xc6, 0x0f, 0x04,
0xa4, 0x43, 0x05, 0x99, 0x57, 0xce, 0x3b, 0x41, 0xb9, 0xd7, 0x9c, 0x77, 0x45, 0xc7, 0x6b, 0xee,
0xb5, 0xe0, 0x3d, 0x01, 0xe9, 0xa1, 0x82, 0x85, 0xd7, 0x92, 0xf7, 0x05, 0xa4, 0x3d, 0x05, 0x4b,
0xaf, 0x82, 0x0f, 0xc2, 0xac, 0x98, 0x7e, 0x01, 0x9e, 0xfd, 0xdb, 0xd9, 0x6e, 0x4d, 0x65, 0x89,
0x5d, 0x61, 0x12, 0x6a, 0x04, 0xc7, 0xd6, 0xe3, 0xbf, 0x5a, 0x87, 0x84, 0xfa, 0x95, 0x67, 0x27,
0xd8, 0xbf, 0x73, 0xda, 0xd5, 0xb6, 0x29, 0x7f, 0xa4, 0xa2, 0x18, 0xc7, 0x41, 0x41, 0xd6, 0xea,
0x35, 0xc5, 0x7f, 0xfc, 0x90, 0x4d, 0x10, 0x15, 0xd9, 0x7a, 0xe3, 0x32, 0xed, 0x34, 0xef, 0x0a,
0x48, 0x13, 0xd5, 0x3a, 0x99, 0x8d, 0xee, 0x87, 0x52, 0x9e, 0x87, 0xf7, 0xbf, 0x03, 0x00, 0x00,
0xff, 0xff, 0x0c, 0xa7, 0x02, 0x81, 0xa9, 0x01, 0x00, 0x00,
}