修复部分支付宝运行报错问题

This commit is contained in:
2026-03-25 15:51:38 +08:00
parent 427f32ded7
commit 036f557c9a
2 changed files with 4 additions and 3 deletions

View File

@@ -122,4 +122,6 @@ export const cancelRefund = (data) => {
method: 'post',
data: data
})
}
}
export const exchange=()=>{}