手機站ajax調(diào)用api
手機站ajax調(diào)用api接口,接口報錯;
$.ajax({
type:"POST",
dataType:"json",
url:"/index.php?s=/Api/Lt/alist",
錯誤如下:
PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
而pc端調(diào)用就一切正常,是咋回事呢