修改验证码

This commit is contained in:
wuyanwen 2019-12-14 23:09:03 +08:00
parent a9a857389a
commit a018373013

View File

@ -11,7 +11,7 @@ class LoginRequest extends CatchRequest
return [
'email|用户名' => 'email',
'password|密码' => 'require',
// 'captcha|验证码' => 'require|captcha'
'captcha|验证码' => 'require|captcha'
];
}