fix 微信聚合收银台报错

This commit is contained in:
DaxPay
2024-12-05 15:39:29 +08:00
parent bd82469633
commit 7eec0bec88

View File

@@ -31,7 +31,7 @@ import router from '@/router'
import type {
AggregateOrderAndConfigResult, CheckoutAggregatePayParam,
CheckoutAuthCodeParam} from '@/views/daxpay/checkout/CheckoutPay.api';
import { aggregatePay
import { aggregatePay,
auth, generateAuthUrl, getAggregateConfig } from '@/views/daxpay/checkout/CheckoutPay.api'