wechat

package
v0.0.0-...-a7b0e50 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlatformsInfo

type PlatformsInfo struct {
	UUID         string    `xorm:"varchar(36) pk notnull unique 'uuid'"`  // uuid
	AppID        string    `xorm:"varchar(64) pk notnull unique 'appid'"` // appid
	Name         string    `xorm:"varchar(64) 'name'"`                    // 名称
	AccessToken  string    `xorm:"varchar(64) 'access_token'"`            // 令牌
	RefreshToken string    `xorm:"varchar(64) 'refresh_token'"`           // 刷新令牌
	ExpiresIn    int64     `xorm:"varchar(64) 'expires_in'"`              // 令牌过期时间
	CreatedAt    int64     `xorm:"created"`
	UpdatedAt    time.Time `xorm:"updated"`
	DeletedAt    time.Time `xorm:"deleted"`
	Version      int64     `xorm:"version"`
}

PlatformsInfo ... 开发平台数据库

Jump to

Keyboard shortcuts

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