Explorar el Código

修改endpoint

Mike hace 3 años
padre
commit
51aa62229b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      html/index.html

+ 1 - 1
html/index.html

@@ -57,7 +57,7 @@ $(document).ready(function () {
           text: '請先輸入要查詢的手機號碼',
       });
     } else { // 已輸入手機號碼
-      axios.get('http://139.162.121.30:8887/check', {
+      axios.get('https://ac.hhh.com.tw/check', {
         params: {
           cellphone: cellphone
         }