1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-07 06:50:03 +08:00

合并验证码

This commit is contained in:
weiwait
2023-02-08 11:04:57 +08:00
parent cc5b77b993
commit ec52abe746
11 changed files with 427 additions and 5 deletions

View File

@@ -103,4 +103,12 @@ class Helper
// 获取临时密钥,计算签名
return (new Sts())->getTempKeys($config);
}
public static function injectAuthConfigs()
{
config()->set('captcha.default.length', 4);
config()->set('captcha.default.height', 34);
config()->set('captcha.default.width', 100);
config()->set('captcha.default.quality', 100);
}
}