From e0ea1e1764b676f088056e0c6d76a926947d2ed3 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Tue, 21 Jan 2025 17:15:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=AF=E4=BB=98=E5=AE=9D=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=94=BE=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/axios/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/axios/src/index.ts b/packages/axios/src/index.ts index 12a4290..1d5f81c 100644 --- a/packages/axios/src/index.ts +++ b/packages/axios/src/index.ts @@ -57,7 +57,7 @@ function createCommonRequest( } // 支付宝支付接口放行 - if (response.config.url?.includes('/payment/aliPay/pcPay')) { + if (response.config.url?.includes('/payment/aliPay/')) { return Promise.resolve(response); }