This commit is contained in:
2024-03-18 15:05:08 +08:00
parent e77b232ef6
commit 7eb241014c

View File

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