import api from '@/utils/api' export function pull() { return api({ url: '/category/pull', method: 'get' }) }