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