diff --git a/backend/shop/views.py b/backend/shop/views.py index 28638d7..0e978d1 100644 --- a/backend/shop/views.py +++ b/backend/shop/views.py @@ -1483,7 +1483,9 @@ class DistributorViewSet(viewsets.GenericViewSet): data = { "scene": distributor.invite_code, "page": "pages/index/index", # 扫码落地页 - "width": 430 + "width": 430, + "check_path": False, # 开发阶段不检查页面路径是否存在(因为可能还未发布) + "env_version": "develop" # 开发版 } res = requests.post(url, json=data)