postman模拟接收application/json类型回调

pushTop 2019-12-29

postman设置

postman模拟接收application/json类型回调

 postman模拟接收application/json类型回调

php接收方法

$_REQUEST = file_get_contents(‘php://input‘);
$_REQUEST = json_decode($_REQUEST,true);

相关推荐

Alassad / 0评论 2020-02-13