加入验证码和gftoken

This commit is contained in:
yxh
2020-01-04 22:44:31 +08:00
parent f46f452434
commit 5b7f965a04
7 changed files with 133 additions and 20 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ package boot
import "github.com/gogf/gf/frame/g"
func init() {
g.Server().SetPort(8200)
g.Server().SetPort(8200)
g.Server().AddStaticPath("/public", g.Cfg().Get("server.ServerRoot").(string))
}