Mike 3 лет назад
Родитель
Сommit
94616bdbed
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ArkCard-web/qr-code.html

+ 2 - 2
ArkCard-web/qr-code.html

@@ -72,7 +72,7 @@
 <script>
 $(document).ready(function () {
     liff.init({
-        liffId: "1656404434-gJ0Nzy1Y"
+        liffId: "1656404434-Bg83Zm0j"
     })
     .then(() => {
         var context = liff.getContext();
@@ -86,7 +86,7 @@ $(document).ready(function () {
             console.log("您未登入");
             console.log('context.userId = ' + context.userId); // test
             //liff.login({ redirectUri: "https://ark.cards/collect.html?"+context.userId });  // test
-            liff.login({ redirectUri: "https://liff.line.me/1656404434-gJ0Nzy1Y?"+context.userId });  // test
+            liff.login({ redirectUri: "https://liff.line.me/1656404434-Bg83Zm0j?"+context.userId });  // test
         } else {
             console.log("您已登入");
         }