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.
我想更新一个组,所以我使用 put 方法发送 json pe {"admin":1,"user":0}。
$response = $this->_client->put("http://10.10.10.10.xip.io/groups/29")->send();
我试图将它添加到 url 但没有运气。我似乎无法在后端抓住它。请记住,我在后面使用 Laravel。提前谢谢各位。
大嘴:
$this->_client ->put($this->_requestUrl, array(), json_encode($this->_restObject)) ->send();
拉拉维尔
Input::json()->all()