Mike 3 years ago
parent
commit
4c939f7a16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -49,7 +49,7 @@ def get_db_connection():
 
 
 # 檢查已登錄過的客戶手機號碼
 # 檢查已登錄過的客戶手機號碼
 @app.get("/check")
 @app.get("/check")
-async def checkCellphone(cellphone: str = ''):
+async def checkCellphone(cellphone: str = '0975-516-501'):
     # 取得資料庫連線
     # 取得資料庫連線
     db = get_db_connection()
     db = get_db_connection()