From 5d0120d2e8a6e5cd2e1e95d4c5ffeecf5fc1c4a6 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 10 十月 2023 15:35:58 +0800
Subject: [PATCH] Merge branch 'dev' into songshankun/adjust-style
---
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