From ef3906e9669cc75c054ef9bf4ea6336b727a539b Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 21 七月 2025 16:38:35 +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