xg
This commit is contained in:
parent
8783b6493d
commit
8ebba279dc
@ -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'),
|
||||
},
|
||||
})
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user