mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
by gateway: 支付渠道的代码优化
This commit is contained in:
@ -27,15 +27,6 @@ export function deleteChannel(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获得支付渠道分页
|
||||
export function getChannelPage(query) {
|
||||
return request({
|
||||
url: '/pay/channel/page',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 获得支付渠道
|
||||
export function getChannel(appId,code) {
|
||||
return request({
|
||||
|
Reference in New Issue
Block a user