Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前正在处理 SMS API 在发送短信后检索 Post 请求报告。发送报告后,尝试通过 API 中间件回调报告。发送短信后,Ngrok 返回 405 Method Not Allowed。
恩格罗克回归
回调链接集
Api 中间件
您的路线被定义为POST请求。但是您的图像显示了GET请求。将请求方法更改为POST或将路由定义更改为Route::get。
POST
GET
Route::get