model

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UID         = "uid"
	TITLE       = "title"
	CONTENT     = "content"
	AMOUNT      = "amount"
	OPEN_ID     = "open_id"
	USER_UID    = "user_uid"
	PLACE_UID   = "place_uid"
	AUTH_UID    = "auth_uid"
	AUTH_STATUS = "auth_status"
	APP_ID      = "app_id"
	MCH_ID      = "mch_id"
	API_KEY     = "api_key"
	CERT_FILE   = "cert_file"
	CERT_KEY    = "cert_key"
	CERT_NO     = "cert_no"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Weixinpayment

type Weixinpayment struct {
	db.ModelWithUID
	AuthUID  string `gorm:"type:char(32);index"`
	UserUID  string `gorm:"type:char(32)"`
	AppID    string `gorm:"type:varchar(32)"`
	MchID    string `gorm:"type:varchar(32)"`
	ApiKey   string `gorm:"type:varchar(32)"`
	CertNO   string `gorm:"type:varchar(64)"`
	CertKey  string `gorm:"type:varchar(4096)"`
	CertFile string `gorm:"type:varchar(4096)"`
}

Jump to

Keyboard shortcuts

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