From b5b16a26de0d84d7b5fb69b584377bdc3582e3ab Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 21 九月 2025 20:43:08 +0800
Subject: [PATCH] feat: 更新评价功能

---
 ruoyi-ui/src/api/system/order.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/api/system/order.js b/ruoyi-ui/src/api/system/order.js
index ccb017e..9d3cfc1 100644
--- a/ruoyi-ui/src/api/system/order.js
+++ b/ruoyi-ui/src/api/system/order.js
@@ -59,4 +59,13 @@
     method: 'get',
     params: query
   })
-} 
\ No newline at end of file
+}
+
+// 鏌ヨ璁㈠崟璇︾粏
+export function getOrderDetail(orderId, params) {
+  return request({
+    url: '/system/order/' + orderId,
+    method: 'get',
+    params: params
+  })
+}

--
Gitblit v1.9.1