wlzboy
2025-09-22 fe95f471666d93e7822a4886c1c69dafbd6b2a1e
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
  })
}
}