import { get, post } from '../../index' export const getGoodsClassListApi = () => { return get('/zlpt-home/maType/getEquipmentType', {}) } export const apiGetCollect = (params = {}) => { return post('/zlpt-equip/dev/userCollectList',params) }