wanglizhong
2025-05-08 783686ff99c571dd41fc86cc7d93c92173fe86a0
ruoyi-ui/src/api/system/order.js
@@ -59,4 +59,13 @@
    method: 'get',
    params: query
  })
}
}
// 查询订单详细
export function getOrderDetail(orderId, params) {
  return request({
    url: '/system/order/' + orderId,
    method: 'get',
    params: params
  })
}