refactor: 修改环境

This commit is contained in:
2025-01-15 10:24:24 +08:00
parent 125f7da430
commit 4cea4fadd6
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ class Captcha
// 输出验证码
return success('获取验证码成功!', [
'token' => $token,
'code' => $captcha['code'],
'captcha' => $captcha["img"],
]);
}