Home > Q&A > body text
api.ajax({ url: 'http://vrjx.zhekd.com/index.php/Api/Index/goods_info_list', method: 'post', data: { ids:1 }
How does the php server receive ids
PHP中文网2017-05-31 10:35:25
$_POST['ids'], doesn’t it work
$_POST['ids']