web

package
v0.0.0-...-a727cec Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2023 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AccessToken

func AccessToken(c *gin.Context)

Types

type WeixinAccessTokenResponse

type WeixinAccessTokenResponse struct {
	ErrorCode    int    `json:"errcode,omitempty"`
	ErrorMessage string `json:"errmsg,omitempty"`
	AccessToken  string `json:"access_token,omitempty"`
	ExpiresIn    uint   `json:"expires_in,omitempty"`
}

func (WeixinAccessTokenResponse) String

func (p WeixinAccessTokenResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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