实现用户咨询数据收集接口

This commit is contained in:
2025-12-18 14:22:56 +08:00
parent 0207720943
commit 8f2e71849f
14 changed files with 606 additions and 121 deletions

View File

@@ -1,19 +1,15 @@
## TODO
价格与优惠
优化中间件,配置通用限速
trade/create 性能问题,缩短事务时间,考虑其他方式实现可靠分布式事务
jsonb 类型转换问题,考虑一个高效的 any 到 struct 转换工具
端口资源池的 gc 实现
channel 服务代码结构,用 provider 代替整个 service 的复用
用反射实现环境变量解析,以简化函数签名
observe 部署,蓝狐部署
---
用反射实现环境变量解析,以简化函数签名
分离 task 的客户端支持多进程prefork 必要!)
调整目录结构:
@@ -39,6 +35,10 @@ http 调用 clients 的初始化函数
---
数据库转模型文件
jsonb 类型转换问题,考虑一个高效的 any 到 struct 转换工具
慢速请求底层调用埋点监控
- redis
- gorm