weixin

package module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2025 License: GPL-3.0 Imports: 16 Imported by: 1

README

weixin

微信登录,支付,通知等

Documentation

Index

Constants

View Source
const MODULE = "weixin"

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Id        string    `json:"id" xorm:"pk"`
	OpenId    string    `json:"openid,omitempty" xorm:"'openid'"`
	UnionId   string    `json:"unionid,omitempty" xorm:"'unionid'"`
	Name      string    `json:"name,omitempty"`
	Avatar    string    `json:"avatar,omitempty"`
	Cellphone string    `json:"cellphone,omitempty"`
	Admin     bool      `json:"admin,omitempty"`
	Disabled  bool      `json:"disabled,omitempty"`
	Created   time.Time `json:"created,omitempty" xorm:"created"`
	Updated   time.Time `json:"updated,omitempty" xorm:"updated"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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