查询会员组中的站点列表

This commit is contained in:
BOOL\25024
2024-02-19 16:27:50 +08:00
parent 1c0f088d60
commit 62e3108b7e
2 changed files with 41 additions and 6 deletions

View File

@@ -69,3 +69,12 @@ export function preferentialTemplates(data) {
data,
});
}
// 查询会员组中的站点列表
export function queryStationList(data) {
return request({
url: '/member/memberGroup/queryStationList',
method: 'post',
data: data
})
}