mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
mall + pay:
1. 重构支付回调的逻辑,将回调解析改成 PayOrderRespDTO,为后续轮询做铺垫 2. 调整退款单的表结构 3. 调整退款调用的实现
This commit is contained in:
@ -28,14 +28,14 @@ export function deleteChannel(id) {
|
||||
}
|
||||
|
||||
// 获得支付渠道
|
||||
export function getChannel(appId,code) {
|
||||
export function getChannel(appId, code) {
|
||||
return request({
|
||||
url: '/pay/channel/get-channel',
|
||||
url: '/pay/channel/get',
|
||||
method: 'get',
|
||||
params:{
|
||||
appId:appId,
|
||||
code:code
|
||||
appId,
|
||||
code
|
||||
},
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user