PHP 不能得到 multipart/form-data 类型的 body 原始数据!!!

用 file_get_contents(‘php://input’); 只能得到 Content-Type 不为 multipart/form-data 类型的。

标记一下~