update 创建运营商新增选择等级

This commit is contained in:
2023-08-04 14:32:01 +08:00
parent bf1fa80497
commit 177dbd9091
4 changed files with 75 additions and 30 deletions

View File

@@ -9,6 +9,15 @@ export function listMerchant(query) {
})
}
// 查询充电桩运营商信息列表
export function queryFirstLevelMerchant(query) {
return request({
url: '/pile/merchant/queryFirstLevelMerchant',
method: 'get',
params: query
})
}
// 查询充电桩运营商信息详细
export function getMerchant(id) {
return request({