scan the QR code to log in on the WeChat public account

This commit is contained in:
landaiqing
2024-08-15 23:56:46 +08:00
parent 55759a33db
commit e8fbff7e7f
28 changed files with 1095 additions and 432 deletions

View File

@@ -15,6 +15,7 @@ func main() {
core.InitRedis() // 初始化redis
core.InitCaptcha() // 初始化验证码
core.InitIDGenerator() // 初始化ID生成器
core.InitWechat() // 初始化微信
// 命令行参数绑定
option := cmd.Parse()
if cmd.IsStopWeb(&option) {