Compare commits
2 Commits
64f44d0736
...
ddcc65c9fd
| Author | SHA1 | Date | |
|---|---|---|---|
| ddcc65c9fd | |||
| 2816872048 |
@ -202,7 +202,7 @@ def get_table_qrcode(table_id):
|
|||||||
params={"access_token": wx_token_cache['access_token']},
|
params={"access_token": wx_token_cache['access_token']},
|
||||||
json={
|
json={
|
||||||
"path": f"/pages/timer/timer?table_id={table_id}",
|
"path": f"/pages/timer/timer?table_id={table_id}",
|
||||||
"env_version": "trial",
|
"env_version": "release", # 小程序版本,
|
||||||
"width": 280
|
"width": 280
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user