$putdata=file_get_contents("php://input");
$putdata=preg_replace('/\r|\n/','\n',trim($putdata)); #解决换行问题
$jason_array = json_decode($json,true);