获取原始流数据,xml数据 案例:在做第三方时,微信服务端会每隔10分钟发送一个component_verify_ticket,因为这是个xml数据,就需要使用原始流进行获取 $text = file_get_contents("php://input");