export default function ({ $axios }) { return { registerForInvite: (data) => $axios.$post( '/user/v5/client/register/forLachineH5', data, ), }; }