实现用户系统手机号码绑定和登录(商业版)

This commit is contained in:
刘祥超
2023-11-17 11:51:29 +08:00
parent 7fead214d4
commit b7dccad449
9 changed files with 223 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
package models_test
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)