zhangwei
2025-07-23 4157b22112dd8d87e907d9cb6d14f74b5d454b7a
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>(