wlzboy
2026-03-24 6676a35122fd9c97d1b1679c211bc8a9b97f08f2
ruoyi-ui/src/api/system/order.js
@@ -61,10 +61,11 @@
  })
}
// 查询订单详情
export function getOrderDetail(orderId) {
// 查询订单详细
export function getOrderDetail(orderId, params) {
  return request({
    url: '/system/order/' + orderId,
    method: 'get'
    method: 'get',
    params: params
  })
}
}