1598 lines
56 KiB
Go
1598 lines
56 KiB
Go
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
|
// source: applet.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 WxaExternalInfo struct {
|
||
|
|
HostAppId *string `protobuf:"bytes,1,opt,name=HostAppId" json:"HostAppId,omitempty"`
|
||
|
|
Scene *int32 `protobuf:"varint,2,opt,name=Scene" json:"Scene,omitempty"`
|
||
|
|
SourceEnv *int32 `protobuf:"varint,3,opt,name=SourceEnv" json:"SourceEnv,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *WxaExternalInfo) Reset() { *m = WxaExternalInfo{} }
|
||
|
|
func (m *WxaExternalInfo) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*WxaExternalInfo) ProtoMessage() {}
|
||
|
|
func (*WxaExternalInfo) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{0}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *WxaExternalInfo) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_WxaExternalInfo.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *WxaExternalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_WxaExternalInfo.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *WxaExternalInfo) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_WxaExternalInfo.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *WxaExternalInfo) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_WxaExternalInfo.Size(m)
|
||
|
|
}
|
||
|
|
func (m *WxaExternalInfo) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_WxaExternalInfo.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_WxaExternalInfo proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *WxaExternalInfo) GetHostAppId() string {
|
||
|
|
if m != nil && m.HostAppId != nil {
|
||
|
|
return *m.HostAppId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *WxaExternalInfo) GetScene() int32 {
|
||
|
|
if m != nil && m.Scene != nil {
|
||
|
|
return *m.Scene
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *WxaExternalInfo) GetSourceEnv() int32 {
|
||
|
|
if m != nil && m.SourceEnv != nil {
|
||
|
|
return *m.SourceEnv
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
type JSLoginRequest struct {
|
||
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,req,name=BaseRequest" json:"BaseRequest,omitempty"`
|
||
|
|
AppId *string `protobuf:"bytes,2,opt,name=AppId" json:"AppId,omitempty"`
|
||
|
|
Scope *string `protobuf:"bytes,3,opt,name=Scope" json:"Scope,omitempty"`
|
||
|
|
LoginType *int32 `protobuf:"varint,4,opt,name=loginType" json:"loginType,omitempty"`
|
||
|
|
Url *string `protobuf:"bytes,5,opt,name=Url" json:"Url,omitempty"`
|
||
|
|
State *string `protobuf:"bytes,6,opt,name=State" json:"State,omitempty"`
|
||
|
|
VersionType *int32 `protobuf:"varint,7,opt,name=VersionType" json:"VersionType,omitempty"`
|
||
|
|
WxaExternalInfo *WxaExternalInfo `protobuf:"bytes,8,opt,name=WxaExternalInfo" json:"WxaExternalInfo,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) Reset() { *m = JSLoginRequest{} }
|
||
|
|
func (m *JSLoginRequest) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*JSLoginRequest) ProtoMessage() {}
|
||
|
|
func (*JSLoginRequest) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{1}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_JSLoginRequest.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *JSLoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_JSLoginRequest.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *JSLoginRequest) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_JSLoginRequest.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *JSLoginRequest) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_JSLoginRequest.Size(m)
|
||
|
|
}
|
||
|
|
func (m *JSLoginRequest) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_JSLoginRequest.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_JSLoginRequest proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) GetBaseRequest() *BaseRequest {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseRequest
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) GetAppId() string {
|
||
|
|
if m != nil && m.AppId != nil {
|
||
|
|
return *m.AppId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) GetScope() string {
|
||
|
|
if m != nil && m.Scope != nil {
|
||
|
|
return *m.Scope
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) GetLoginType() int32 {
|
||
|
|
if m != nil && m.LoginType != nil {
|
||
|
|
return *m.LoginType
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) GetUrl() string {
|
||
|
|
if m != nil && m.Url != nil {
|
||
|
|
return *m.Url
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) GetState() string {
|
||
|
|
if m != nil && m.State != nil {
|
||
|
|
return *m.State
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) GetVersionType() int32 {
|
||
|
|
if m != nil && m.VersionType != nil {
|
||
|
|
return *m.VersionType
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginRequest) GetWxaExternalInfo() *WxaExternalInfo {
|
||
|
|
if m != nil {
|
||
|
|
return m.WxaExternalInfo
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
type JSAPIBaseResponse struct {
|
||
|
|
ErrCode *int32 `protobuf:"varint,1,req,name=ErrCode" json:"ErrCode,omitempty"`
|
||
|
|
ErrMsg *string `protobuf:"bytes,2,req,name=ErrMsg" json:"ErrMsg,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSAPIBaseResponse) Reset() { *m = JSAPIBaseResponse{} }
|
||
|
|
func (m *JSAPIBaseResponse) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*JSAPIBaseResponse) ProtoMessage() {}
|
||
|
|
func (*JSAPIBaseResponse) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{2}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSAPIBaseResponse) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_JSAPIBaseResponse.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *JSAPIBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_JSAPIBaseResponse.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *JSAPIBaseResponse) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_JSAPIBaseResponse.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *JSAPIBaseResponse) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_JSAPIBaseResponse.Size(m)
|
||
|
|
}
|
||
|
|
func (m *JSAPIBaseResponse) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_JSAPIBaseResponse.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_JSAPIBaseResponse proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *JSAPIBaseResponse) GetErrCode() int32 {
|
||
|
|
if m != nil && m.ErrCode != nil {
|
||
|
|
return *m.ErrCode
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSAPIBaseResponse) GetErrMsg() string {
|
||
|
|
if m != nil && m.ErrMsg != nil {
|
||
|
|
return *m.ErrMsg
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type ScopeInfo struct {
|
||
|
|
Scope *string `protobuf:"bytes,1,opt,name=Scope" json:"Scope,omitempty"`
|
||
|
|
Desc *string `protobuf:"bytes,2,opt,name=Desc" json:"Desc,omitempty"`
|
||
|
|
AuthState *int32 `protobuf:"varint,3,opt,name=AuthState" json:"AuthState,omitempty"`
|
||
|
|
ExtDesc *string `protobuf:"bytes,4,opt,name=ExtDesc" json:"ExtDesc,omitempty"`
|
||
|
|
AuthDesc *string `protobuf:"bytes,5,opt,name=AuthDesc" json:"AuthDesc,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ScopeInfo) Reset() { *m = ScopeInfo{} }
|
||
|
|
func (m *ScopeInfo) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*ScopeInfo) ProtoMessage() {}
|
||
|
|
func (*ScopeInfo) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{3}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ScopeInfo) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_ScopeInfo.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *ScopeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_ScopeInfo.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *ScopeInfo) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_ScopeInfo.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *ScopeInfo) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_ScopeInfo.Size(m)
|
||
|
|
}
|
||
|
|
func (m *ScopeInfo) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_ScopeInfo.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_ScopeInfo proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *ScopeInfo) GetScope() string {
|
||
|
|
if m != nil && m.Scope != nil {
|
||
|
|
return *m.Scope
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ScopeInfo) GetDesc() string {
|
||
|
|
if m != nil && m.Desc != nil {
|
||
|
|
return *m.Desc
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ScopeInfo) GetAuthState() int32 {
|
||
|
|
if m != nil && m.AuthState != nil {
|
||
|
|
return *m.AuthState
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ScopeInfo) GetExtDesc() string {
|
||
|
|
if m != nil && m.ExtDesc != nil {
|
||
|
|
return *m.ExtDesc
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *ScopeInfo) GetAuthDesc() string {
|
||
|
|
if m != nil && m.AuthDesc != nil {
|
||
|
|
return *m.AuthDesc
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type JSLoginResponse struct {
|
||
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,req,name=BaseResponse" json:"BaseResponse,omitempty"`
|
||
|
|
JSAPIBaseResponse *JSAPIBaseResponse `protobuf:"bytes,2,opt,name=JSAPIBaseResponse" json:"JSAPIBaseResponse,omitempty"`
|
||
|
|
Code *string `protobuf:"bytes,3,opt,name=Code" json:"Code,omitempty"`
|
||
|
|
ScopeInfo *ScopeInfo `protobuf:"bytes,4,opt,name=ScopeInfo" json:"ScopeInfo,omitempty"`
|
||
|
|
AppName *string `protobuf:"bytes,5,opt,name=AppName" json:"AppName,omitempty"`
|
||
|
|
AppIconUrl *string `protobuf:"bytes,6,opt,name=AppIconUrl" json:"AppIconUrl,omitempty"`
|
||
|
|
OpenId *string `protobuf:"bytes,7,opt,name=OpenId" json:"OpenId,omitempty"`
|
||
|
|
SessionKey *string `protobuf:"bytes,8,opt,name=SessionKey" json:"SessionKey,omitempty"`
|
||
|
|
SessionTicket *string `protobuf:"bytes,9,opt,name=SessionTicket" json:"SessionTicket,omitempty"`
|
||
|
|
Lifespan *int32 `protobuf:"varint,10,opt,name=Lifespan" json:"Lifespan,omitempty"`
|
||
|
|
State *string `protobuf:"bytes,11,opt,name=State" json:"State,omitempty"`
|
||
|
|
Signature *string `protobuf:"bytes,12,opt,name=Signature" json:"Signature,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) Reset() { *m = JSLoginResponse{} }
|
||
|
|
func (m *JSLoginResponse) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*JSLoginResponse) ProtoMessage() {}
|
||
|
|
func (*JSLoginResponse) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{4}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_JSLoginResponse.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *JSLoginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_JSLoginResponse.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *JSLoginResponse) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_JSLoginResponse.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *JSLoginResponse) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_JSLoginResponse.Size(m)
|
||
|
|
}
|
||
|
|
func (m *JSLoginResponse) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_JSLoginResponse.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_JSLoginResponse proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetBaseResponse() *BaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetJSAPIBaseResponse() *JSAPIBaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.JSAPIBaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetCode() string {
|
||
|
|
if m != nil && m.Code != nil {
|
||
|
|
return *m.Code
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetScopeInfo() *ScopeInfo {
|
||
|
|
if m != nil {
|
||
|
|
return m.ScopeInfo
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetAppName() string {
|
||
|
|
if m != nil && m.AppName != nil {
|
||
|
|
return *m.AppName
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetAppIconUrl() string {
|
||
|
|
if m != nil && m.AppIconUrl != nil {
|
||
|
|
return *m.AppIconUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetOpenId() string {
|
||
|
|
if m != nil && m.OpenId != nil {
|
||
|
|
return *m.OpenId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetSessionKey() string {
|
||
|
|
if m != nil && m.SessionKey != nil {
|
||
|
|
return *m.SessionKey
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetSessionTicket() string {
|
||
|
|
if m != nil && m.SessionTicket != nil {
|
||
|
|
return *m.SessionTicket
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetLifespan() int32 {
|
||
|
|
if m != nil && m.Lifespan != nil {
|
||
|
|
return *m.Lifespan
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetState() string {
|
||
|
|
if m != nil && m.State != nil {
|
||
|
|
return *m.State
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSLoginResponse) GetSignature() string {
|
||
|
|
if m != nil && m.Signature != nil {
|
||
|
|
return *m.Signature
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type JSOperateWxDataRequest struct {
|
||
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,req,name=BaseRequest" json:"BaseRequest,omitempty"`
|
||
|
|
AppId *string `protobuf:"bytes,2,opt,name=AppId" json:"AppId,omitempty"`
|
||
|
|
Data []byte `protobuf:"bytes,3,opt,name=Data" json:"Data,omitempty"`
|
||
|
|
GrantScope *string `protobuf:"bytes,4,opt,name=GrantScope" json:"GrantScope,omitempty"`
|
||
|
|
Opt *int32 `protobuf:"varint,5,opt,name=Opt" json:"Opt,omitempty"`
|
||
|
|
VersionType *int32 `protobuf:"varint,6,opt,name=VersionType" json:"VersionType,omitempty"`
|
||
|
|
WxaExternalInfo *WxaExternalInfo `protobuf:"bytes,7,opt,name=WxaExternalInfo" json:"WxaExternalInfo,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) Reset() { *m = JSOperateWxDataRequest{} }
|
||
|
|
func (m *JSOperateWxDataRequest) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*JSOperateWxDataRequest) ProtoMessage() {}
|
||
|
|
func (*JSOperateWxDataRequest) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{5}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_JSOperateWxDataRequest.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *JSOperateWxDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_JSOperateWxDataRequest.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *JSOperateWxDataRequest) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_JSOperateWxDataRequest.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *JSOperateWxDataRequest) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_JSOperateWxDataRequest.Size(m)
|
||
|
|
}
|
||
|
|
func (m *JSOperateWxDataRequest) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_JSOperateWxDataRequest.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_JSOperateWxDataRequest proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) GetBaseRequest() *BaseRequest {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseRequest
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) GetAppId() string {
|
||
|
|
if m != nil && m.AppId != nil {
|
||
|
|
return *m.AppId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) GetData() []byte {
|
||
|
|
if m != nil {
|
||
|
|
return m.Data
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) GetGrantScope() string {
|
||
|
|
if m != nil && m.GrantScope != nil {
|
||
|
|
return *m.GrantScope
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) GetOpt() int32 {
|
||
|
|
if m != nil && m.Opt != nil {
|
||
|
|
return *m.Opt
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) GetVersionType() int32 {
|
||
|
|
if m != nil && m.VersionType != nil {
|
||
|
|
return *m.VersionType
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataRequest) GetWxaExternalInfo() *WxaExternalInfo {
|
||
|
|
if m != nil {
|
||
|
|
return m.WxaExternalInfo
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
type JSOperateWxDataResponse struct {
|
||
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,req,name=BaseResponse" json:"BaseResponse,omitempty"`
|
||
|
|
JSAPIBaseResponse *JSAPIBaseResponse `protobuf:"bytes,2,req,name=JSAPIBaseResponse" json:"JSAPIBaseResponse,omitempty"`
|
||
|
|
Data *string `protobuf:"bytes,3,req,name=Data" json:"Data,omitempty"`
|
||
|
|
ScopeInfo *ScopeInfo `protobuf:"bytes,4,opt,name=ScopeInfo" json:"ScopeInfo,omitempty"`
|
||
|
|
AppName *string `protobuf:"bytes,5,opt,name=AppName" json:"AppName,omitempty"`
|
||
|
|
AppIconUrl *string `protobuf:"bytes,6,opt,name=AppIconUrl" json:"AppIconUrl,omitempty"`
|
||
|
|
CancelWording *string `protobuf:"bytes,9,opt,name=CancelWording" json:"CancelWording,omitempty"`
|
||
|
|
AllowWording *string `protobuf:"bytes,10,opt,name=AllowWording" json:"AllowWording,omitempty"`
|
||
|
|
ApplyWording *string `protobuf:"bytes,11,opt,name=ApplyWording" json:"ApplyWording,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) Reset() { *m = JSOperateWxDataResponse{} }
|
||
|
|
func (m *JSOperateWxDataResponse) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*JSOperateWxDataResponse) ProtoMessage() {}
|
||
|
|
func (*JSOperateWxDataResponse) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{6}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_JSOperateWxDataResponse.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *JSOperateWxDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_JSOperateWxDataResponse.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *JSOperateWxDataResponse) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_JSOperateWxDataResponse.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *JSOperateWxDataResponse) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_JSOperateWxDataResponse.Size(m)
|
||
|
|
}
|
||
|
|
func (m *JSOperateWxDataResponse) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_JSOperateWxDataResponse.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_JSOperateWxDataResponse proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetBaseResponse() *BaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetJSAPIBaseResponse() *JSAPIBaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.JSAPIBaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetData() string {
|
||
|
|
if m != nil && m.Data != nil {
|
||
|
|
return *m.Data
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetScopeInfo() *ScopeInfo {
|
||
|
|
if m != nil {
|
||
|
|
return m.ScopeInfo
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetAppName() string {
|
||
|
|
if m != nil && m.AppName != nil {
|
||
|
|
return *m.AppName
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetAppIconUrl() string {
|
||
|
|
if m != nil && m.AppIconUrl != nil {
|
||
|
|
return *m.AppIconUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetCancelWording() string {
|
||
|
|
if m != nil && m.CancelWording != nil {
|
||
|
|
return *m.CancelWording
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetAllowWording() string {
|
||
|
|
if m != nil && m.AllowWording != nil {
|
||
|
|
return *m.AllowWording
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *JSOperateWxDataResponse) GetApplyWording() string {
|
||
|
|
if m != nil && m.ApplyWording != nil {
|
||
|
|
return *m.ApplyWording
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type SdkOauthAuthorizeReq struct {
|
||
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,req,name=BaseRequest" json:"BaseRequest,omitempty"`
|
||
|
|
AppId *string `protobuf:"bytes,2,opt,name=AppId" json:"AppId,omitempty"`
|
||
|
|
Tag3 *string `protobuf:"bytes,3,opt,name=Tag3" json:"Tag3,omitempty"`
|
||
|
|
Tag4 *string `protobuf:"bytes,4,opt,name=Tag4" json:"Tag4,omitempty"`
|
||
|
|
Tag5 *string `protobuf:"bytes,5,opt,name=Tag5" json:"Tag5,omitempty"`
|
||
|
|
Tag8 *string `protobuf:"bytes,8,opt,name=Tag8" json:"Tag8,omitempty"`
|
||
|
|
Tag9 *string `protobuf:"bytes,9,opt,name=Tag9" json:"Tag9,omitempty"`
|
||
|
|
Tag10 *string `protobuf:"bytes,10,opt,name=Tag10" json:"Tag10,omitempty"`
|
||
|
|
Tag11 *string `protobuf:"bytes,11,opt,name=Tag11" json:"Tag11,omitempty"`
|
||
|
|
Tag12 *uint32 `protobuf:"varint,12,opt,name=Tag12" json:"Tag12,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) Reset() { *m = SdkOauthAuthorizeReq{} }
|
||
|
|
func (m *SdkOauthAuthorizeReq) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*SdkOauthAuthorizeReq) ProtoMessage() {}
|
||
|
|
func (*SdkOauthAuthorizeReq) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{7}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeReq.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeReq.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeReq) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeReq.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeReq) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeReq.Size(m)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeReq) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeReq.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_SdkOauthAuthorizeReq proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetBaseRequest() *BaseRequest {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseRequest
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetAppId() string {
|
||
|
|
if m != nil && m.AppId != nil {
|
||
|
|
return *m.AppId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetTag3() string {
|
||
|
|
if m != nil && m.Tag3 != nil {
|
||
|
|
return *m.Tag3
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetTag4() string {
|
||
|
|
if m != nil && m.Tag4 != nil {
|
||
|
|
return *m.Tag4
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetTag5() string {
|
||
|
|
if m != nil && m.Tag5 != nil {
|
||
|
|
return *m.Tag5
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetTag8() string {
|
||
|
|
if m != nil && m.Tag8 != nil {
|
||
|
|
return *m.Tag8
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetTag9() string {
|
||
|
|
if m != nil && m.Tag9 != nil {
|
||
|
|
return *m.Tag9
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetTag10() string {
|
||
|
|
if m != nil && m.Tag10 != nil {
|
||
|
|
return *m.Tag10
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetTag11() string {
|
||
|
|
if m != nil && m.Tag11 != nil {
|
||
|
|
return *m.Tag11
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeReq) GetTag12() uint32 {
|
||
|
|
if m != nil && m.Tag12 != nil {
|
||
|
|
return *m.Tag12
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
type Tag3 struct {
|
||
|
|
Tag1 *string `protobuf:"bytes,1,opt,name=Tag1" json:"Tag1,omitempty"`
|
||
|
|
Tag2 []byte `protobuf:"bytes,2,opt,name=Tag2" json:"Tag2,omitempty"`
|
||
|
|
Tag3 *uint32 `protobuf:"varint,3,opt,name=Tag3" json:"Tag3,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *Tag3) Reset() { *m = Tag3{} }
|
||
|
|
func (m *Tag3) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*Tag3) ProtoMessage() {}
|
||
|
|
func (*Tag3) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{8}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *Tag3) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_Tag3.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *Tag3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_Tag3.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *Tag3) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_Tag3.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *Tag3) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_Tag3.Size(m)
|
||
|
|
}
|
||
|
|
func (m *Tag3) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_Tag3.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_Tag3 proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *Tag3) GetTag1() string {
|
||
|
|
if m != nil && m.Tag1 != nil {
|
||
|
|
return *m.Tag1
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *Tag3) GetTag2() []byte {
|
||
|
|
if m != nil {
|
||
|
|
return m.Tag2
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *Tag3) GetTag3() uint32 {
|
||
|
|
if m != nil && m.Tag3 != nil {
|
||
|
|
return *m.Tag3
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
type SdkOauthAuthorizeResp struct {
|
||
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,req,name=BaseResponse" json:"BaseResponse,omitempty"`
|
||
|
|
Tag3 *Tag3 `protobuf:"bytes,3,opt,name=Tag3" json:"Tag3,omitempty"`
|
||
|
|
AppImgUrl *string `protobuf:"bytes,5,opt,name=AppImgUrl" json:"AppImgUrl,omitempty"`
|
||
|
|
Code *string `protobuf:"bytes,6,opt,name=Code" json:"Code,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeResp) Reset() { *m = SdkOauthAuthorizeResp{} }
|
||
|
|
func (m *SdkOauthAuthorizeResp) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*SdkOauthAuthorizeResp) ProtoMessage() {}
|
||
|
|
func (*SdkOauthAuthorizeResp) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{9}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeResp) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeResp.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeResp.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeResp) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeResp.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeResp) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeResp.Size(m)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeResp) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeResp.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_SdkOauthAuthorizeResp proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeResp) GetBaseResponse() *BaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeResp) GetTag3() *Tag3 {
|
||
|
|
if m != nil {
|
||
|
|
return m.Tag3
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeResp) GetAppImgUrl() string {
|
||
|
|
if m != nil && m.AppImgUrl != nil {
|
||
|
|
return *m.AppImgUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeResp) GetCode() string {
|
||
|
|
if m != nil && m.Code != nil {
|
||
|
|
return *m.Code
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type SdkOauthAuthorizeConfirmReq struct {
|
||
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,req,name=BaseRequest" json:"BaseRequest,omitempty"`
|
||
|
|
Tag3 *uint32 `protobuf:"varint,3,opt,name=Tag3" json:"Tag3,omitempty"`
|
||
|
|
Tag4 *string `protobuf:"bytes,4,opt,name=Tag4" json:"Tag4,omitempty"`
|
||
|
|
Tag5 *string `protobuf:"bytes,5,opt,name=Tag5" json:"Tag5,omitempty"`
|
||
|
|
Tag6 *string `protobuf:"bytes,6,opt,name=Tag6" json:"Tag6,omitempty"`
|
||
|
|
Tag7 *string `protobuf:"bytes,7,opt,name=Tag7" json:"Tag7,omitempty"`
|
||
|
|
Tag8 *uint32 `protobuf:"varint,8,opt,name=Tag8" json:"Tag8,omitempty"`
|
||
|
|
Tag9 *string `protobuf:"bytes,9,opt,name=Tag9" json:"Tag9,omitempty"`
|
||
|
|
Tag10 *string `protobuf:"bytes,10,opt,name=Tag10" json:"Tag10,omitempty"`
|
||
|
|
Tag11 *string `protobuf:"bytes,11,opt,name=Tag11" json:"Tag11,omitempty"`
|
||
|
|
Tag12 *string `protobuf:"bytes,12,opt,name=Tag12" json:"Tag12,omitempty"`
|
||
|
|
Tag13 *uint32 `protobuf:"varint,13,opt,name=Tag13" json:"Tag13,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) Reset() { *m = SdkOauthAuthorizeConfirmReq{} }
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*SdkOauthAuthorizeConfirmReq) ProtoMessage() {}
|
||
|
|
func (*SdkOauthAuthorizeConfirmReq) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{10}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmReq.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmReq.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeConfirmReq.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmReq.Size(m)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeConfirmReq.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_SdkOauthAuthorizeConfirmReq proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetBaseRequest() *BaseRequest {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseRequest
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag3() uint32 {
|
||
|
|
if m != nil && m.Tag3 != nil {
|
||
|
|
return *m.Tag3
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag4() string {
|
||
|
|
if m != nil && m.Tag4 != nil {
|
||
|
|
return *m.Tag4
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag5() string {
|
||
|
|
if m != nil && m.Tag5 != nil {
|
||
|
|
return *m.Tag5
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag6() string {
|
||
|
|
if m != nil && m.Tag6 != nil {
|
||
|
|
return *m.Tag6
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag7() string {
|
||
|
|
if m != nil && m.Tag7 != nil {
|
||
|
|
return *m.Tag7
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag8() uint32 {
|
||
|
|
if m != nil && m.Tag8 != nil {
|
||
|
|
return *m.Tag8
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag9() string {
|
||
|
|
if m != nil && m.Tag9 != nil {
|
||
|
|
return *m.Tag9
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag10() string {
|
||
|
|
if m != nil && m.Tag10 != nil {
|
||
|
|
return *m.Tag10
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag11() string {
|
||
|
|
if m != nil && m.Tag11 != nil {
|
||
|
|
return *m.Tag11
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag12() string {
|
||
|
|
if m != nil && m.Tag12 != nil {
|
||
|
|
return *m.Tag12
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmReq) GetTag13() uint32 {
|
||
|
|
if m != nil && m.Tag13 != nil {
|
||
|
|
return *m.Tag13
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
type SdkOauthAuthorizeConfirmResp struct {
|
||
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,req,name=BaseResponse" json:"BaseResponse,omitempty"`
|
||
|
|
Code *string `protobuf:"bytes,3,opt,name=Code" json:"Code,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) Reset() { *m = SdkOauthAuthorizeConfirmResp{} }
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*SdkOauthAuthorizeConfirmResp) ProtoMessage() {}
|
||
|
|
func (*SdkOauthAuthorizeConfirmResp) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{11}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmResp.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmResp.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeConfirmResp.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmResp.Size(m)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeConfirmResp.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_SdkOauthAuthorizeConfirmResp proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) GetBaseResponse() *BaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmResp) GetCode() string {
|
||
|
|
if m != nil && m.Code != nil {
|
||
|
|
return *m.Code
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type SdkOauthAuthorizeConfirmNewReq struct {
|
||
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,req,name=BaseRequest" json:"BaseRequest,omitempty"`
|
||
|
|
Opt *uint32 `protobuf:"varint,3,opt,name=Opt" json:"Opt,omitempty"`
|
||
|
|
Scope []string `protobuf:"bytes,4,rep,name=Scope" json:"Scope,omitempty"`
|
||
|
|
AppId *string `protobuf:"bytes,5,opt,name=AppId" json:"AppId,omitempty"`
|
||
|
|
State *string `protobuf:"bytes,6,opt,name=State" json:"State,omitempty"`
|
||
|
|
BundleId *string `protobuf:"bytes,7,opt,name=BundleId" json:"BundleId,omitempty"`
|
||
|
|
AvatarId *uint32 `protobuf:"varint,8,opt,name=AvatarId" json:"AvatarId,omitempty"`
|
||
|
|
UniversalLink *string `protobuf:"bytes,9,opt,name=UniversalLink" json:"UniversalLink,omitempty"`
|
||
|
|
OpenSdkVersion *string `protobuf:"bytes,10,opt,name=OpenSdkVersion" json:"OpenSdkVersion,omitempty"`
|
||
|
|
SdkToken *string `protobuf:"bytes,11,opt,name=SdkToken" json:"SdkToken,omitempty"`
|
||
|
|
OpenSdkBundleId *string `protobuf:"bytes,12,opt,name=OpenSdkBundleId" json:"OpenSdkBundleId,omitempty"`
|
||
|
|
SdkTokenChk *uint32 `protobuf:"varint,13,opt,name=SdkTokenChk" json:"SdkTokenChk,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) Reset() { *m = SdkOauthAuthorizeConfirmNewReq{} }
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*SdkOauthAuthorizeConfirmNewReq) ProtoMessage() {}
|
||
|
|
func (*SdkOauthAuthorizeConfirmNewReq) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{12}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmNewReq.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmNewReq.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeConfirmNewReq.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmNewReq.Size(m)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeConfirmNewReq.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_SdkOauthAuthorizeConfirmNewReq proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetBaseRequest() *BaseRequest {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseRequest
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetOpt() uint32 {
|
||
|
|
if m != nil && m.Opt != nil {
|
||
|
|
return *m.Opt
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetScope() []string {
|
||
|
|
if m != nil {
|
||
|
|
return m.Scope
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetAppId() string {
|
||
|
|
if m != nil && m.AppId != nil {
|
||
|
|
return *m.AppId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetState() string {
|
||
|
|
if m != nil && m.State != nil {
|
||
|
|
return *m.State
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetBundleId() string {
|
||
|
|
if m != nil && m.BundleId != nil {
|
||
|
|
return *m.BundleId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetAvatarId() uint32 {
|
||
|
|
if m != nil && m.AvatarId != nil {
|
||
|
|
return *m.AvatarId
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetUniversalLink() string {
|
||
|
|
if m != nil && m.UniversalLink != nil {
|
||
|
|
return *m.UniversalLink
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetOpenSdkVersion() string {
|
||
|
|
if m != nil && m.OpenSdkVersion != nil {
|
||
|
|
return *m.OpenSdkVersion
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetSdkToken() string {
|
||
|
|
if m != nil && m.SdkToken != nil {
|
||
|
|
return *m.SdkToken
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetOpenSdkBundleId() string {
|
||
|
|
if m != nil && m.OpenSdkBundleId != nil {
|
||
|
|
return *m.OpenSdkBundleId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewReq) GetSdkTokenChk() uint32 {
|
||
|
|
if m != nil && m.SdkTokenChk != nil {
|
||
|
|
return *m.SdkTokenChk
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
type SdkOauthAuthorizeConfirmNewResp struct {
|
||
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,req,name=BaseResponse" json:"BaseResponse,omitempty"`
|
||
|
|
RedirectUrl *string `protobuf:"bytes,2,opt,name=RedirectUrl" json:"RedirectUrl,omitempty"`
|
||
|
|
WxToken *string `protobuf:"bytes,3,opt,name=WxToken" json:"WxToken,omitempty"`
|
||
|
|
UserConfirmRedirectUrl *string `protobuf:"bytes,4,opt,name=UserConfirmRedirectUrl" json:"UserConfirmRedirectUrl,omitempty"`
|
||
|
|
UserConfirmWording *string `protobuf:"bytes,5,opt,name=UserConfirmWording" json:"UserConfirmWording,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) Reset() { *m = SdkOauthAuthorizeConfirmNewResp{} }
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*SdkOauthAuthorizeConfirmNewResp) ProtoMessage() {}
|
||
|
|
func (*SdkOauthAuthorizeConfirmNewResp) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{13}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmNewResp.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmNewResp.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeConfirmNewResp.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_SdkOauthAuthorizeConfirmNewResp.Size(m)
|
||
|
|
}
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_SdkOauthAuthorizeConfirmNewResp.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_SdkOauthAuthorizeConfirmNewResp proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) GetBaseResponse() *BaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) GetRedirectUrl() string {
|
||
|
|
if m != nil && m.RedirectUrl != nil {
|
||
|
|
return *m.RedirectUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) GetWxToken() string {
|
||
|
|
if m != nil && m.WxToken != nil {
|
||
|
|
return *m.WxToken
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) GetUserConfirmRedirectUrl() string {
|
||
|
|
if m != nil && m.UserConfirmRedirectUrl != nil {
|
||
|
|
return *m.UserConfirmRedirectUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *SdkOauthAuthorizeConfirmNewResp) GetUserConfirmWording() string {
|
||
|
|
if m != nil && m.UserConfirmWording != nil {
|
||
|
|
return *m.UserConfirmWording
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type QRConnectAuthorizeReq struct {
|
||
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,req,name=BaseRequest" json:"BaseRequest,omitempty"`
|
||
|
|
OAuthUrl *string `protobuf:"bytes,2,opt,name=OAuthUrl" json:"OAuthUrl,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeReq) Reset() { *m = QRConnectAuthorizeReq{} }
|
||
|
|
func (m *QRConnectAuthorizeReq) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*QRConnectAuthorizeReq) ProtoMessage() {}
|
||
|
|
func (*QRConnectAuthorizeReq) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{14}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeReq) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeReq.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeReq.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeReq) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_QRConnectAuthorizeReq.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeReq) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeReq.Size(m)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeReq) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_QRConnectAuthorizeReq.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_QRConnectAuthorizeReq proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeReq) GetBaseRequest() *BaseRequest {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseRequest
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeReq) GetOAuthUrl() string {
|
||
|
|
if m != nil && m.OAuthUrl != nil {
|
||
|
|
return *m.OAuthUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type QRConnectAuthorizeResp struct {
|
||
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,req,name=BaseResponse" json:"BaseResponse,omitempty"`
|
||
|
|
IsReturnH5 *uint32 `protobuf:"varint,2,opt,name=isReturnH5" json:"isReturnH5,omitempty"`
|
||
|
|
ScopeList []string `protobuf:"bytes,3,rep,name=ScopeList" json:"ScopeList,omitempty"`
|
||
|
|
AppId *string `protobuf:"bytes,4,opt,name=AppId" json:"AppId,omitempty"`
|
||
|
|
AppName *string `protobuf:"bytes,5,opt,name=AppName" json:"AppName,omitempty"`
|
||
|
|
AppIconUrl *string `protobuf:"bytes,6,opt,name=AppIconUrl" json:"AppIconUrl,omitempty"`
|
||
|
|
AvatarList []string `protobuf:"bytes,7,rep,name=avatarList" json:"avatarList,omitempty"`
|
||
|
|
IsBanModifyAvatar *int32 `protobuf:"varint,8,opt,name=IsBanModifyAvatar" json:"IsBanModifyAvatar,omitempty"`
|
||
|
|
AvatarLimit *uint32 `protobuf:"varint,9,opt,name=AvatarLimit" json:"AvatarLimit,omitempty"`
|
||
|
|
DefaultAvatarId *uint32 `protobuf:"varint,10,opt,name=DefaultAvatarId" json:"DefaultAvatarId,omitempty"`
|
||
|
|
DefaultHeadImgUrl *string `protobuf:"bytes,11,opt,name=DefaultHeadImgUrl" json:"DefaultHeadImgUrl,omitempty"`
|
||
|
|
DefaultHeadImgFileid *string `protobuf:"bytes,12,opt,name=DefaultHeadImgFileid" json:"DefaultHeadImgFileid,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) Reset() { *m = QRConnectAuthorizeResp{} }
|
||
|
|
func (m *QRConnectAuthorizeResp) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*QRConnectAuthorizeResp) ProtoMessage() {}
|
||
|
|
func (*QRConnectAuthorizeResp) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{15}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeResp.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeResp.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeResp) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_QRConnectAuthorizeResp.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeResp) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeResp.Size(m)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeResp) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_QRConnectAuthorizeResp.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_QRConnectAuthorizeResp proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetBaseResponse() *BaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetIsReturnH5() uint32 {
|
||
|
|
if m != nil && m.IsReturnH5 != nil {
|
||
|
|
return *m.IsReturnH5
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetScopeList() []string {
|
||
|
|
if m != nil {
|
||
|
|
return m.ScopeList
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetAppId() string {
|
||
|
|
if m != nil && m.AppId != nil {
|
||
|
|
return *m.AppId
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetAppName() string {
|
||
|
|
if m != nil && m.AppName != nil {
|
||
|
|
return *m.AppName
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetAppIconUrl() string {
|
||
|
|
if m != nil && m.AppIconUrl != nil {
|
||
|
|
return *m.AppIconUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetAvatarList() []string {
|
||
|
|
if m != nil {
|
||
|
|
return m.AvatarList
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetIsBanModifyAvatar() int32 {
|
||
|
|
if m != nil && m.IsBanModifyAvatar != nil {
|
||
|
|
return *m.IsBanModifyAvatar
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetAvatarLimit() uint32 {
|
||
|
|
if m != nil && m.AvatarLimit != nil {
|
||
|
|
return *m.AvatarLimit
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetDefaultAvatarId() uint32 {
|
||
|
|
if m != nil && m.DefaultAvatarId != nil {
|
||
|
|
return *m.DefaultAvatarId
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetDefaultHeadImgUrl() string {
|
||
|
|
if m != nil && m.DefaultHeadImgUrl != nil {
|
||
|
|
return *m.DefaultHeadImgUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeResp) GetDefaultHeadImgFileid() string {
|
||
|
|
if m != nil && m.DefaultHeadImgFileid != nil {
|
||
|
|
return *m.DefaultHeadImgFileid
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
type QRConnectAuthorizeConfirmReq struct {
|
||
|
|
BaseRequest *BaseRequest `protobuf:"bytes,1,req,name=BaseRequest" json:"BaseRequest,omitempty"`
|
||
|
|
OAuthUrl *string `protobuf:"bytes,2,opt,name=OAuthUrl" json:"OAuthUrl,omitempty"`
|
||
|
|
Opt *uint32 `protobuf:"varint,3,opt,name=Opt" json:"Opt,omitempty"`
|
||
|
|
Scope []string `protobuf:"bytes,4,rep,name=Scope" json:"Scope,omitempty"`
|
||
|
|
AvatarId *uint32 `protobuf:"varint,5,opt,name=AvatarId" json:"AvatarId,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) Reset() { *m = QRConnectAuthorizeConfirmReq{} }
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*QRConnectAuthorizeConfirmReq) ProtoMessage() {}
|
||
|
|
func (*QRConnectAuthorizeConfirmReq) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{16}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeConfirmReq.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeConfirmReq.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_QRConnectAuthorizeConfirmReq.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeConfirmReq.Size(m)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_QRConnectAuthorizeConfirmReq.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_QRConnectAuthorizeConfirmReq proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) GetBaseRequest() *BaseRequest {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseRequest
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) GetOAuthUrl() string {
|
||
|
|
if m != nil && m.OAuthUrl != nil {
|
||
|
|
return *m.OAuthUrl
|
||
|
|
}
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) GetOpt() uint32 {
|
||
|
|
if m != nil && m.Opt != nil {
|
||
|
|
return *m.Opt
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) GetScope() []string {
|
||
|
|
if m != nil {
|
||
|
|
return m.Scope
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmReq) GetAvatarId() uint32 {
|
||
|
|
if m != nil && m.AvatarId != nil {
|
||
|
|
return *m.AvatarId
|
||
|
|
}
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
|
||
|
|
type QRConnectAuthorizeConfirmResp struct {
|
||
|
|
BaseResponse *BaseResponse `protobuf:"bytes,1,req,name=BaseResponse" json:"BaseResponse,omitempty"`
|
||
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||
|
|
XXX_unrecognized []byte `json:"-"`
|
||
|
|
XXX_sizecache int32 `json:"-"`
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmResp) Reset() { *m = QRConnectAuthorizeConfirmResp{} }
|
||
|
|
func (m *QRConnectAuthorizeConfirmResp) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*QRConnectAuthorizeConfirmResp) ProtoMessage() {}
|
||
|
|
func (*QRConnectAuthorizeConfirmResp) Descriptor() ([]byte, []int) {
|
||
|
|
return fileDescriptor_281739ea273da2f4, []int{17}
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmResp) XXX_Unmarshal(b []byte) error {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeConfirmResp.Unmarshal(m, b)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeConfirmResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeConfirmResp.Marshal(b, m, deterministic)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeConfirmResp) XXX_Merge(src proto.Message) {
|
||
|
|
xxx_messageInfo_QRConnectAuthorizeConfirmResp.Merge(m, src)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeConfirmResp) XXX_Size() int {
|
||
|
|
return xxx_messageInfo_QRConnectAuthorizeConfirmResp.Size(m)
|
||
|
|
}
|
||
|
|
func (m *QRConnectAuthorizeConfirmResp) XXX_DiscardUnknown() {
|
||
|
|
xxx_messageInfo_QRConnectAuthorizeConfirmResp.DiscardUnknown(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
var xxx_messageInfo_QRConnectAuthorizeConfirmResp proto.InternalMessageInfo
|
||
|
|
|
||
|
|
func (m *QRConnectAuthorizeConfirmResp) GetBaseResponse() *BaseResponse {
|
||
|
|
if m != nil {
|
||
|
|
return m.BaseResponse
|
||
|
|
}
|
||
|
|
return nil
|
||
|
|
}
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
proto.RegisterType((*WxaExternalInfo)(nil), "wechat_proto.WxaExternalInfo")
|
||
|
|
proto.RegisterType((*JSLoginRequest)(nil), "wechat_proto.JSLoginRequest")
|
||
|
|
proto.RegisterType((*JSAPIBaseResponse)(nil), "wechat_proto.JSAPIBaseResponse")
|
||
|
|
proto.RegisterType((*ScopeInfo)(nil), "wechat_proto.ScopeInfo")
|
||
|
|
proto.RegisterType((*JSLoginResponse)(nil), "wechat_proto.JSLoginResponse")
|
||
|
|
proto.RegisterType((*JSOperateWxDataRequest)(nil), "wechat_proto.JSOperateWxDataRequest")
|
||
|
|
proto.RegisterType((*JSOperateWxDataResponse)(nil), "wechat_proto.JSOperateWxDataResponse")
|
||
|
|
proto.RegisterType((*SdkOauthAuthorizeReq)(nil), "wechat_proto.SdkOauthAuthorizeReq")
|
||
|
|
proto.RegisterType((*Tag3)(nil), "wechat_proto.Tag3")
|
||
|
|
proto.RegisterType((*SdkOauthAuthorizeResp)(nil), "wechat_proto.SdkOauthAuthorizeResp")
|
||
|
|
proto.RegisterType((*SdkOauthAuthorizeConfirmReq)(nil), "wechat_proto.SdkOauthAuthorizeConfirmReq")
|
||
|
|
proto.RegisterType((*SdkOauthAuthorizeConfirmResp)(nil), "wechat_proto.SdkOauthAuthorizeConfirmResp")
|
||
|
|
proto.RegisterType((*SdkOauthAuthorizeConfirmNewReq)(nil), "wechat_proto.SdkOauthAuthorizeConfirmNewReq")
|
||
|
|
proto.RegisterType((*SdkOauthAuthorizeConfirmNewResp)(nil), "wechat_proto.SdkOauthAuthorizeConfirmNewResp")
|
||
|
|
proto.RegisterType((*QRConnectAuthorizeReq)(nil), "wechat_proto.QRConnectAuthorizeReq")
|
||
|
|
proto.RegisterType((*QRConnectAuthorizeResp)(nil), "wechat_proto.QRConnectAuthorizeResp")
|
||
|
|
proto.RegisterType((*QRConnectAuthorizeConfirmReq)(nil), "wechat_proto.QRConnectAuthorizeConfirmReq")
|
||
|
|
proto.RegisterType((*QRConnectAuthorizeConfirmResp)(nil), "wechat_proto.QRConnectAuthorizeConfirmResp")
|
||
|
|
}
|
||
|
|
|
||
|
|
func init() { proto.RegisterFile("applet.proto", fileDescriptor_281739ea273da2f4) }
|
||
|
|
|
||
|
|
var fileDescriptor_281739ea273da2f4 = []byte{
|
||
|
|
// 1254 bytes of a gzipped FileDescriptorProto
|
||
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0x4d, 0x6f, 0x23, 0x45,
|
||
|
|
0x13, 0x96, 0xc7, 0x76, 0x12, 0x97, 0xed, 0xcd, 0xbb, 0xad, 0x6c, 0x76, 0xde, 0x90, 0xcd, 0x5a,
|
||
|
|
0xa3, 0xd5, 0xca, 0x07, 0x64, 0x88, 0x43, 0x16, 0x10, 0x12, 0x92, 0xf3, 0xc1, 0xc6, 0x21, 0xd9,
|
||
|
|
0xc0, 0x38, 0x21, 0x12, 0x97, 0x55, 0xcb, 0xd3, 0x71, 0x46, 0x9e, 0xcc, 0x0c, 0x33, 0xed, 0x7c,
|
||
|
|
0x70, 0xe7, 0xc0, 0x89, 0x1f, 0x00, 0x12, 0x77, 0x6e, 0x9c, 0x91, 0xf8, 0x13, 0xfc, 0x03, 0x7e,
|
||
|
|
0x09, 0xea, 0xea, 0x9e, 0x99, 0x1e, 0xdb, 0x89, 0x96, 0x7c, 0x70, 0xeb, 0x7a, 0xba, 0xba, 0xbb,
|
||
|
|
0xfa, 0xa9, 0xa7, 0xba, 0x1a, 0x6a, 0x34, 0x0c, 0x3d, 0xc6, 0x5b, 0x61, 0x14, 0xf0, 0x80, 0xd4,
|
||
|
|
0x2e, 0x58, 0xff, 0x94, 0xf2, 0xb7, 0x68, 0x2d, 0x29, 0x4b, 0xce, 0x59, 0x7d, 0x98, 0x3f, 0xbe,
|
||
|
|
0xa4, 0xdb, 0x97, 0x9c, 0x45, 0x3e, 0xf5, 0xba, 0xfe, 0x49, 0x40, 0x96, 0xa1, 0xb2, 0x13, 0xc4,
|
||
|
|
0xbc, 0x13, 0x86, 0x5d, 0xc7, 0x2c, 0x34, 0x0a, 0xcd, 0x8a, 0x9d, 0x01, 0x64, 0x01, 0xca, 0xbd,
|
||
|
|
0x3e, 0xf3, 0x99, 0x69, 0x34, 0x0a, 0xcd, 0xb2, 0x2d, 0x0d, 0xb1, 0xa6, 0x17, 0x8c, 0xa2, 0x3e,
|
||
|
|
0xdb, 0xf6, 0xcf, 0xcd, 0x22, 0xce, 0x64, 0x80, 0xf5, 0x9b, 0x01, 0x8f, 0x76, 0x7b, 0x7b, 0xc1,
|
||
|
|
0xc0, 0xf5, 0x6d, 0xf6, 0xdd, 0x88, 0xc5, 0x9c, 0x7c, 0x06, 0xd5, 0x0d, 0x1a, 0x33, 0x65, 0x9a,
|
||
|
|
0x85, 0x86, 0xd1, 0xac, 0xb6, 0xff, 0xdf, 0xd2, 0x23, 0x6d, 0x69, 0x0e, 0xb6, 0xee, 0x2d, 0x62,
|
||
|
|
0x90, 0xd1, 0x19, 0x18, 0x5d, 0x59, 0x8b, 0x2c, 0x08, 0x19, 0x9e, 0x5f, 0xb1, 0xa5, 0x21, 0x22,
|
||
|
|
0xf3, 0xc4, 0xc1, 0x87, 0x57, 0x21, 0x33, 0x4b, 0x32, 0xb2, 0x14, 0x20, 0xff, 0x83, 0xe2, 0x51,
|
||
|
|
0xe4, 0x99, 0x65, 0x5c, 0x21, 0x86, 0xb8, 0x0b, 0xa7, 0x9c, 0x99, 0x33, 0x6a, 0x17, 0x61, 0x90,
|
||
|
|
0x06, 0x54, 0xbf, 0x61, 0x51, 0xec, 0x06, 0x72, 0x9f, 0x59, 0xdc, 0x47, 0x87, 0xc8, 0xeb, 0x09,
|
||
|
|
0x22, 0xcd, 0xb9, 0x46, 0xa1, 0x59, 0x6d, 0x3f, 0xcb, 0x5f, 0x6a, 0xcc, 0xc9, 0x1e, 0x5f, 0x65,
|
||
|
|
0x6d, 0xc3, 0xe3, 0xdd, 0x5e, 0xe7, 0xab, 0xae, 0xbc, 0x70, 0x1c, 0x06, 0x7e, 0xcc, 0x88, 0x09,
|
||
|
|
0xb3, 0xdb, 0x51, 0xb4, 0x19, 0x38, 0x0c, 0xa9, 0x2a, 0xdb, 0x89, 0x49, 0x16, 0x61, 0x66, 0x3b,
|
||
|
|
0x8a, 0xf6, 0xe3, 0x81, 0x69, 0x34, 0x8c, 0x66, 0xc5, 0x56, 0x96, 0xf5, 0x63, 0x01, 0x2a, 0xc8,
|
||
|
|
0x00, 0xe6, 0x34, 0xe5, 0xa6, 0xa0, 0x73, 0x43, 0xa0, 0xb4, 0xc5, 0xe2, 0xbe, 0xa2, 0x11, 0xc7,
|
||
|
|
0x82, 0xaf, 0xce, 0x88, 0x9f, 0x4a, 0x0e, 0x54, 0x26, 0x53, 0x00, 0xe3, 0xb8, 0xe4, 0xb8, 0xa8,
|
||
|
|
0x84, 0x8b, 0x12, 0x93, 0x2c, 0xc1, 0x9c, 0x70, 0xc3, 0x29, 0x49, 0x67, 0x6a, 0x5b, 0x7f, 0x15,
|
||
|
|
0x61, 0x3e, 0xcd, 0xbf, 0xba, 0xd1, 0xe7, 0x50, 0xd3, 0x6f, 0xa8, 0x14, 0xb0, 0x34, 0x4d, 0x01,
|
||
|
|
0xd2, 0xc3, 0xce, 0xf9, 0x93, 0xfd, 0x29, 0x34, 0xe1, 0x45, 0xaa, 0xed, 0xe7, 0xf9, 0x4d, 0x26,
|
||
|
|
0xdc, 0xec, 0x29, 0x04, 0x13, 0x28, 0x21, 0xbb, 0x52, 0x3b, 0x38, 0x26, 0xeb, 0x1a, 0x83, 0x78,
|
||
|
|
0xdd, 0x6a, 0xfb, 0x69, 0x7e, 0xeb, 0x74, 0xda, 0xd6, 0xb8, 0x36, 0x61, 0xb6, 0x13, 0x86, 0x6f,
|
||
|
|
0xe8, 0x19, 0x53, 0x44, 0x24, 0x26, 0x59, 0x01, 0x10, 0x52, 0xed, 0x07, 0xbe, 0x10, 0x9d, 0x14,
|
||
|
|
0x98, 0x86, 0x88, 0x5c, 0x1e, 0x84, 0xcc, 0xef, 0x3a, 0x28, 0xb0, 0x8a, 0xad, 0x2c, 0xb1, 0xae,
|
||
|
|
0xc7, 0x62, 0x21, 0xb5, 0x2f, 0xd9, 0x15, 0xca, 0xaa, 0x62, 0x6b, 0x08, 0x79, 0x01, 0x75, 0x65,
|
||
|
|
0x1d, 0xba, 0xfd, 0x21, 0xe3, 0x66, 0x05, 0x5d, 0xf2, 0xa0, 0xc8, 0xd0, 0x9e, 0x7b, 0xc2, 0xe2,
|
||
|
|
0x90, 0xfa, 0x26, 0x60, 0x62, 0x53, 0x3b, 0x53, 0x7d, 0x55, 0x57, 0xbd, 0xa8, 0x6a, 0x77, 0xe0,
|
||
|
|
0x53, 0x3e, 0x8a, 0x98, 0x59, 0x93, 0x2f, 0x41, 0x0a, 0x58, 0xbf, 0x18, 0xb0, 0xb8, 0xdb, 0x3b,
|
||
|
|
0x08, 0x59, 0x44, 0x39, 0x3b, 0xbe, 0xdc, 0xa2, 0x9c, 0x3e, 0x60, 0x75, 0x0b, 0xad, 0x52, 0x4e,
|
||
|
|
0x31, 0x41, 0x35, 0x1b, 0xc7, 0x82, 0x97, 0xd7, 0x11, 0xf5, 0xb9, 0x94, 0xb6, 0x14, 0xa4, 0x86,
|
||
|
|
0x88, 0xea, 0x3e, 0x08, 0x39, 0x66, 0xa1, 0x6c, 0x8b, 0xe1, 0x78, 0x1d, 0xcf, 0xbc, 0x53, 0x1d,
|
||
|
|
0xcf, 0xde, 0xaa, 0x8e, 0x7f, 0x2e, 0xc2, 0xd3, 0x09, 0x7a, 0x1e, 0x56, 0xfc, 0xc6, 0xed, 0xc5,
|
||
|
|
0xaf, 0xb8, 0x35, 0xf0, 0x1d, 0x10, 0xdc, 0xfe, 0xe7, 0xe2, 0x7f, 0x01, 0xf5, 0x4d, 0xea, 0xf7,
|
||
|
|
0x99, 0x77, 0x1c, 0x44, 0x8e, 0xeb, 0x0f, 0x12, 0x11, 0xe7, 0x40, 0x62, 0x41, 0xad, 0xe3, 0x79,
|
||
|
|
0xc1, 0x45, 0xe2, 0x04, 0xe8, 0x94, 0xc3, 0xd0, 0x27, 0x0c, 0xbd, 0xab, 0xc4, 0xa7, 0xaa, 0x7c,
|
||
|
|
0x34, 0xcc, 0xfa, 0xc9, 0x80, 0x85, 0x9e, 0x33, 0x3c, 0xa0, 0x23, 0x7e, 0x2a, 0xde, 0xa9, 0x20,
|
||
|
|
0x72, 0xbf, 0x17, 0x0a, 0x7c, 0x20, 0xe9, 0x1e, 0xd2, 0xc1, 0x5a, 0xf2, 0xb6, 0x88, 0xb1, 0xc2,
|
||
|
|
0x3e, 0x52, 0xa2, 0xc5, 0xb1, 0xc2, 0xd6, 0x15, 0x71, 0x38, 0x56, 0xd8, 0x27, 0xaa, 0xe8, 0x71,
|
||
|
|
0xac, 0xb0, 0x4f, 0x15, 0x41, 0x38, 0x16, 0x27, 0x1f, 0xd2, 0xc1, 0xea, 0x87, 0x8a, 0x10, 0x69,
|
||
|
|
0x24, 0xe8, 0x6a, 0x52, 0xd6, 0x68, 0x24, 0x68, 0x1b, 0x4b, 0xba, 0x2e, 0xd1, 0xb6, 0xb5, 0x01,
|
||
|
|
0x7a, 0x64, 0xab, 0xaa, 0x53, 0xe0, 0x58, 0x61, 0x6d, 0xbc, 0x56, 0x0d, 0xb1, 0x76, 0xee, 0x56,
|
||
|
|
0x75, 0x79, 0x2b, 0xeb, 0xf7, 0x02, 0x3c, 0x99, 0xc2, 0x6a, 0x1c, 0xde, 0x59, 0xf1, 0x2f, 0xb5,
|
||
|
|
0xd3, 0xaa, 0x6d, 0x92, 0x5f, 0x27, 0x66, 0x14, 0xaf, 0xa2, 0x7d, 0x85, 0x61, 0xf7, 0x6c, 0x90,
|
||
|
|
0xb5, 0xf5, 0x0c, 0x48, 0x5f, 0xf9, 0x99, 0xec, 0x95, 0xb7, 0xfe, 0x34, 0xe0, 0xbd, 0x89, 0x98,
|
||
|
|
0x37, 0x03, 0xff, 0xc4, 0x8d, 0xce, 0xee, 0x2c, 0x88, 0x29, 0x24, 0xfd, 0xcb, 0xd4, 0xbf, 0x4a,
|
||
|
|
0x82, 0x15, 0x63, 0x85, 0x7d, 0xac, 0xfa, 0x03, 0x8e, 0x73, 0x12, 0xa9, 0x3f, 0x84, 0x44, 0x14,
|
||
|
|
0xda, 0x4e, 0xd0, 0x35, 0xb3, 0x9e, 0x09, 0x67, 0xcd, 0x8a, 0x60, 0xf9, 0x7a, 0xfe, 0xee, 0x21,
|
||
|
|
0xf5, 0x53, 0x5a, 0xb3, 0xf5, 0x6b, 0x11, 0x56, 0xae, 0x3b, 0xf4, 0x0d, 0xbb, 0xb8, 0x73, 0xde,
|
||
|
|
0x54, 0xe7, 0x90, 0x69, 0xc3, 0xce, 0x91, 0xfe, 0xa0, 0x4a, 0x8d, 0x62, 0xf6, 0x83, 0x4a, 0x0b,
|
||
|
|
0xbe, 0x3c, 0xfe, 0x13, 0x9d, 0xfc, 0x43, 0x2e, 0xc1, 0xdc, 0xc6, 0xc8, 0x77, 0x3c, 0x96, 0xf6,
|
||
|
|
0xf7, 0xd4, 0xc6, 0xdf, 0xd3, 0x39, 0xe5, 0x34, 0xea, 0x3a, 0x2a, 0x8f, 0xa9, 0x2d, 0x1e, 0xc6,
|
||
|
|
0x23, 0xdf, 0x3d, 0x67, 0x51, 0x4c, 0xbd, 0x3d, 0xd7, 0x1f, 0x26, 0x0f, 0x63, 0x0e, 0x24, 0x2f,
|
||
|
|
0xe1, 0x91, 0xf8, 0x2d, 0xf4, 0x9c, 0xa1, 0xea, 0x66, 0x2a, 0xcd, 0x63, 0xa8, 0x38, 0xa9, 0xe7,
|
||
|
|
0x0c, 0x0f, 0x83, 0x21, 0xf3, 0x55, 0xca, 0x53, 0x9b, 0x34, 0x61, 0x5e, 0x79, 0xa7, 0x81, 0xca,
|
||
|
|
0xfc, 0x8f, 0xc3, 0xa2, 0x8f, 0x26, 0xab, 0x36, 0x4f, 0x87, 0x4a, 0x0f, 0x3a, 0x64, 0xfd, 0x60,
|
||
|
|
0xc0, 0xf3, 0x1b, 0x33, 0x74, 0x0f, 0xca, 0x68, 0x40, 0xd5, 0x66, 0x8e, 0x1b, 0xb1, 0x3e, 0x17,
|
||
|
|
0xe5, 0x2e, 0x1f, 0x5d, 0x1d, 0x12, 0xed, 0xe8, 0xf8, 0x52, 0x5e, 0x56, 0xca, 0x27, 0x31, 0xc9,
|
||
|
|
0x2b, 0x58, 0x3c, 0x8a, 0x59, 0x94, 0x0a, 0x35, 0xdb, 0x46, 0xd6, 0xe5, 0x35, 0xb3, 0xa4, 0x05,
|
||
|
|
0x44, 0x9b, 0x49, 0x5a, 0x8c, 0x4c, 0xff, 0x94, 0x19, 0x2b, 0x84, 0x27, 0x5f, 0xdb, 0x9b, 0x81,
|
||
|
|
0xef, 0xb3, 0x3e, 0xbf, 0xbf, 0x46, 0xb3, 0x04, 0x73, 0x07, 0x62, 0xb7, 0xec, 0xda, 0xa9, 0x6d,
|
||
|
|
0xfd, 0x5d, 0x84, 0xc5, 0x69, 0x47, 0xde, 0x03, 0xe1, 0x2b, 0x00, 0x6e, 0x6c, 0x33, 0x3e, 0x8a,
|
||
|
|
0xfc, 0x9d, 0x75, 0x3c, 0xb8, 0x6e, 0x6b, 0x08, 0x7e, 0x18, 0x45, 0x5d, 0xec, 0xb9, 0xb1, 0x28,
|
||
|
|
0x9e, 0x22, 0x7e, 0x18, 0x13, 0x20, 0x2b, 0x96, 0x92, 0x5e, 0x2c, 0xb7, 0xff, 0x31, 0xac, 0x00,
|
||
|
|
0x50, 0x2c, 0x12, 0x3c, 0x6e, 0x16, 0x8f, 0xd3, 0x10, 0xf2, 0x3e, 0x3c, 0xee, 0xc6, 0x1b, 0xd4,
|
||
|
|
0xdf, 0x0f, 0x1c, 0xf7, 0xe4, 0x4a, 0xd6, 0x13, 0x56, 0x57, 0xd9, 0x9e, 0x9c, 0x10, 0x62, 0xea,
|
||
|
|
0xa8, 0xb5, 0x67, 0xae, 0xfc, 0x42, 0xd7, 0x6d, 0x1d, 0x12, 0xe5, 0xb1, 0xc5, 0x4e, 0xe8, 0xc8,
|
||
|
|
0xe3, 0x69, 0xad, 0x02, 0x7a, 0x8d, 0xc3, 0xe2, 0x64, 0x05, 0xed, 0x30, 0xea, 0xa8, 0x6e, 0x24,
|
||
|
|
0xab, 0x6d, 0x72, 0x82, 0xb4, 0x61, 0x21, 0x0f, 0x7e, 0xe1, 0x7a, 0xcc, 0x4d, 0x6a, 0x6f, 0xea,
|
||
|
|
0x9c, 0xf5, 0x47, 0x01, 0x96, 0x27, 0x93, 0x7c, 0x5f, 0x6d, 0xeb, 0x06, 0x79, 0xbd, 0xf3, 0xd3,
|
||
|
|
0xa8, 0x3f, 0x69, 0xe5, 0xfc, 0x93, 0x66, 0xbd, 0x85, 0x67, 0x37, 0x04, 0x7f, 0x77, 0xa1, 0x6e,
|
||
|
|
0x54, 0xbf, 0xad, 0xb4, 0x5a, 0x1f, 0x48, 0xef, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x01, 0x10,
|
||
|
|
0x6b, 0x52, 0x0e, 0x11, 0x00, 0x00,
|
||
|
|
}
|