域名不合法?

发布于 7 年前作者 li573478 次浏览最后编辑 7 年前来自 issues
  submit: function(e) {
    wx.request({
      method: 'post',
      url:'http://127.0.0.1:3000/',
      date: e.detail.value,
      success: function(res) {
        console.log(res)
      }
    })
  }
})
3 回复
qhe
qhe1 楼6 年前

项目设置里不检验域名那里打上勾

xieping
xieping2 楼6 年前

看看服务端代码呢,有没有接收 post 的请求

xiuying57
xiuying573 楼5 年前

在工具里关闭域名检验