Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

二维码机制设计方案[参考] #4

Open
Liangdi opened this issue Jul 17, 2019 · 1 comment
Open

二维码机制设计方案[参考] #4

Liangdi opened this issue Jul 17, 2019 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Liangdi
Copy link
Member

Liangdi commented Jul 17, 2019

在目前的需求中,有几使用二维码: 活动签到,门禁扫码
根据客观条件,很多人会使用其他软件如微信,进行二维码扫描,因此将二维码内容设计为 URL,
第三方软件扫码的时候会打开页面,页面内容为功能提示和 app 下载引导(只有 app 的情况下)。

如果 App 扫描,解析具体的 URL 内容进行业务处理,比如 URL
格式为: https://server/page/action/param 等,具体实现的时候设计,需要考虑扩展应用

@Liangdi Liangdi added the documentation Improvements or additions to documentation label Jul 17, 2019
@yoyojacky
Copy link

后台要用一个框架来实现,例如flask或者Django, 然后扫码链接的URL就触发一条路由,
例如 https://server/page/action/openthedoor ---- > 由python脚本去数据库拉取用户微信名称,判断是否有效用户,如果是有效用户->判断是否在有效时间,如果都成立,则控制继电器Highlevel打开电磁锁, 否则提示用户联系管理员。
问题1: 二维码是否要固定,有可能不安全,如果实时生成二维码需要一个小主机例如树莓派在门口长时间工作(会引发一系列问题,例如供电,如何放置等,如何外接屏幕等。)
问题2:设备放置内网还是外网?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants