From 73d7f7aed91cdaaaf61e6177dc02c71ef5ca51e8 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期三, 03 九月 2025 16:42:14 +0800
Subject: [PATCH] fix: 修复轨迹查询,界面报401的问题

---
 ruoyi-ui/src/api/system/orders.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/api/system/orders.js b/ruoyi-ui/src/api/system/orders.js
index 99d3781..b921c62 100644
--- a/ruoyi-ui/src/api/system/orders.js
+++ b/ruoyi-ui/src/api/system/orders.js
@@ -42,3 +42,11 @@
     method: 'delete'
   })
 }
+
+// 閲嶆柊鍙戦�佽鍗�
+export function resendOrder(orderId) {
+  return request({
+    url: '/system/orders/resend/' + orderId,
+    method: 'post'
+  })
+}

--
Gitblit v1.9.1