mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 01:20:15 +08:00
集团列表 查询
This commit is contained in:
@@ -53,11 +53,11 @@ export function addMember(data) {
|
||||
}
|
||||
|
||||
// 查询会员组中的会员列表
|
||||
export function queryMemberList(data) {
|
||||
export function queryMemberList(query) {
|
||||
return request({
|
||||
url: '/member/memberGroup/queryMemberList',
|
||||
method: 'post',
|
||||
data: data
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
// 创建优惠计费模板
|
||||
@@ -71,11 +71,11 @@ export function preferentialTemplates(data) {
|
||||
}
|
||||
|
||||
// 查询会员组中的站点列表
|
||||
export function queryStationList(data) {
|
||||
export function queryStationList(query) {
|
||||
return request({
|
||||
url: '/member/memberGroup/queryStationList',
|
||||
method: 'post',
|
||||
data: data
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
@@ -112,4 +112,4 @@ export function queryConsumptionDetailListByVinCode(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user