This commit is contained in:
邹宗楠
2022-03-25 17:00:41 +08:00
parent 863859de40
commit d06c0bc554
3 changed files with 39 additions and 29 deletions

View File

@@ -4,6 +4,7 @@ type Config struct {
Id int
Thirdparty string `orm:"size(20);unique" json:"key"`
Token string `orm:"size(300)" json:"value"`
RefreshToken string `orm:"size(300)" json:"value"`
Date string `orm:"size(30)" json:"date"`
LastOperator string `orm:"size(32)" json:"lastOperator"` // 最后操作员
}