From cda743ccc72a379a962a703bb049fa7bd12f3f0b Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 17 十月 2023 14:46:03 +0800
Subject: [PATCH] 编码的方法
---
src/api/client/client.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/client/client.js b/src/api/client/client.js
index 24473aa..6255964 100644
--- a/src/api/client/client.js
+++ b/src/api/client/client.js
@@ -56,3 +56,12 @@
method: "get"
})
}
+
+// 妫�鏌ュ鎴峰悕绉版槸鍚﹂噸澶�
+export function checkNameClient(data) {
+ return request({
+ url: "/api/client/checkName",
+ method: "post",
+ data
+ })
+}
--
Gitblit v1.8.0