This commit is contained in:
2024-03-18 15:04:00 +08:00
parent d5bf877c80
commit e77b232ef6

View File

@ -3,7 +3,7 @@ import request from "../../request.js"
export function getMegVoList(data) {
return request({
url: `/nurseApplet/chatRecord/getMegVoList`,
method: 'GET',
method: 'post',
data,
header: {
region: uni.getStorageSync('region'),