'-'
zhangwei
2025-07-23 d0dd3a849efb347cb9901a8e59312ab5b4e3ab40
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>(