curl -H "Content-Type: application/json" http://127.0.0.1:8000 -X POST -d 'xxxx'

php

$strParam = $GLOBALS['HTTP_RAW_POST_DATA'];

 

相关文章: