我在我的项目中安装了Laravel5.2和。我必须对网站和网络api使用相同的功能.对于网站,我的函数工作正常,但是当我对web使用相同的函数时,出现了错误TokenMismatchException in VerifyCsrfToken.php我的路线Route::post('admin/user_login', 'Auth\AuthController@authenticate&
我需要在post请求调用中将数据帧中的每一行发送到API,然后将响应存储到另一个数据帧中,该数据帧稍后导出并进行分析。(exception is in case there is no response from the API)
API可以处理大约5万多个QPS注意事项:我不想用这么多的QPS,因为它是一个生产API,我已经得到了大约10千QPS的补贴
既然我现在需要在一个