Home  >  Q&A  >  body text

javascript - How to receive the parameters of apicloud ajax php service

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_u1582phpcn_u15822698 days ago484

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-31 10:35:25

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

    reply
    0
  • Cancelreply