接口问题
发布于 6 年前 作者 jtan 5503 次浏览 来自 问答

怎么回事啊?

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

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

望大家可以帮忙解决  谢谢

回到顶部