前端ajax使用jsonbody通信

接口文档

image-20220114093157990

ajax

$.ajax({
        contentType:"application/json",
        url: 你的url,
        type: 'post', 
        dataType: 'json',
        data: JSON.stringify({
            regionName: 330681,
            pgnum: 1,
            pgsize: 100,
            discoveryTime: "2021-12-14"
        }),
        success: function (res) {
            console.log(resarr);
  
        }
    })
posted @ 2022-01-14 09:40  zcbj588  阅读(154)  评论(0编辑  收藏  举报