From e1ad9e37377fa50c885b1c7d606eb530009f3cac Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期三, 23 四月 2025 14:06:48 +0800
Subject: [PATCH] style: 保存位置

---
 src/api/product/twist.ts |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts
index 8a39f77..78caaa4 100644
--- a/src/api/product/twist.ts
+++ b/src/api/product/twist.ts
@@ -23,11 +23,19 @@
   // 鍗曚笣棰嗙敤鎵爜
   getScarn(params: any) {
     return request<BaseResult<any>>({
-      url: "/app/getScarn",
+      url: "/app/scarn",
       method: "GET",
       data: params,
     });
   },
+
+  addStrandedWireDish(data: any) {
+    return request<BaseResult<any>>({
+      url: "/app/addStrandedWireDish",
+      method: "POST",
+      data: data,
+    });
+  },
 };
 
 export default TwistApi;

--
Gitblit v1.9.3