使用以下方法获取:
$put=file_get_contents('php://input');
$put=json_decode($put,1);
foreach ($put as $key => $value) {}
学习日志 LIUGUOFENG
使用以下方法获取:
$put=file_get_contents('php://input');
$put=json_decode($put,1);
foreach ($put as $key => $value) {}