- elm and weixin token refresh added.
This commit is contained in:
8
business/models/config.go
Normal file
8
business/models/config.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
type Config struct {
|
||||
Id int
|
||||
Thirdparty string `orm:"size(20);unique"`
|
||||
Token string `orm:"size(300)"`
|
||||
Date string `orm:"size(30)"`
|
||||
}
|
||||
Reference in New Issue
Block a user