Skip to content

Commit 43a7a77

Browse files
committed
by gateway: 支付渠道的代码优化
1 parent e45e8c6 commit 43a7a77

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/api/pay/channel.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ export function deleteChannel(id) {
2727
})
2828
}
2929

30-
// 获得支付渠道分页
31-
export function getChannelPage(query) {
32-
return request({
33-
url: '/pay/channel/page',
34-
method: 'get',
35-
params: query
36-
})
37-
}
38-
3930
// 获得支付渠道
4031
export function getChannel(appId,code) {
4132
return request({

0 commit comments

Comments
 (0)