修改接口

This commit is contained in:
董海洋
2026-05-26 09:30:17 +08:00
parent ff40282dc1
commit 55452a2d21
9 changed files with 147 additions and 24 deletions
+1
View File
@@ -14,5 +14,6 @@ router.post('/', orderController.createOrder)
// 更新订单状态
router.put('/:id', orderController.updateOrder)
router.put('/:id/status', orderController.updateOrder)
module.exports = router.routes()