8e5174c58c
- main.py: 自定义 exception_handler 手动添加 CORS 头,避免 500 响应被浏览器拦截 - crud/base.py: CRUDBase.get 的 id 参数改为 Any,兼容 int/BigInt 主键 - api/v1/points.py: query_recharge_status 去掉 str() 转换,直接传 int order_id