123456789101112 |
- // export default function ({ $axios }) {
- // return {
- // getStarCoinOverview: () =>
- // $axios.$get('/activity/v1/inviteUser/orderRelation/starCoinOverview'),
- // };
- // }
- export const getStarCoinOverview = ({ $axios }, params) =>
- $axios.$get('/activity/v1/inviteUser/orderRelation/starCoinOverview', {
- params,
- });
|