javascript - How to receive the parameters of apicloud ajax php service
phpcn_u1582
phpcn_u1582 2017-05-31 10:33:25
0
1
525
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

phpcn_u1582
phpcn_u1582

reply all(1)
Ty80

$_POST['ids'], doesn’t it work

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template