$.ajax({

type: "POST",

url: "/api/sharedownload?sign="+yunData.SIGN+"&timestamp="+yunData.TIMESTAMP,

data: "encrypt=0&product=share&uk="+yunData.SHARE_UK+"&primary,

dataType: "json",

success: function(d){

window.location.href = d.list[0].dlink;

}

});

相关文章:

  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-04-28
  • 2022-01-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-10-06
  • 2021-11-06
相关资源
相似解决方案