xinelu-applet-ui/api/pagesB/homepage/index.js

10 lines
219 B
JavaScript
Raw Normal View History

2023-09-22 11:30:57 +08:00
import request from "../../request.js"
2023-09-22 11:08:14 +08:00
export function getPoserInfoListByType() {
return request({
url: `/nurseApplet/nearbyNursingStation/getPoserInfoListByType?moduleType=HOME_PAGE_MODULE`,
method: 'GET'
})
}