ajax无法获取到这个网址的数据
https://api.gostake.io/?source=greedy_index
有什么办法可以获取到?
$.ajax({
url: "https://api.gostake.io/?source=greedy_index",
type: "GET",
dataType: "json",
success: function () {
console.log(data);
},
});