var_dump(file_get_contents(‘php://input’)); //打印 json 传入数据
$arr = json_decode(file_get_contents(‘php://input’)) //解析成数组
火狐可调试 post /get /put 各种请求的插件工具 restclient
var_dump(file_get_contents(‘php://input’)); //打印 json 传入数据
$arr = json_decode(file_get_contents(‘php://input’)) //解析成数组
火狐可调试 post /get /put 各种请求的插件工具 restclient