- elm and weixin token refresh added.

This commit is contained in:
gazebo
2018-06-26 18:49:26 +08:00
parent 8ca0584794
commit 294a208d6c
6 changed files with 160 additions and 39 deletions

View 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)"`
}