This commit is contained in:
2026-05-09 21:46:00 +08:00
parent 27f0e47162
commit 6af8cdd7e0
2 changed files with 2 additions and 2 deletions

View File

@@ -188,6 +188,6 @@ sms:
# 短信服务商切换tencent / aliyun
provider: "tencent"
# 滑块验证码配置
captcha_enabled: true # 是否启用滑块验证码
captcha_enabled: false # 是否启用滑块验证码
captcha_secret: "" # 阿里云验证码密钥(可选)
scene_id: "wynt39to" # 阿里云验证码场景ID

View File

@@ -164,7 +164,7 @@ daily_ratelimit:
# ===========================================
sms:
# 短信服务商切换tencent / aliyun
provider: "aliyun"
provider: "tencent"
# 滑块验证码配置
captcha_enabled: false # 是否启用滑块验证码
captcha_secret: "" # 阿里云验证码密钥(可选)