This commit is contained in:
@@ -1483,7 +1483,9 @@ class DistributorViewSet(viewsets.GenericViewSet):
|
|||||||
data = {
|
data = {
|
||||||
"scene": distributor.invite_code,
|
"scene": distributor.invite_code,
|
||||||
"page": "pages/index/index", # 扫码落地页
|
"page": "pages/index/index", # 扫码落地页
|
||||||
"width": 430
|
"width": 430,
|
||||||
|
"check_path": False, # 开发阶段不检查页面路径是否存在(因为可能还未发布)
|
||||||
|
"env_version": "develop" # 开发版
|
||||||
}
|
}
|
||||||
|
|
||||||
res = requests.post(url, json=data)
|
res = requests.post(url, json=data)
|
||||||
|
|||||||
Reference in New Issue
Block a user