From b806c4ad52a661a1e5f0695650ec1a7e42f01633 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:48 +0800
Subject: [PATCH] 提交
---
admin/src/api/business/orders.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/business/orders.js b/admin/src/api/business/orders.js
index 9dc7178..ff44497 100644
--- a/admin/src/api/business/orders.js
+++ b/admin/src/api/business/orders.js
@@ -37,6 +37,16 @@
return request.post('/business/orders/manualRefund', data)
}
+// 寮傚父娲惧崟
+export function handleException (data) {
+ return request.post('/business/orders/handleException', data)
+}
+
+// 鏌ヨ鎵嬪姩閫�娆捐鎯�
+export function manualRefundDetail (orderId) {
+ return request.get(`/business/orders/manualRefundDetail/${orderId}`)
+}
+
// 鍒犻櫎
export function deleteById (id) {
return request.get(`/business/orders/delete/${id}`)
--
Gitblit v1.9.3