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