The $_POST variable won't include JSON data, so you'll need to read the raw input stream. $data = file_get_contents(“php://input”);. More ...
確定! 回上一頁