src/api/register/index.ts
@@ -41,10 +41,17 @@ }; // 注册角色用户资料 export const createrExRolsInformationexport = (data?: object) => { export const createrExRolsInformation = (data?: object) => { return http.request( "post", baseUrlApi("/api/customer/createrExRolsInformationexport"), baseUrlApi("/api/customer/createrExRolsInformation"), { data } ); }; // 获取企业类型 export const enterpriseTypes = (data?: object) => { return http.request("post", baseUrlApi("/api/customer/enterpriseTypes"), { data }); };