package model type SysComponentConf struct { Wxid string `xorm:"VARCHAR(20)"` Appid string `xorm:"VARCHAR(50)"` Aeskey string `xorm:"VARCHAR(100)"` Secret string `xorm:"VARCHAR(100)"` Ticket string `xorm:"VARCHAR(100)"` }