zhangwei
2025-07-23 9df24dd94096b622e42230498e2f679f0c5dbb37
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>(