-
zhangwei
7 天以前 0543f4989353b1ea9e83e3c5e6b14abd56b69167
src/api/register/index.ts
@@ -39,3 +39,12 @@
    )
  );
};
// 注册角色用户资料
export const createrExRolsInformationexport = (data?: object) => {
  return http.request(
    "post",
    baseUrlApi("/api/customer/createrExRolsInformationexport"),
    { data }
  );
};