import {createAPI} from '../../utils/httpRequest' export const getCategoryList = (data) => createAPI('part/category/list','post', data)