JSONプロンプトを返す
['code' => '認証コードエラー! ']
その後、422 の応答ヘッダーを持つステータス コードを返します
认证高级PHP讲师
return response()->json(['code' => '验证码错误!'],422)
return response()->json(['code' => '验证码错误!'],422)