Compare commits

..

No commits in common. "ddcc65c9fd776dd589f7028ba992ad09438f4aa7" and "64f44d0736206ed340aff0acf51313133484f0fa" have entirely different histories.

View File

@ -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": "trial",
"width": 280
}
)