From 7a8f1cb7741436c43fc5859707da5041d6648953 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 21 七月 2025 17:21:41 +0800
Subject: [PATCH] -

---
 src/api/register/index.ts |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/api/register/index.ts b/src/api/register/index.ts
index f1ce05c..0c7e2a2 100644
--- a/src/api/register/index.ts
+++ b/src/api/register/index.ts
@@ -39,3 +39,19 @@
     )
   );
 };
+
+// 娉ㄥ唽瑙掕壊鐢ㄦ埛璧勬枡
+export const createrExRolsInformation = (data?: object) => {
+  return http.request(
+    "post",
+    baseUrlApi("/api/customer/createrExRolsInformation"),
+    { data }
+  );
+};
+
+// 鑾峰彇浼佷笟绫诲瀷
+export const enterpriseTypes = (data?: object) => {
+  return http.request("post", baseUrlApi("/api/customer/enterpriseTypes"), {
+    data
+  });
+};

--
Gitblit v1.9.1