Mike 3 lat temu
rodzic
commit
f66a51d800
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -51,7 +51,7 @@ def get_db_connection():
 @app.get("/check")
 async def checkCellphone(cellphone: str = '0975-516-501'):
     # 手機號碼清單
-    cellphone_list = cellphone.replace("%0A", ",")
+    cellphone_list = cellphone.replace("\n", ",")
     print ('cellphone_list = ' + cellphone_list)
     
     # 取得資料庫連線