axios get,post请求时带headers

axios post请求时带headers:

    axios.post("http://xxx.com/xxx/xxx/xxx?", { ‘queslistid‘: this.kemuid }, { headers: { ‘token‘: Cookies.get(‘token‘), ‘platform‘: ‘web‘ } }
    ).then((login) => {
      console.log(login)
    });

  

axios get请求时带headers:

    axios.get("http://xxx.com/xxx/?", { params: { id: this.kemuid }, headers: { token: Cookies.get(‘token‘), platform: ‘web‘ } }
    ).then((res) => {
      console.log(res);
    });

  

axios get,post请求时带headers

上一篇:WPf 带滚动条WrapPanel 自动换行 和控件右键菜单


下一篇:ESA2GJK1DH1K升级篇: STM32远程乒乓升级,基于Wi-Fi模块AT指令TCP透传方式,MQTT通信控制升级(含有数据校验)-APP用户程序制作过程