qq音楽解析API

1171 ワード

文書:www.tjit.net
オープンインターフェース:api 88.net
個人コード:
input2(event){
    //      encodeURL  ,        ,         
  //js
var a = encodeURI(event.detail.value); this.setData({ songurl:a}); }, submit2(){ var vm = this; wx.request({ url: 'https://api88.net/api/qqmusic/?key=523077333&id='+this.data.songurl+'&type=so&cache=0&page=1&nu=10', success(res) { console.log(res); console.log(res.data.Body); // method(res); vm.setData({songlist: res.data.Body}); } }) },