feat: 更新支付渠道相关功能,修改渠道获取参数类型,重命名事件,新增渠道表单组件
This commit is contained in:
@@ -27,7 +27,7 @@ export function getChannelPage(params: PageParam) {
|
||||
}
|
||||
|
||||
/** 查询支付渠道详情 */
|
||||
export function getChannel(appId: string, code: string) {
|
||||
export function getChannel(appId: number, code: string) {
|
||||
return requestClient.get<PayChannelApi.Channel>('/pay/channel/get', {
|
||||
params: { appId, code },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user