zhangwei
4 天以前 ef3906e9669cc75c054ef9bf4ea6336b727a539b
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
  });
};