Zlpt_Portal/src/http/api/home/index.ts

10 lines
253 B
TypeScript
Raw Normal View History

2023-12-05 17:05:54 +08:00
import { get, post } from '../../index'
export const getGoodsClassListApi = () => {
2023-12-08 20:30:52 +08:00
return get('/zlpt-home/maType/getEquipmentType', {})
}
2023-12-09 17:03:25 +08:00
export const apiGetCollect = (params = {}) => {
return post('/zlpt-equip/dev/userCollectList',params)
}