|
@@ -24,10 +24,11 @@ $(document).ready(function () {
|
|
|
collecturl = location.search;
|
|
|
getcollect = collecturl.split("?")
|
|
|
var collectuserid = getcollect[1];
|
|
|
+ console.log(collecturl);
|
|
|
$.ajax({
|
|
|
method: "GET",
|
|
|
url: "https://ark.cards:8228/collection/" + collectuserid + "",
|
|
|
- // url: "https://api.ptt.cx:8228/collection/Uf161c92b16f84357987a78c2b4b47719",
|
|
|
+ // url: "https://ark.cards:8228/collection/U09a0698f2a5d41bccbbd03ca988a1d15",
|
|
|
dataType: "json",
|
|
|
})
|
|
|
.done(function (msg) {
|