From 4000c97fa93065b59d7ccaefefb8977d2942ed2f Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期三, 04 二月 2026 08:58:28 +0800
Subject: [PATCH] feat(登录): 添加自动登录功能
---
src/api/product/outbound.ts | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/product/outbound.ts b/src/api/product/outbound.ts
index d338ef1..19a23e5 100644
--- a/src/api/product/outbound.ts
+++ b/src/api/product/outbound.ts
@@ -57,6 +57,15 @@
});
},
+ // 鎷変笣鍗曚笣浜岀淮鐮佹煡璇紙閫氳繃鍗曚笣鍙凤紝杩斿洖瀵硅薄锛�
+ getTagByMonofilamentNumber(params: { monofilamentNumber: string }) {
+ return request<BaseResult<any>>({
+ url: "/app/getTagByMonofilamentNumber",
+ method: "GET",
+ data: params,
+ });
+ },
+
// 缁炵嚎浜岀淮鐮佹煡璇�
getTagByIdJx(params: { outPutId: string | number }) {
return request<BaseResult<any>>({
--
Gitblit v1.9.3