diff --git a/src/views/daxpay/checkout/wechat/WechatAggregate.vue b/src/views/daxpay/checkout/wechat/WechatAggregate.vue index f1991fc..8eb017d 100644 --- a/src/views/daxpay/checkout/wechat/WechatAggregate.vue +++ b/src/views/daxpay/checkout/wechat/WechatAggregate.vue @@ -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'