sys_component_conf.go 231B

123456789
  1. package model
  2. type SysComponentConf struct {
  3. Wxid string `xorm:"VARCHAR(20)"`
  4. Appid string `xorm:"VARCHAR(50)"`
  5. Aeskey string `xorm:"VARCHAR(100)"`
  6. Secret string `xorm:"VARCHAR(100)"`
  7. Ticket string `xorm:"VARCHAR(100)"`
  8. }