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) {
return request({
url: `/nurseApplet/chatRecord/getMegList`,
method: 'GET',
method: 'post',
data,
header: {
region: uni.getStorageSync('region'),