wechat

package
v1.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizedUser

type AuthorizedUser struct {
	DefaultMaxDay  int    `json:"defaultMaxDay,omitempty"`
	Freeze         bool   `json:"freeze,omitempty"`
	FreezeTime     int    `json:"freezeTime,omitempty"`
	HeadImgUrl     string `json:"headImgUrl,omitempty"`
	MaxDaysOptions []int  `json:"maxDaysOptions,omitempty"`
	NickName       string `json:"nickName,omitempty"`
}

AuthorizedUser

type LoginState

type LoginState struct {
	Avatar    string `json:"avatar,omitempty"`
	Confirmed bool   `json:"confirmed,omitempty"`
	IsExpired bool   `json:"isExpired,omitempty"`
	NickName  string `json:"nickName,omitempty"`
}

LoginState

type LoginTicket

type LoginTicket struct {
	State string `json:"state,omitempty"`
}

LoginTicket

Source Files

  • wechat.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL