添加临时Token登录接口

This commit is contained in:
LawyZHENG
2021-03-16 13:28:38 +08:00
parent c7a1d0ef28
commit 25c58d9988
4 changed files with 91 additions and 27 deletions

View File

@@ -15,6 +15,7 @@ import (
"time"
"encoding/json"
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
"github.com/astaxie/beego/orm"

View File

@@ -1,9 +1,10 @@
package models
import (
"time"
"github.com/astaxie/beego/orm"
"github.com/lifei6671/mindoc/conf"
"time"
)
type CommentVote struct {