This commit is contained in:
Lemon
2023-07-07 13:15:19 +08:00
parent 193fa58b2e
commit 753ed465f1
4 changed files with 13 additions and 5 deletions

View File

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