浏览代码

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

jeter20131220 3 年之前
父节点
当前提交
cd32824013
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ArkCard-web/goto.js
  2. 二进制
      __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) {

二进制
__pycache__/main.cpython-39.pyc