This commit is contained in:
JS-LM
2023-06-14 16:41:55 +08:00
parent 1b7e35636b
commit c67e108982
3 changed files with 113 additions and 224 deletions

View File

@@ -24,3 +24,11 @@ export function getMerchantOrderReport(data) {
data: data
})
}
// 汇付结算账号
export function selectSettleAccount(data) {
return request({
url: '/adapay/member/selectSettleAccount',
method: 'post',
data: data
})
}