|
@@ -28,8 +28,8 @@ $(document).ready(function () {
|
|
|
var collectuserid = getcollect[1];
|
|
|
$.ajax({
|
|
|
method: "GET",
|
|
|
- // url: "https://api.ptt.cx:8228/collection/" + collectuserid + "",
|
|
|
- url:"https://api.ptt.cx:8228/collection/Uf161c92b16f84357987a78c2b4b47719",
|
|
|
+ url: "https://api.ptt.cx:8228/collection/" + collectuserid + "",
|
|
|
+ // url:"https://api.ptt.cx:8228/collection/Uf161c92b16f84357987a78c2b4b47719",
|
|
|
dataType: "json",
|
|
|
})
|
|
|
.done(function (msg) {
|