新增 运营商财务管理页面

This commit is contained in:
Lemon
2023-07-06 15:48:06 +08:00
parent 3102893f32
commit 4d68c43eb8
11 changed files with 227 additions and 87 deletions

View File

@@ -51,3 +51,11 @@ export function getMerchantList(query) {
params: query
})
}
// 财务管理页面获取运营商列表
export function getFinancialMerchantList() {
return request({
url: '/pile/merchant/getFinancialMerchantList',
method: 'get'
})
}