From 0c0c1d937b2c1a6be7d71ed14fb37bf1928774ab Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期五, 25 四月 2025 16:15:21 +0800
Subject: [PATCH] feat: 添加登出业务理

---
 src/api/product/twist.ts |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts
index 7f980af..57996cd 100644
--- a/src/api/product/twist.ts
+++ b/src/api/product/twist.ts
@@ -11,10 +11,27 @@
     });
   },
 
-  // 鏂板鎷変笣鎶ュ伐
-  addWireOutput(data: any) {
+  // 鏂板缁炰笣鎶ュ伐
+  addTwistOutput(data: any) {
     return request<BaseResult<any>>({
-      url: "/app/addWireOutput",
+      url: "/app/addWireOutput1",
+      method: "POST",
+      data: data,
+    });
+  },
+
+  // 鍗曚笣棰嗙敤鎵爜
+  getScarn(params: any) {
+    return request<BaseResult<any>>({
+      url: "/app/scarn",
+      method: "GET",
+      data: params,
+    });
+  },
+
+  addStrandedWireDish(data: any) {
+    return request<BaseResult<any>>({
+      url: "/app/addStrandedWireDish",
       method: "POST",
       data: data,
     });

--
Gitblit v1.9.3