Mike %!s(int64=3) %!d(string=hai) anos
pai
achega
4c939f7a16
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -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()