Ver código fonte

Merge branch 'master' of http://git.choozmo.com:3000/choozmo/ArkCard-Linebot into master

jeter20131220 3 anos atrás
pai
commit
cd32824013
2 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      ArkCard-web/goto.js
  2. BIN
      __pycache__/main.cpython-39.pyc

+ 2 - 1
ArkCard-web/goto.js

@@ -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) {

BIN
__pycache__/main.cpython-39.pyc