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 } )