桌子生成二维码 改为生产环境
This commit is contained in:
parent
2816872048
commit
ddcc65c9fd
@ -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": "release",
|
"env_version": "release", # 小程序版本,
|
||||||
"width": 280
|
"width": 280
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user