From 7eec0bec880f5d5f94b364eda2b4a93ccf528daf Mon Sep 17 00:00:00 2001 From: DaxPay Date: Thu, 5 Dec 2024 15:39:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=BE=AE=E4=BF=A1=E8=81=9A=E5=90=88?= =?UTF-8?q?=E6=94=B6=E9=93=B6=E5=8F=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/daxpay/checkout/wechat/WechatAggregate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'