2884f54666
- Revised README.md to provide a clearer documentation structure for multiple mini programs, including a new table of contents. - Added references to common authentication documentation in both the remove watermark API and README files. - Improved clarity of the login interface description and error handling messages in the remove watermark API documentation.
戒烟/抽烟记录小程序
本小程序用于记录抽烟情况(日期、原因、烟瘾程度、数量等)。
依赖
- 公共登录与认证:
docs/common/auth.md - 通用响应结构:
docs/common/response.md
数据表
主表:fa_smoke_log(DDL 见:docs/sql/smoke.sql)。
说明:
- 该表使用旧系统字段:
createtime/updatetime/deletetime(秒级时间戳),并非 GORM 默认的created_at/updated_at/deleted_at。 - 接口层通过 Token 识别用户,
uid由后端从登录用户推导,不允许前端传入。