时间:2021-07-01 10:21:17 帮助过:6人阅读
file_put_contents('test.txt', print_r($_POST, 1));
看看文件内容
jsonp调用接口自然就收到了
求解还是不懂,连怎么测试都不知道……求测试代码
$post = file_get_contents("php://input");
var_dump($post);
放在body post就是在header把二进制post过来。
参考: http://blog.csdn.net/fdipzone/article/details/40098169