@@ -49,9 +49,10 @@ def get_db_connection():
# 檢查已登錄過的客戶手機號碼
@app.get("/check")
-async def checkCellphone(cellphone: str = '0975-516-501'):
- # 手機號碼清單
+async def checkCellphone(cellphone: str = ''):
temp_list = cellphone.split("\n")
+
+ # 手機號碼清單
cellphone_list = []
# 避免換行空白問題