我在PhpStorm中获取帖子数据时遇到问题。
我的REST客户端配置是:
HTTP method : POST
HOST/port: http://templates.local
Path: public/index.php/template/nl_nl/html/sales/invoice
Headers:
Accept:application/json
Cache-Control:no-cache
Authorization:Basic YWRtaW46d2VsY29tZQ==
来自我选择的请求正文:File upload(multipart/form-data)
或File contents
或Text
我插入了我的JSON内容或选择了JSON文件,当我在我的var_dump($_POST)
中执行null
时控制器。它是Baz
。我想没有发送帖子数据。
有人可以给我一个想法,为什么或我做错了什么?