mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-04 08:13:43 +08:00
feat: 完成人机交互验证 API 接入,增加短信防刷验证
This commit is contained in:
@@ -3,9 +3,9 @@ ProxyURL = "http://172.22.11.200:7777"
|
||||
MysqlDns = "root:mysql_pass@tcp(localhost:3306)/chatgpt_plus?charset=utf8mb4&collation=utf8mb4_unicode_ci&parseTime=True&loc=Local"
|
||||
StaticDir = "./static"
|
||||
StaticUrl = "http://localhost:5678/static"
|
||||
AesEncryptKey = "YOUR_AES_KEY"
|
||||
FunApiToken = "YOUR_FUN_API_TOKEN"
|
||||
AesEncryptKey = "{YOUR_AES_KEY}"
|
||||
StartWechatBot = false
|
||||
EnabledMsgService = false
|
||||
|
||||
[Session]
|
||||
Driver = "cookie"
|
||||
@@ -27,9 +27,14 @@ StartWechatBot = false
|
||||
Port = 6379
|
||||
Password = ""
|
||||
|
||||
[ApiConfig]
|
||||
ApiURL = "{URL}"
|
||||
AppId = "{APP_ID}"
|
||||
Token = "{TOKEN}"
|
||||
|
||||
[SmsConfig]
|
||||
AccessKey = "YOUR_ACCESS_KEY"
|
||||
AccessSecret = "YOUR_SECRET_KEY"
|
||||
AccessKey = "{YOUR_ACCESS_KEY}"
|
||||
AccessSecret = "{YOUR_SECRET_KEY}"
|
||||
Product = "Dysmsapi"
|
||||
Domain = "dysmsapi.aliyuncs.com"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user