Kaynağa Gözat

修改endpoint

Mike 3 yıl önce
ebeveyn
işleme
9d3d547b93
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      html/index.html

+ 1 - 1
html/index.html

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