From ddcc65c9fd776dd589f7028ba992ad09438f4aa7 Mon Sep 17 00:00:00 2001 From: ahao Date: Thu, 20 Mar 2025 13:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=8C=E5=AD=90=E7=94=9F=E6=88=90=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81=20=E6=94=B9=E4=B8=BA=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/routes/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/routes/tables.py b/frontend/routes/tables.py index 72e496b..7bb0bee 100644 --- a/frontend/routes/tables.py +++ b/frontend/routes/tables.py @@ -202,7 +202,7 @@ def get_table_qrcode(table_id): params={"access_token": wx_token_cache['access_token']}, json={ "path": f"/pages/timer/timer?table_id={table_id}", - "env_version": "release", + "env_version": "release", # 小程序版本, "width": 280 } )