胡轶钦 6 年 前
コミット
09ef1807ec
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      models/model/sys_component_conf.go

+ 1
- 1
models/model/sys_component_conf.go ファイルの表示

@@ -10,5 +10,5 @@ type SysComponentConf struct {
10 10
 	Ticket      string    `xorm:"VARCHAR(100)"`
11 11
 	Token       string    `xorm:"VARCHAR(500)"`
12 12
 	ExpiresDate time.Time `xorm:"DATETIME"`
13
-	AccessToken string    `xorm:"VARCHAR(500)"`
13
+	OriginToken string    `xorm:"VARCHAR(500)"`
14 14
 }