- dada added.

This commit is contained in:
gazebo
2018-06-21 14:30:45 +08:00
parent 30fac5afa3
commit 50790b3686
9 changed files with 116 additions and 11 deletions

View File

@@ -6,9 +6,13 @@ import (
"git.rosy.net.cn/jx-callback/globals"
_ "git.rosy.net.cn/jx-callback/routers"
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
)
func main() {
logs.SetLogFuncCallDepth(3)
beego.BConfig.Log.AccessLogs = true
baseapi.Init(globals.SugarLogger)
controller.InitOrder()