laravel 接收post json

时间:2016-09-05 16:40:58   收藏:0   阅读:5052

laravel 接收post json
$request->getContent();
test
curl  -H "Content-type: application/json" -X POST -d ‘{"phone":"1344444","password":"test"}‘ http://homestead.app/user

 

windows command 连接wifi

netsh wlan export profile
netsh wlan connect ZYCT
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!