TP5.X系列Request中的get和post方法问题

浏览:12996 发布日期:2017/02/09 分类:ThinkPHP5专区
成功的Get请求:***/public/index/index/index?name=true

return dump(request()->get()) 这样能成功返回

失败的Get请求:***/public/index/index/index/name/true

return dump(request()->get()) 这样却返回空数组


Post方法也无法返回,测试工具Postman
最佳答案
评论( 相关
后面还有条评论,点击查看>>