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

5 lines
144 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 15:04:24 +08:00
return get('/zlpt-order/maType/getEquipmentType', {})
2023-12-05 17:05:54 +08:00
}