From ddbf9504fc5faf6764fffa4e9263a3ad927331d8 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 14 七月 2025 17:14:26 +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