From 8a09b751a8be8c4ed376f42e7f64e0794001e06a Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期三, 23 四月 2025 13:27:03 +0800
Subject: [PATCH] test: 绞线新城测试
---
src/api/product/twist.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts
index 54d1fe1..78caaa4 100644
--- a/src/api/product/twist.ts
+++ b/src/api/product/twist.ts
@@ -28,6 +28,14 @@
data: params,
});
},
+
+ addStrandedWireDish(data: any) {
+ return request<BaseResult<any>>({
+ url: "/app/addStrandedWireDish",
+ method: "POST",
+ data: data,
+ });
+ },
};
export default TwistApi;
--
Gitblit v1.9.3