Jared 2 år sedan
förälder
incheckning
ff59dade54
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      js/liff-functions.js
  2. 1 1
      js/liff-init.js

+ 1 - 1
js/liff-functions.js

@@ -19,7 +19,7 @@ function getContext() {
 
 function sendMessage() {
   liff
-    .sendMessages([{ type: "text", text: "Hello from LIFF2.0" }])
+    .sendMessages([{ type: "text", text: "中文測試 Hello from LIFF2.0" }])
     .then(() => {
       window.alert("Message has been sent");
     })

+ 1 - 1
js/liff-init.js

@@ -1,7 +1,7 @@
 // ----- Configuration Zone! -----
 // Don't forget to change this to your LIFF ID
 
-const liffId = "1653671627-vopabBp5";
+const liffId = "1657114132-XEmRVaPz";
 
 // Don't forget to change this to your LIFF ID