标签: php json restsharp
我需要在PHP中收到来自RestSharp / 105.2.3.0的http帖子,据说给我发送以下内容:
<?php $json_params=file_get_contents("php://input"); $decoded_params = json_decode($json_params,true); foreach ($decoded_params as $dp){ echo $dp; }
我尝试在php中使用以下代码,但它没有用,有什么想法吗?
{{1}}