Files
2026-02-17 13:06:23 +08:00

225 lines
8.5 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: wx.proto
package wechat
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// 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
type CheckCanSetAliasReq struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=BaseRequest" json:"BaseRequest,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CheckCanSetAliasReq) Reset() { *m = CheckCanSetAliasReq{} }
func (m *CheckCanSetAliasReq) String() string { return proto.CompactTextString(m) }
func (*CheckCanSetAliasReq) ProtoMessage() {}
func (*CheckCanSetAliasReq) Descriptor() ([]byte, []int) {
return fileDescriptor_6c1d0c4837678df8, []int{0}
}
func (m *CheckCanSetAliasReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CheckCanSetAliasReq.Unmarshal(m, b)
}
func (m *CheckCanSetAliasReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CheckCanSetAliasReq.Marshal(b, m, deterministic)
}
func (m *CheckCanSetAliasReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_CheckCanSetAliasReq.Merge(m, src)
}
func (m *CheckCanSetAliasReq) XXX_Size() int {
return xxx_messageInfo_CheckCanSetAliasReq.Size(m)
}
func (m *CheckCanSetAliasReq) XXX_DiscardUnknown() {
xxx_messageInfo_CheckCanSetAliasReq.DiscardUnknown(m)
}
var xxx_messageInfo_CheckCanSetAliasReq proto.InternalMessageInfo
func (m *CheckCanSetAliasReq) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
type CheckCanSetAliasResp struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=BaseResponse" json:"BaseResponse,omitempty"`
Results []*CheckCanSetAliasResult `protobuf:"bytes,2,rep,name=results" json:"results,omitempty"`
Ticket *string `protobuf:"bytes,3,opt,name=ticket" json:"ticket,omitempty"`
VerifyType *uint32 `protobuf:"varint,4,opt,name=verifyType" json:"verifyType,omitempty"`
VerifyUrl *string `protobuf:"bytes,5,opt,name=verifyUrl" json:"verifyUrl,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CheckCanSetAliasResp) Reset() { *m = CheckCanSetAliasResp{} }
func (m *CheckCanSetAliasResp) String() string { return proto.CompactTextString(m) }
func (*CheckCanSetAliasResp) ProtoMessage() {}
func (*CheckCanSetAliasResp) Descriptor() ([]byte, []int) {
return fileDescriptor_6c1d0c4837678df8, []int{1}
}
func (m *CheckCanSetAliasResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CheckCanSetAliasResp.Unmarshal(m, b)
}
func (m *CheckCanSetAliasResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CheckCanSetAliasResp.Marshal(b, m, deterministic)
}
func (m *CheckCanSetAliasResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_CheckCanSetAliasResp.Merge(m, src)
}
func (m *CheckCanSetAliasResp) XXX_Size() int {
return xxx_messageInfo_CheckCanSetAliasResp.Size(m)
}
func (m *CheckCanSetAliasResp) XXX_DiscardUnknown() {
xxx_messageInfo_CheckCanSetAliasResp.DiscardUnknown(m)
}
var xxx_messageInfo_CheckCanSetAliasResp proto.InternalMessageInfo
func (m *CheckCanSetAliasResp) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *CheckCanSetAliasResp) GetResults() []*CheckCanSetAliasResult {
if m != nil {
return m.Results
}
return nil
}
func (m *CheckCanSetAliasResp) GetTicket() string {
if m != nil && m.Ticket != nil {
return *m.Ticket
}
return ""
}
func (m *CheckCanSetAliasResp) GetVerifyType() uint32 {
if m != nil && m.VerifyType != nil {
return *m.VerifyType
}
return 0
}
func (m *CheckCanSetAliasResp) GetVerifyUrl() string {
if m != nil && m.VerifyUrl != nil {
return *m.VerifyUrl
}
return ""
}
type CheckCanSetAliasResult struct {
Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
Desc *string `protobuf:"bytes,2,opt,name=desc" json:"desc,omitempty"`
Result *string `protobuf:"bytes,3,opt,name=result" json:"result,omitempty"`
IsPass *bool `protobuf:"varint,4,opt,name=isPass" json:"isPass,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CheckCanSetAliasResult) Reset() { *m = CheckCanSetAliasResult{} }
func (m *CheckCanSetAliasResult) String() string { return proto.CompactTextString(m) }
func (*CheckCanSetAliasResult) ProtoMessage() {}
func (*CheckCanSetAliasResult) Descriptor() ([]byte, []int) {
return fileDescriptor_6c1d0c4837678df8, []int{2}
}
func (m *CheckCanSetAliasResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CheckCanSetAliasResult.Unmarshal(m, b)
}
func (m *CheckCanSetAliasResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CheckCanSetAliasResult.Marshal(b, m, deterministic)
}
func (m *CheckCanSetAliasResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_CheckCanSetAliasResult.Merge(m, src)
}
func (m *CheckCanSetAliasResult) XXX_Size() int {
return xxx_messageInfo_CheckCanSetAliasResult.Size(m)
}
func (m *CheckCanSetAliasResult) XXX_DiscardUnknown() {
xxx_messageInfo_CheckCanSetAliasResult.DiscardUnknown(m)
}
var xxx_messageInfo_CheckCanSetAliasResult proto.InternalMessageInfo
func (m *CheckCanSetAliasResult) GetTitle() string {
if m != nil && m.Title != nil {
return *m.Title
}
return ""
}
func (m *CheckCanSetAliasResult) GetDesc() string {
if m != nil && m.Desc != nil {
return *m.Desc
}
return ""
}
func (m *CheckCanSetAliasResult) GetResult() string {
if m != nil && m.Result != nil {
return *m.Result
}
return ""
}
func (m *CheckCanSetAliasResult) GetIsPass() bool {
if m != nil && m.IsPass != nil {
return *m.IsPass
}
return false
}
func init() {
proto.RegisterType((*CheckCanSetAliasReq)(nil), "wechat_proto.CheckCanSetAliasReq")
proto.RegisterType((*CheckCanSetAliasResp)(nil), "wechat_proto.CheckCanSetAliasResp")
proto.RegisterType((*CheckCanSetAliasResult)(nil), "wechat_proto.CheckCanSetAliasResult")
}
func init() { proto.RegisterFile("wx.proto", fileDescriptor_6c1d0c4837678df8) }
var fileDescriptor_6c1d0c4837678df8 = []byte{
// 277 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x8f, 0xcf, 0x4a, 0xf3, 0x50,
0x10, 0xc5, 0x49, 0xff, 0x7c, 0x5f, 0x33, 0xa9, 0x9b, 0xb1, 0x94, 0x6b, 0x11, 0x09, 0xc1, 0x45,
0x56, 0x11, 0xba, 0x15, 0x0a, 0xb6, 0x2f, 0x20, 0xa3, 0x6e, 0xdc, 0x48, 0x88, 0x23, 0x0d, 0x0d,
0x4d, 0x9a, 0x99, 0x58, 0xfb, 0xce, 0x3e, 0x84, 0x34, 0x37, 0xc5, 0x14, 0xb3, 0xbb, 0xbf, 0x73,
0xcf, 0x9c, 0x39, 0x03, 0xa3, 0xfd, 0x57, 0x54, 0x94, 0xb9, 0xe6, 0x38, 0xde, 0x73, 0xb2, 0x8e,
0xf5, 0xad, 0xa6, 0x59, 0x43, 0xf6, 0x2f, 0x20, 0xb8, 0x5c, 0xad, 0x39, 0xd9, 0xac, 0xe2, 0xed,
0x13, 0xeb, 0x43, 0x96, 0xc6, 0x42, 0xbc, 0xc3, 0x7b, 0xf0, 0x96, 0xb1, 0x30, 0xf1, 0xae, 0x62,
0x51, 0xe3, 0xf8, 0x4e, 0xe8, 0xcd, 0xaf, 0xa2, 0x76, 0x50, 0xd4, 0x32, 0x50, 0xdb, 0x1d, 0x7c,
0x3b, 0x30, 0xf9, 0x1b, 0x2a, 0x05, 0x2e, 0x60, 0x6c, 0x7d, 0x52, 0xe4, 0x5b, 0xe1, 0x26, 0x76,
0xd6, 0x15, 0x6b, 0x1d, 0x74, 0xe6, 0xc7, 0x05, 0xfc, 0x2f, 0x59, 0xaa, 0x4c, 0xc5, 0xf4, 0xfc,
0x7e, 0xe8, 0xcd, 0x6f, 0xcf, 0x47, 0x3b, 0x96, 0x56, 0x99, 0xd2, 0x69, 0x08, 0xa7, 0xf0, 0x4f,
0xd3, 0x64, 0xc3, 0x6a, 0xfa, 0xbe, 0x13, 0xba, 0xd4, 0x10, 0xde, 0x00, 0x7c, 0x72, 0x99, 0x7e,
0x1c, 0x9e, 0x0f, 0x05, 0x9b, 0x81, 0xef, 0x84, 0x17, 0xd4, 0x52, 0xf0, 0x1a, 0x5c, 0x4b, 0x2f,
0x65, 0x66, 0x86, 0xf5, 0xe8, 0xaf, 0x10, 0x94, 0x30, 0xed, 0x5e, 0x8c, 0x13, 0x18, 0x6a, 0xaa,
0x99, 0x3d, 0xd4, 0x25, 0x0b, 0x88, 0x30, 0x78, 0x67, 0x49, 0x4c, 0xaf, 0x16, 0xeb, 0xf7, 0xb1,
0x99, 0x2d, 0x79, 0x6a, 0x66, 0xe9, 0xa8, 0xa7, 0xf2, 0x18, 0x8b, 0xd4, 0xad, 0x46, 0xd4, 0xd0,
0xd2, 0x7b, 0x75, 0xa3, 0xe8, 0xce, 0x1e, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0x64, 0x24, 0xc6,
0x0f, 0xea, 0x01, 0x00, 0x00,
}