jjSmileEveryDay
$.ajax(
                {
                    url:\'http://127.0.0.1:30080/api-a/quasiCustom/selectCustomList\',
                    type:\'post\',
                    dateType:\'json\',
                    beforeSend: function(xhr) {
                        xhr.setRequestHeader("organId:\'1333333333\'");
                    },
                    headers:{\'Content-Type\':\'application/json;charset=utf8\',\'organId\':\'1333333333\'},
                    data:JSON.stringify(org),
                    success:function(data){console.log("sucess");},
                    error:function(data){console.log("error");}
                }
            );

 

 

 

 

分类:

技术点:

相关文章:

  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2022-02-18
  • 2022-12-23
  • 2021-11-28
  • 2021-09-21
  • 2022-12-23
相关资源
相似解决方案