- 修改后端路由:POST /api/bills/:id - 修改前端 API 调用方法为 POST - 移除临时添加的 CORS 中间件 - 解决生产环境 405 Method Not Allowed 问题