fix: 支付宝支付放行
This commit is contained in:
@@ -57,7 +57,7 @@ function createCommonRequest<ResponseData = any>(
|
||||
}
|
||||
|
||||
// 支付宝支付接口放行
|
||||
if (response.config.url?.includes('/payment/aliPay/pcPay')) {
|
||||
if (response.config.url?.includes('/payment/aliPay/')) {
|
||||
return Promise.resolve(response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user