fix: 修复后端代码违规并更新协议文档

- 修复 notifications 模块 datetime.now() 缺少时区问题
- 用 ApiProblemError 替换 BaseService 中的 HTTPException
- 更新协议文档:添加错误码、繁体字段、邀请相关协议
- 升级 Docker 镜像版本
This commit is contained in:
qzl
2026-04-16 10:51:08 +08:00
parent aea514a9b5
commit 443c0c80ae
12 changed files with 113 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ include:
services:
redis:
image: redis:7-alpine
image: redis:7.4.2-alpine
container_name: eryao-local-redis
restart: unless-stopped
ports: