'-'
zhangwei
2025-07-29 2aa2da6ff94c0e88e7ba0638606881a3c04cf579
src/api/register/index.ts
@@ -46,6 +46,15 @@
  );
};
// 修改角色用户资料
export const createrExRolsInformation1 = (data?: object) => {
  return http.request<Result>(
    "post",
    baseUrlApi("/api/customer/createrExRolsInformation"),
    { data }
  );
};
// 获取企业类型
export const enterpriseTypes = (data?: object) => {
  return http.request<Result>(
@@ -56,3 +65,4 @@
    }
  );
};