diff --git a/api/pages/message/index.js b/api/pages/message/index.js index 8adbfa6..136b8fd 100644 --- a/api/pages/message/index.js +++ b/api/pages/message/index.js @@ -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'), + }, }) } \ No newline at end of file