From 59bfd0b8bbbf0ee94ec68e4a3a1a6e536d0ad8fd Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:10:43 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
admin/src/api/business/orders.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/business/orders.js b/admin/src/api/business/orders.js
index 4d24457..ff44497 100644
--- a/admin/src/api/business/orders.js
+++ b/admin/src/api/business/orders.js
@@ -32,6 +32,21 @@
return request.post('/business/orders/updateById', data)
}
+// 鎵嬪姩閫�娆�
+export function manualRefund (data) {
+ 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