php接收json post回调数据

// $_REQUEST = file_get_contents('php://input'); //json对像时需要这句接收
// $_REQUEST = json_decode($_REQUEST,true);

posted @ 2020-01-14 10:43  基隆二哥  阅读(912)  评论(0)    收藏  举报