提交 26be7680 authored 作者: 张颂恩's avatar 张颂恩

增加炎帝的页面路径判断

上级 9188cee7
......@@ -1327,6 +1327,8 @@ def wx_process_label_scan(request,company_id,app_id=None):
response = render(request, 'label_scan/1/2/index.html')
elif company_id =="1" and app_id =="3":
response = render(request, 'label_scan/1/3/index.html')
elif company_id == "95971" and app_id =="2":
response = render(request, 'label_scan/95971/2/index.html')
elif company_id=='17738': #云南婷曼逸商贸有限公司
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论