by gateway: 支付渠道的代码优化

This commit is contained in:
zhijiantianya@gmail.com
2023-07-12 20:34:43 +08:00
parent 35ceef371c
commit 47ba5b7b44
18 changed files with 365 additions and 423 deletions

View File

@ -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({