jeter20131220 3 năm trước cách đây
mục cha
commit
aa4c759eff
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      ArkCard-web/goto.js

+ 2 - 1
ArkCard-web/goto.js

@@ -28,10 +28,11 @@ console.log(1);
 
 
 
 
   $(document).ready(function () {
   $(document).ready(function () {
+    var userid=location.search;
     function get_data(){
     function get_data(){
       $.ajax({
       $.ajax({
         method: "GET",
         method: "GET",
-        url:"https://api.ptt.cx:8228/receive/Uf161c92b16f84357987a78c2b4b47719",
+        url:"https://api.ptt.cx:8228/receive/"+userid+"",
         dataType: "json",
         dataType: "json",
     })
     })
     .done(function (msg) {
     .done(function (msg) {