接口问题

发布于 7 年前作者 jtan5626 次浏览最后编辑 7 年前来自 ask

怎么回事啊?

2 回复
xiulan59
xiulan591 楼6 年前
getGoods:function(code,iv,ed){
    let that = this;
    wx.request({
      url: '***********',
      method: 'POST',
      data: {
        code,
        iv,
        encryptedData:ed,
      },
      header: {
        'xx' : '*****************'
      },
      success: function(res){
         
      }
    })
  },

然后先或得这三个值后,再调用改函数,并传参

changwei
changwei2 楼5 年前

望大家可以帮忙解决  谢谢