const { http } = require('../utils/util') // function getCategoryIMG(data) { // return http( // API.getCategoryURL, // { // method: 'GET', // data: data // } // ) // } module.exports = { getCategoryIMG }