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