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)"` }
Click to show internal directories.
Click to hide internal directories.