mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -53,10 +53,10 @@ export function getMerchantList(query) {
|
||||
}
|
||||
|
||||
// 财务管理页面获取运营商列表
|
||||
export function getFinancialMerchantList(param) {
|
||||
export function getFinancialMerchantList(data) {
|
||||
return request({
|
||||
url: '/pile/merchant/getFinancialMerchantList',
|
||||
method: 'get',
|
||||
params: param
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user