请问一下我提交问题后,返回的状态码是302,而不是200,导致生成数据不能成功
Route::post('questions/{question}/answer','AnswersController@store');
还有表单也是定义好了post,不知道是什么情况
Request URL:http://localhost:8000/questions/3/answer
Request Method:POST
Status Code:302 Found
Remote Address:127.0.0.1:8000
已解决,注入错误