$input = file_get_contents("php://input"); $input = json_decode($input,true); var_dump($input);
$input = file_get_contents("../XX.json");
PHP接受json数据
原文:https://www.cnblogs.com/HelloMrLee/p/13365621.html