From a03f27c5edaab17263891dd2bc1e4e70fb96096c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 10 二月 2026 10:25:56 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dingyuannongji
---
admin/src/api/business/goodsorder.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/business/goodsorder.js b/admin/src/api/business/goodsorder.js
index d69ee1f..b829e37 100644
--- a/admin/src/api/business/goodsorder.js
+++ b/admin/src/api/business/goodsorder.js
@@ -29,3 +29,20 @@
export function updateById (data) {
return request.post('/business/goodsorder/updateById', data)
}
+
+// 淇敼
+export function orderRemark (data) {
+ return request.post('/business/goodsorder/orderRemark', data)
+}
+export function orderPlanCancelOrder (data) {
+ return request.post('/business/goodsorder/orderPlanCancelOrder', data)
+}
+export function orderRefund (data) {
+ return request.post('/business/goodsorder/orderRefund', data)
+}
+export function orderSendOutGoods (data) {
+ return request.post('/business/goodsorder/orderSendOutGoods', data)
+}
+export function detail (id) {
+ return request.get(`/business/goodsorder/${id}`)
+}
--
Gitblit v1.9.3