dingdanquanliucheng/backend/app
taiyi a4ac682ad0 feat: 密码登录后自动绑定 open_id,为微信消息通知做准备
- 新增 /api/auth/bind-openid-by-code 接口,用 wx.login code 绑定 open_id
- 密码登录成功后自动调用绑定接口,无需用户手动操作
- 修复 auth.py 文档注释中的参数描述

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-06 22:04:17 +08:00
..
api feat: 密码登录后自动绑定 open_id,为微信消息通知做准备 2026-06-06 22:04:17 +08:00
core OCR功能通过 2026-06-01 11:24:20 +08:00
models feat: 完善数据报表模块前后端功能 2026-06-05 22:26:08 +08:00
repositories feat: 小程序微信手机号一键登录,替代账号密码输入 2026-06-06 17:41:11 +08:00
schemas feat: 小程序微信手机号一键登录,替代账号密码输入 2026-06-06 17:41:11 +08:00
services feat: 密码登录后自动绑定 open_id,为微信消息通知做准备 2026-06-06 22:04:17 +08:00
__init__.py 基础框架搭建 2026-05-14 13:51:06 +08:00
db.py 为 core 层和 models 层添加中文注释 2026-05-30 06:57:21 +08:00
main.py fix: 配置 logging.basicConfig 使 logger 输出可见 2026-06-02 14:35:37 +08:00