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