收藏
回答

请求服务时出错

代码:

getDept: function (pid) {

    var that=this;

    var param = "<PARAM><BISID>1001</BISID></PARAM>"

    wx.request({

      url: 'https://localhost:8080/wx_hh/queryAction!getList.action',

      data: {

        param:param

      },

      header: {

        'content-type': 'application/json'

      },

      success: function (res) {

        console.log(res.data)

      }

    })

  },


回答关注问题邀请回答
收藏

2 个回答

  • p弘
    p弘
    2017-02-15

    谢谢  解决了 找到原因了 是我后台服务有问题没有启动成功 修改后台服务后可以正常获取数据了

    2017-02-15
    有用
    回复
  • 淳
    2017-02-13

    你试着根据红色错误信息解决了吗?

    2017-02-13
    有用
    回复
登录 后发表内容