This commit is contained in:
2024-03-17 11:38:07 +08:00
parent 8783b6493d
commit 8ebba279dc

View File

@ -4,13 +4,19 @@ export function getMegVoList(data) {
return request({
url: `/nurseApplet/chatRecord/getMegVoList`,
method: 'GET',
data
data,
header: {
region: uni.getStorageSync('region'),
},
})
}
export function getMegList(data) {
return request({
url: `/nurseApplet/chatRecord/getMegList`,
method: 'GET',
data
data,
header: {
region: uni.getStorageSync('region'),
},
})
}