小程序分销
All checks were successful
Deploy to Server / deploy (push) Successful in 44s

This commit is contained in:
jeremygan2021
2026-02-17 11:34:57 +08:00
parent 818b51a7ba
commit 094f9032c5

View File

@@ -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)