소스 검색

修改endpoint

Mike 3 년 전
부모
커밋
51aa62229b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
         }