- import APIConfig from './api.js';
- import efunRequest from '../utils/efunRequest'
- export default class LibraryUrl {
-
- static getIndex(ageGroup) {
- return efunRequest.getHttpRequest().url(APIConfig.getLibraryUrl(`/category`)).params({
- ageGroup
- }).get();
- }
-
- }
|